Shades of Light Green #85EC99
Tints of Light Green #85EC99
RGB
CMYK
RGB Variations
Color information
#85EC99 (or 0x85EC99) is known color: Light Green. HEX triplet: 85, EC and 99. RGB value is (133,236,153). Sum of RGB (Red+Green+Blue) = 133+236+153=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 236 (92.58% from 255 or 45.21% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC99 is #7A1366. Grayscale: #C3C3C3. Windows color (decimal): -8000359 or 10087557. OLE color: 10087557.
HSL color Cylindrical-coordinate representation of color #85EC99: hue angle of 131.65º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EC99 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 153 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.07 |
| HSL | 131.65º | 0.73% | 0.72% | - |
| HSV(B) | 131.65º | 0.44% | 0.93% | - |
| XYZ | 45.42 | 67.28 | 40.73 | - |
| YUV | 195.74 | 103.88 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 153 | 0.44 | 0 | 0.35 | 0.07 | 131.65 | 0.73 | 0.72 |
| Hex | 85 | EC | 99 | 2C | 0 | 23 | 7 | 84 | 49 | 48 |
| Octal | 205 | 354 | 231 | 54 | 0 | 43 | 7 | 204 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10011001 | 101100 | 0 | 100011 | 111 | 10000100 | 1001001 | 1001000 |
Color Harmonies of #85EC99
Complementary color
Monochromatic Colors of #85EC99
Black with #85EC99
Text Example
Text Example
White with #85EC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC99; }
p { color: rgb(133,236,153); }
H1.HeaderClassName
{
color: #85EC99;
}
.AnyTagClassName
{
color: #85EC99;
}
</style>
background-color css
<style>
a { background-color: #85EC99; }
a { background-color: rgb(133,236,153); }
div.DivClassName
{
background-color: #85EC99;
}
.BgClassName
{
background-color: #85EC99;
}
</style>
border-color css
<style>
span { border-color: #85EC99; }
span { border-color: rgb(133,236,153); }
td.TdClassName
{
border-color: #85EC99;
}
.TagClassName
{
border-color: #85EC99;
}
</style>