Shades of Light Green #85F08E
Tints of Light Green #85F08E
RGB
CMYK
RGB Variations
Color information
#85F08E (or 0x85F08E) is known color: Light Green. HEX triplet: 85, F0 and 8E. RGB value is (133,240,142). Sum of RGB (Red+Green+Blue) = 133+240+142=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #85F08E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F08E is #7A0F71. Grayscale: #C5C5C5. Windows color (decimal): -7999346 or 9367685. OLE color: 9367685.
HSL color Cylindrical-coordinate representation of color #85F08E: hue angle of 125.05º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F08E is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 142 | - |
| CMYK | 0.45 | 0 | 0.41 | 0.06 |
| HSL | 125.05º | 0.78% | 0.73% | - |
| HSV(B) | 125.05º | 0.45% | 0.94% | - |
| XYZ | 45.72 | 69.26 | 36.55 | - |
| YUV | 196.84 | 97.05 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 142 | 0.45 | 0 | 0.41 | 0.06 | 125.05 | 0.78 | 0.73 |
| Hex | 85 | F0 | 8E | 2D | 0 | 29 | 6 | 7D | 4E | 49 |
| Octal | 205 | 360 | 216 | 55 | 0 | 51 | 6 | 175 | 116 | 111 |
| Binary | 10000101 | 11110000 | 10001110 | 101101 | 0 | 101001 | 110 | 1111101 | 1001110 | 1001001 |
Color Harmonies of #85F08E
Complementary color
Monochromatic Colors of #85F08E
Black with #85F08E
Text Example
Text Example
White with #85F08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F08E; }
p { color: rgb(133,240,142); }
H1.HeaderClassName
{
color: #85F08E;
}
.AnyTagClassName
{
color: #85F08E;
}
</style>
background-color css
<style>
a { background-color: #85F08E; }
a { background-color: rgb(133,240,142); }
div.DivClassName
{
background-color: #85F08E;
}
.BgClassName
{
background-color: #85F08E;
}
</style>
border-color css
<style>
span { border-color: #85F08E; }
span { border-color: rgb(133,240,142); }
td.TdClassName
{
border-color: #85F08E;
}
.TagClassName
{
border-color: #85F08E;
}
</style>