#85E987

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

Shades of Light Green #85E987

Tints of Light Green #85E987

Color information

#85E987 (or 0x85E987) is unknown color: approx Light Green. HEX triplet: 85, E9 and 87. RGB value is (133,233,135). Sum of RGB (Red+Green+Blue) = 133+233+135=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #85E987 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E987 is #7A1678. Grayscale: #C0C0C0. Windows color (decimal): -8001145 or 8907141. OLE color: 8907141.

HSL color Cylindrical-coordinate representation of color #85E987: hue angle of 121.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 #85E987 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB133233135-
CMYK0.4300.420.09
HSL121.2º69.44%71.76%-
HSV(B)121.2º42.92%91.37%-
XYZ43.1865.0133.19-
YUV191.9395.8785.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 233 (91.41% from 255) = 46.51%
BLUE value IS 135 (53.12% from 255) = 26.95%
R=26.55%
G=46.51%
B=26.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331350.4300.420.09121.269.4471.76
Hex85E9872B02A9794548
Octal2053512075305211171105110
Binary10000101111010011000011110101101010101001111100110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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