Shades of Light Green #85E58C
Tints of Light Green #85E58C
RGB
CMYK
RGB Variations
Color information
#85E58C (or 0x85E58C) is known color: Light Green. HEX triplet: 85, E5 and 8C. RGB value is (133,229,140). Sum of RGB (Red+Green+Blue) = 133+229+140=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #85E58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E58C is #7A1A73. Grayscale: #BEBEBE. Windows color (decimal): -8002164 or 9233797. OLE color: 9233797.
HSL color Cylindrical-coordinate representation of color #85E58C: hue angle of 124.38º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E58C is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 133 | 229 | 140 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.10 |
| HSL | 124.38º | 0.65% | 0.71% | - |
| HSV(B) | 124.38º | 0.42% | 0.9% | - |
| XYZ | 42.43 | 62.92 | 34.72 | - |
| YUV | 190.15 | 99.7 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 229 | 140 | 0.42 | 0 | 0.39 | 0.10 | 124.38 | 0.65 | 0.71 |
| Hex | 85 | E5 | 8C | 2A | 0 | 27 | A | 7C | 41 | 47 |
| Octal | 205 | 345 | 214 | 52 | 0 | 47 | 12 | 174 | 101 | 107 |
| Binary | 10000101 | 11100101 | 10001100 | 101010 | 0 | 100111 | 1010 | 1111100 | 1000001 | 1000111 |
Color Harmonies of #85E58C
Complementary color
Monochromatic Colors of #85E58C
Black with #85E58C
Text Example
Text Example
White with #85E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E58C; }
p { color: rgb(133,229,140); }
H1.HeaderClassName
{
color: #85E58C;
}
.AnyTagClassName
{
color: #85E58C;
}
</style>
background-color css
<style>
a { background-color: #85E58C; }
a { background-color: rgb(133,229,140); }
div.DivClassName
{
background-color: #85E58C;
}
.BgClassName
{
background-color: #85E58C;
}
</style>
border-color css
<style>
span { border-color: #85E58C; }
span { border-color: rgb(133,229,140); }
td.TdClassName
{
border-color: #85E58C;
}
.TagClassName
{
border-color: #85E58C;
}
</style>