Shades of Lawn Green #85E91F
Tints of Lawn Green #85E91F
RGB
CMYK
RGB Variations
Color information
#85E91F (or 0x85E91F) is known color: Lawn Green. HEX triplet: 85, E9 and 1F. RGB value is (133,233,31). Sum of RGB (Red+Green+Blue) = 133+233+31=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 233 (91.41% from 255 or 58.69% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 233 - color contains mainly: green. Hex color #85E91F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E91F is #7A16E0. Grayscale: #B4B4B4. Windows color (decimal): -8001249 or 2091397. OLE color: 2091397.
HSL color Cylindrical-coordinate representation of color #85E91F: hue angle of 89.7º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85E91F is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 31 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.09 |
| HSL | 89.7º | 0.82% | 0.52% | - |
| HSV(B) | 89.7º | 0.87% | 0.91% | - |
| XYZ | 39.06 | 63.36 | 11.47 | - |
| YUV | 180.07 | 43.87 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 31 | 0.43 | 0 | 0.87 | 0.09 | 89.7 | 0.82 | 0.52 |
| Hex | 85 | E9 | 1F | 2B | 0 | 57 | 9 | 5A | 52 | 34 |
| Octal | 205 | 351 | 37 | 53 | 0 | 127 | 11 | 132 | 122 | 64 |
| Binary | 10000101 | 11101001 | 11111 | 101011 | 0 | 1010111 | 1001 | 1011010 | 1010010 | 110100 |
Color Harmonies of #85E91F
Complementary color
Monochromatic Colors of #85E91F
Black with #85E91F
Text Example
Text Example
White with #85E91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E91F; }
p { color: rgb(133,233,31); }
H1.HeaderClassName
{
color: #85E91F;
}
.AnyTagClassName
{
color: #85E91F;
}
</style>
background-color css
<style>
a { background-color: #85E91F; }
a { background-color: rgb(133,233,31); }
div.DivClassName
{
background-color: #85E91F;
}
.BgClassName
{
background-color: #85E91F;
}
</style>
border-color css
<style>
span { border-color: #85E91F; }
span { border-color: rgb(133,233,31); }
td.TdClassName
{
border-color: #85E91F;
}
.TagClassName
{
border-color: #85E91F;
}
</style>