#85E999

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

Shades of Light Green #85E999

Tints of Light Green #85E999

Color information

#85E999 (or 0x85E999) is unknown color: approx Light Green. HEX triplet: 85, E9 and 99. RGB value is (133,233,153). Sum of RGB (Red+Green+Blue) = 133+233+153=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #85E999 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E999 is #7A1666. Grayscale: #C2C2C2. Windows color (decimal): -8001127 or 10086789. OLE color: 10086789.

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

Color convert

RGB133233153-
CMYK0.4300.340.09
HSL132º69.44%71.76%-
HSV(B)132º42.92%91.37%-
XYZ44.5665.5640.44-
YUV193.98104.8784.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.63%
GREEN value IS 233 (91.41% from 255) = 44.89%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=25.63%
G=44.89%
B=29.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331530.4300.340.0913269.4471.76
Hex85E9992B0229844548
Octal2053512315304211204105110
Binary100001011110100110011001101011010001010011000010010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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