Shades of Light Green #85EC88
Tints of Light Green #85EC88
RGB
CMYK
RGB Variations
Color information
#85EC88 (or 0x85EC88) is known color: Light Green. HEX triplet: 85, EC and 88. RGB value is (133,236,136). Sum of RGB (Red+Green+Blue) = 133+236+136=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC88 is #7A1377. Grayscale: #C2C2C2. Windows color (decimal): -8000376 or 8973445. OLE color: 8973445.
HSL color Cylindrical-coordinate representation of color #85EC88: hue angle of 121.75º 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 #85EC88 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 136 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.07 |
| HSL | 121.75º | 0.73% | 0.72% | - |
| HSV(B) | 121.75º | 0.44% | 0.93% | - |
| XYZ | 44.11 | 66.76 | 33.85 | - |
| YUV | 193.8 | 95.38 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 136 | 0.44 | 0 | 0.42 | 0.07 | 121.75 | 0.73 | 0.72 |
| Hex | 85 | EC | 88 | 2C | 0 | 2A | 7 | 7A | 49 | 48 |
| Octal | 205 | 354 | 210 | 54 | 0 | 52 | 7 | 172 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10001000 | 101100 | 0 | 101010 | 111 | 1111010 | 1001001 | 1001000 |
Color Harmonies of #85EC88
Complementary color
Monochromatic Colors of #85EC88
Black with #85EC88
Text Example
Text Example
White with #85EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC88; }
p { color: rgb(133,236,136); }
H1.HeaderClassName
{
color: #85EC88;
}
.AnyTagClassName
{
color: #85EC88;
}
</style>
background-color css
<style>
a { background-color: #85EC88; }
a { background-color: rgb(133,236,136); }
div.DivClassName
{
background-color: #85EC88;
}
.BgClassName
{
background-color: #85EC88;
}
</style>
border-color css
<style>
span { border-color: #85EC88; }
span { border-color: rgb(133,236,136); }
td.TdClassName
{
border-color: #85EC88;
}
.TagClassName
{
border-color: #85EC88;
}
</style>