#85E991

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

Shades of Light Green #85E991

Tints of Light Green #85E991

Color information

#85E991 (or 0x85E991) is unknown color: approx Light Green. HEX triplet: 85, E9 and 91. RGB value is (133,233,145). Sum of RGB (Red+Green+Blue) = 133+233+145=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #85E991 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E991 is #7A166E. Grayscale: #C1C1C1. Windows color (decimal): -8001135 or 9562501. OLE color: 9562501.

HSL color Cylindrical-coordinate representation of color #85E991: hue angle of 127.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E991 is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB133233145-
CMYK0.4300.380.09
HSL127.2º69.44%71.76%-
HSV(B)127.2º42.92%91.37%-
XYZ43.9265.3137.08-
YUV193.07100.8785.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.03%
GREEN value IS 233 (91.41% from 255) = 45.60%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=26.03%
G=45.60%
B=28.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331450.4300.380.09127.269.4471.76
Hex85E9912B02697f4548
Octal2053512215304611177105110
Binary10000101111010011001000110101101001101001111111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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