Shades of Light Green #85E28E
Tints of Light Green #85E28E
RGB
CMYK
RGB Variations
Color information
#85E28E (or 0x85E28E) is known color: Light Green. HEX triplet: 85, E2 and 8E. RGB value is (133,226,142). Sum of RGB (Red+Green+Blue) = 133+226+142=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 226 (88.67% from 255 or 45.11% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 226 - color contains mainly: green. Hex color #85E28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E28E is #7A1D71. Grayscale: #BCBCBC. Windows color (decimal): -8002930 or 9364101. OLE color: 9364101.
HSL color Cylindrical-coordinate representation of color #85E28E: hue angle of 125.81º 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 #85E28E is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 226 | 142 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.11 |
| HSL | 125.81º | 0.62% | 0.7% | - |
| HSV(B) | 125.81º | 0.41% | 0.89% | - |
| XYZ | 41.75 | 61.33 | 35.23 | - |
| YUV | 188.62 | 101.69 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 226 | 142 | 0.41 | 0 | 0.37 | 0.11 | 125.81 | 0.62 | 0.7 |
| Hex | 85 | E2 | 8E | 29 | 0 | 25 | B | 7E | 3E | 46 |
| Octal | 205 | 342 | 216 | 51 | 0 | 45 | 13 | 176 | 76 | 106 |
| Binary | 10000101 | 11100010 | 10001110 | 101001 | 0 | 100101 | 1011 | 1111110 | 111110 | 1000110 |
Color Harmonies of #85E28E
Complementary color
Monochromatic Colors of #85E28E
Black with #85E28E
Text Example
Text Example
White with #85E28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E28E; }
p { color: rgb(133,226,142); }
H1.HeaderClassName
{
color: #85E28E;
}
.AnyTagClassName
{
color: #85E28E;
}
</style>
background-color css
<style>
a { background-color: #85E28E; }
a { background-color: rgb(133,226,142); }
div.DivClassName
{
background-color: #85E28E;
}
.BgClassName
{
background-color: #85E28E;
}
</style>
border-color css
<style>
span { border-color: #85E28E; }
span { border-color: rgb(133,226,142); }
td.TdClassName
{
border-color: #85E28E;
}
.TagClassName
{
border-color: #85E28E;
}
</style>