Shades of Light Green #85EC98
Tints of Light Green #85EC98
RGB
CMYK
RGB Variations
Color information
#85EC98 (or 0x85EC98) is known color: Light Green. HEX triplet: 85, EC and 98. RGB value is (133,236,152). Sum of RGB (Red+Green+Blue) = 133+236+152=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EC98 is #7A1367. Grayscale: #C3C3C3. Windows color (decimal): -8000360 or 10022021. OLE color: 10022021.
HSL color Cylindrical-coordinate representation of color #85EC98: hue angle of 131.07º 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 #85EC98 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 236 | 152 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.07 |
| HSL | 131.07º | 0.73% | 0.72% | - |
| HSV(B) | 131.07º | 0.44% | 0.93% | - |
| XYZ | 45.34 | 67.24 | 40.3 | - |
| YUV | 195.63 | 103.38 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 236 | 152 | 0.44 | 0 | 0.36 | 0.07 | 131.07 | 0.73 | 0.72 |
| Hex | 85 | EC | 98 | 2C | 0 | 24 | 7 | 83 | 49 | 48 |
| Octal | 205 | 354 | 230 | 54 | 0 | 44 | 7 | 203 | 111 | 110 |
| Binary | 10000101 | 11101100 | 10011000 | 101100 | 0 | 100100 | 111 | 10000011 | 1001001 | 1001000 |
Color Harmonies of #85EC98
Complementary color
Monochromatic Colors of #85EC98
Black with #85EC98
Text Example
Text Example
White with #85EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EC98; }
p { color: rgb(133,236,152); }
H1.HeaderClassName
{
color: #85EC98;
}
.AnyTagClassName
{
color: #85EC98;
}
</style>
background-color css
<style>
a { background-color: #85EC98; }
a { background-color: rgb(133,236,152); }
div.DivClassName
{
background-color: #85EC98;
}
.BgClassName
{
background-color: #85EC98;
}
</style>
border-color css
<style>
span { border-color: #85EC98; }
span { border-color: rgb(133,236,152); }
td.TdClassName
{
border-color: #85EC98;
}
.TagClassName
{
border-color: #85EC98;
}
</style>