#85DF91

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

Shades of Light Green #85DF91

Tints of Light Green #85DF91

Color information

#85DF91 (or 0x85DF91) is unknown color: approx Light Green. HEX triplet: 85, DF and 91. RGB value is (133,223,145). Sum of RGB (Red+Green+Blue) = 133+223+145=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF91 is #7A206E. Grayscale: #BBBBBB. Windows color (decimal): -8003695 or 9559941. OLE color: 9559941.

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

Color convert

RGB133223145-
CMYK0.4000.350.13
HSL128º58.44%69.8%-
HSV(B)128º40.36%87.45%-
XYZ41.1759.8136.16-
YUV187.2104.1889.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 223 (87.5% from 255) = 44.51%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=26.55%
G=44.51%
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
Decimal1332231450.4000.350.1312858.4469.8
Hex85DF9128023D803a46
Octal205337221500431520072106
Binary10000101110111111001000110100001000111101100000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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