#86DF89

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

Shades of Light Green #86DF89

Tints of Light Green #86DF89

Color information

#86DF89 (or 0x86DF89) is unknown color: approx Light Green. HEX triplet: 86, DF and 89. RGB value is (134,223,137). Sum of RGB (Red+Green+Blue) = 134+223+137=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DF89 is #792076. Grayscale: #BABABA. Windows color (decimal): -7938167 or 9035654. OLE color: 9035654.

HSL color Cylindrical-coordinate representation of color #86DF89: hue angle of 122.02º degrees, saturation: 0.58, 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 #86DF89 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB134223137-
CMYK0.4000.390.13
HSL122.02º58.17%70%-
HSV(B)122.02º39.91%87.45%-
XYZ40.7359.6533.03-
YUV186.58100.0190.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.13%
GREEN value IS 223 (87.5% from 255) = 45.14%
BLUE value IS 137 (53.91% from 255) = 27.73%
R=27.13%
G=45.14%
B=27.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342231370.4000.390.13122.0258.1770
Hex86DF8928027D7a3a46
Octal206337211500471517272106
Binary1000011011011111100010011010000100111110111110101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,137); }

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

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

 a { background-color: rgb(134,223,137); }

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

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

 span { border-color: rgb(134,223,137); }

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