Shades of Light Green #85E288
Tints of Light Green #85E288
RGB
CMYK
RGB Variations
Color information
#85E288 (or 0x85E288) is known color: Light Green. HEX triplet: 85, E2 and 88. RGB value is (133,226,136). Sum of RGB (Red+Green+Blue) = 133+226+136=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #85E288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E288 is #7A1D77. Grayscale: #BCBCBC. Windows color (decimal): -8002936 or 8970885. OLE color: 8970885.
HSL color Cylindrical-coordinate representation of color #85E288: hue angle of 121.94º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E288 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 136 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.11 |
| HSL | 121.94º | 0.62% | 0.7% | - |
| HSV(B) | 121.94º | 0.41% | 0.89% | - |
| XYZ | 41.31 | 61.16 | 32.92 | - |
| YUV | 187.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 136 | 0.41 | 0 | 0.40 | 0.11 | 121.94 | 0.62 | 0.7 |
| Hex | 85 | E2 | 88 | 29 | 0 | 28 | B | 7A | 3E | 46 |
| Octal | 205 | 342 | 210 | 51 | 0 | 50 | 13 | 172 | 76 | 106 |
| Binary | 10000101 | 11100010 | 10001000 | 101001 | 0 | 101000 | 1011 | 1111010 | 111110 | 1000110 |
Color Harmonies of #85E288
Complementary color
Monochromatic Colors of #85E288
Black with #85E288
Text Example
Text Example
White with #85E288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E288; }
p { color: rgb(133,226,136); }
H1.HeaderClassName
{
color: #85E288;
}
.AnyTagClassName
{
color: #85E288;
}
</style>
background-color css
<style>
a { background-color: #85E288; }
a { background-color: rgb(133,226,136); }
div.DivClassName
{
background-color: #85E288;
}
.BgClassName
{
background-color: #85E288;
}
</style>
border-color css
<style>
span { border-color: #85E288; }
span { border-color: rgb(133,226,136); }
td.TdClassName
{
border-color: #85E288;
}
.TagClassName
{
border-color: #85E288;
}
</style>