#85DF87

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

Shades of Light Green #85DF87

Tints of Light Green #85DF87

Color information

#85DF87 (or 0x85DF87) is unknown color: approx Light Green. HEX triplet: 85, DF and 87. RGB value is (133,223,135). Sum of RGB (Red+Green+Blue) = 133+223+135=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF87 is #7A2078. Grayscale: #BABABA. Windows color (decimal): -8003705 or 8904581. OLE color: 8904581.

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

Color convert

RGB133223135-
CMYK0.4000.390.13
HSL121.33º58.44%69.8%-
HSV(B)121.33º40.36%87.45%-
XYZ40.4359.5132.28-
YUV186.0699.1890.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 223 (87.5% from 255) = 45.42%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=27.09%
G=45.42%
B=27.49%

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
Decimal1332231350.4000.390.13121.3358.4469.8
Hex85DF8728027D793a46
Octal205337207500471517172106
Binary1000010111011111100001111010000100111110111110011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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