#85EA91

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

Shades of Light Green #85EA91

Tints of Light Green #85EA91

Color information

#85EA91 (or 0x85EA91) is unknown color: approx Light Green. HEX triplet: 85, EA and 91. RGB value is (133,234,145). Sum of RGB (Red+Green+Blue) = 133+234+145=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EA91 is #7A156E. Grayscale: #C1C1C1. Windows color (decimal): -8000879 or 9562757. OLE color: 9562757.

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

Color convert

RGB133234145-
CMYK0.4300.380.08
HSL127.13º70.63%71.96%-
HSV(B)127.13º43.16%91.76%-
XYZ44.2165.8837.17-
YUV193.66100.5484.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 234 (91.80% from 255) = 45.70%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=25.98%
G=45.70%
B=28.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332341450.4300.380.08127.1370.6371.96
Hex85EA912B02687f4748
Octal2053522215304610177107110
Binary10000101111010101001000110101101001101000111111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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