#85E99C

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

Shades of Light Green #85E99C

Tints of Light Green #85E99C

Color information

#85E99C (or 0x85E99C) is unknown color: approx Light Green. HEX triplet: 85, E9 and 9C. RGB value is (133,233,156). Sum of RGB (Red+Green+Blue) = 133+233+156=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #85E99C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E99C is #7A1663. Grayscale: #C2C2C2. Windows color (decimal): -8001124 or 10283397. OLE color: 10283397.

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

Color convert

RGB133233156-
CMYK0.4300.330.09
HSL133.8º69.44%71.76%-
HSV(B)133.8º42.92%91.37%-
XYZ44.8165.6641.77-
YUV194.32106.3784.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.48%
GREEN value IS 233 (91.41% from 255) = 44.64%
BLUE value IS 156 (61.33% from 255) = 29.89%
R=25.48%
G=44.64%
B=29.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331560.4300.330.09133.869.4471.76
Hex85E99C2B0219864548
Octal2053512345304111206105110
Binary100001011110100110011100101011010000110011000011010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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