#86DE91

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

Shades of Light Green #86DE91

Tints of Light Green #86DE91

Color information

#86DE91 (or 0x86DE91) is unknown color: approx Light Green. HEX triplet: 86, DE and 91. RGB value is (134,222,145). Sum of RGB (Red+Green+Blue) = 134+222+145=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DE91 is #79216E. Grayscale: #BBBBBB. Windows color (decimal): -7938415 or 9559686. OLE color: 9559686.

HSL color Cylindrical-coordinate representation of color #86DE91: hue angle of 127.5º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DE91 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB134222145-
CMYK0.4000.350.13
HSL127.5º57.14%69.8%-
HSV(B)127.5º39.64%87.06%-
XYZ41.0659.3636.08-
YUV186.91104.3590.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.75%
GREEN value IS 222 (87.11% from 255) = 44.31%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=26.75%
G=44.31%
B=28.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221450.4000.350.13127.557.1469.8
Hex86DE9128023D7f3946
Octal206336221500431517771106
Binary1000011011011110100100011010000100011110111111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,145); }

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

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

 a { background-color: rgb(134,222,145); }

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

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

 span { border-color: rgb(134,222,145); }

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