#85E19C

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

Shades of Light Green #85E19C

Tints of Light Green #85E19C

Color information

#85E19C (or 0x85E19C) is unknown color: approx Light Green. HEX triplet: 85, E1 and 9C. RGB value is (133,225,156). Sum of RGB (Red+Green+Blue) = 133+225+156=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #85E19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E19C is #7A1E63. Grayscale: #BDBDBD. Windows color (decimal): -8003172 or 10281349. OLE color: 10281349.

HSL color Cylindrical-coordinate representation of color #85E19C: hue angle of 135º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E19C is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB133225156-
CMYK0.4100.310.12
HSL135º60.53%70.2%-
HSV(B)135º40.89%88.24%-
XYZ42.661.2441.03-
YUV189.63109.0287.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 225 (88.28% from 255) = 43.77%
BLUE value IS 156 (61.33% from 255) = 30.35%
R=25.88%
G=43.77%
B=30.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332251560.4100.310.1213560.5370.2
Hex85E19C2901FC873d46
Octal205341234510371420775106
Binary1000010111100001100111001010010111111100100001111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,225,156); }

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

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

 a { background-color: rgb(133,225,156); }

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

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

 span { border-color: rgb(133,225,156); }

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