Shades of Light Green #85ECA0
Tints of Light Green #85ECA0
RGB
CMYK
RGB Variations
Color information
#85ECA0 (or 0x85ECA0) is known color: Light Green. HEX triplet: 85, EC and A0. RGB value is (133,236,160). Sum of RGB (Red+Green+Blue) = 133+236+160=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #85ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ECA0 is #7A135F. Grayscale: #C4C4C4. Windows color (decimal): -8000352 or 10546309. OLE color: 10546309.
HSL color Cylindrical-coordinate representation of color #85ECA0: hue angle of 135.73º 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 #85ECA0 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 160 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.07 |
| HSL | 135.73º | 0.73% | 0.72% | - |
| HSV(B) | 135.73º | 0.44% | 0.93% | - |
| XYZ | 46.01 | 67.52 | 43.86 | - |
| YUV | 196.54 | 107.38 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 160 | 0.44 | 0 | 0.32 | 0.07 | 135.73 | 0.73 | 0.72 |
| Hex | 85 | EC | A0 | 2C | 0 | 20 | 7 | 88 | 49 | 48 |
| Octal | 205 | 354 | 240 | 54 | 0 | 40 | 7 | 210 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10100000 | 101100 | 0 | 100000 | 111 | 10001000 | 1001001 | 1001000 |
Color Harmonies of #85ECA0
Complementary color
Monochromatic Colors of #85ECA0
Black with #85ECA0
Text Example
Text Example
White with #85ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ECA0; }
p { color: rgb(133,236,160); }
H1.HeaderClassName
{
color: #85ECA0;
}
.AnyTagClassName
{
color: #85ECA0;
}
</style>
background-color css
<style>
a { background-color: #85ECA0; }
a { background-color: rgb(133,236,160); }
div.DivClassName
{
background-color: #85ECA0;
}
.BgClassName
{
background-color: #85ECA0;
}
</style>
border-color css
<style>
span { border-color: #85ECA0; }
span { border-color: rgb(133,236,160); }
td.TdClassName
{
border-color: #85ECA0;
}
.TagClassName
{
border-color: #85ECA0;
}
</style>