#86EB80

Color #86EB80 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #86EB80

Tints of Light Green #86EB80

Color information

#86EB80 (or 0x86EB80) is unknown color: approx Light Green. HEX triplet: 86, EB and 80. RGB value is (134,235,128). Sum of RGB (Red+Green+Blue) = 134+235+128=497 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.96% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86EB80 is #79147F. Grayscale: #C0C0C0. Windows color (decimal): -7935104 or 8448902. OLE color: 8448902.

HSL color Cylindrical-coordinate representation of color #86EB80: hue angle of 116.64º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86EB80 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB134235128-
CMYK0.4300.460.08
HSL116.64º72.79%71.18%-
HSV(B)116.64º45.53%92.16%-
XYZ43.4466.0430.88-
YUV192.691.5486.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 26.96%
GREEN value IS 235 (92.19% from 255) = 47.28%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=26.96%
G=47.28%
B=25.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351280.4300.460.08116.6472.7971.18
Hex86EB802B02E8754947
Octal2063532005305610165111107
Binary10000110111010111000000010101101011101000111010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86EB80; }

 p { color: rgb(134,235,128); }

 H1.HeaderClassName
 {
   color: #86EB80;
 }
 .AnyTagClassName
 {
   color: #86EB80;
 }
</style>
background-color css

<style>
 a { background-color: #86EB80; }

 a { background-color: rgb(134,235,128); }

 div.DivClassName
 {
   background-color: #86EB80;
 }
 .BgClassName
 {
   background-color: #86EB80;
 }
</style>
border-color css

<style>
 span { border-color: #86EB80; }

 span { border-color: rgb(134,235,128); }

 td.TdClassName
 {
   border-color: #86EB80;
 }
 .TagClassName
 {
   border-color: #86EB80;
 }
</style>