#85DF8E

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

Shades of Light Green #85DF8E

Tints of Light Green #85DF8E

Color information

#85DF8E (or 0x85DF8E) is unknown color: approx Light Green. HEX triplet: 85, DF and 8E. RGB value is (133,223,142). Sum of RGB (Red+Green+Blue) = 133+223+142=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF8E is #7A2071. Grayscale: #BBBBBB. Windows color (decimal): -8003698 or 9363333. OLE color: 9363333.

HSL color Cylindrical-coordinate representation of color #85DF8E: hue angle of 126º 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 #85DF8E is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB133223142-
CMYK0.4000.360.13
HSL126º58.44%69.8%-
HSV(B)126º40.36%87.45%-
XYZ40.9459.7134.96-
YUV186.86102.6889.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.71%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=26.71%
G=44.78%
B=28.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332231420.4000.360.1312658.4469.8
Hex85DF8E28024D7e3a46
Octal205337216500441517672106
Binary1000010111011111100011101010000100100110111111101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DF8E; }

 p { color: rgb(133,223,142); }

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

<style>
 a { background-color: #85DF8E; }

 a { background-color: rgb(133,223,142); }

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

<style>
 span { border-color: #85DF8E; }

 span { border-color: rgb(133,223,142); }

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