Shades of Lawn Green #85E91D
Tints of Lawn Green #85E91D
RGB
CMYK
RGB Variations
Color information
#85E91D (or 0x85E91D) is known color: Lawn Green. HEX triplet: 85, E9 and 1D. RGB value is (133,233,29). Sum of RGB (Red+Green+Blue) = 133+233+29=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 233 (91.41% from 255 or 58.99% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 233 - color contains mainly: green. Hex color #85E91D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85E91D is #7A16E2. Grayscale: #B4B4B4. Windows color (decimal): -8001251 or 1960325. OLE color: 1960325.
HSL color Cylindrical-coordinate representation of color #85E91D: hue angle of 89.41º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85E91D is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 233 | 29 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.09 |
| HSL | 89.41º | 0.82% | 0.51% | - |
| HSV(B) | 89.41º | 0.88% | 0.91% | - |
| XYZ | 39.03 | 63.35 | 11.33 | - |
| YUV | 179.84 | 42.87 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 233 | 29 | 0.43 | 0 | 0.88 | 0.09 | 89.41 | 0.82 | 0.51 |
| Hex | 85 | E9 | 1D | 2B | 0 | 58 | 9 | 59 | 52 | 33 |
| Octal | 205 | 351 | 35 | 53 | 0 | 130 | 11 | 131 | 122 | 63 |
| Binary | 10000101 | 11101001 | 11101 | 101011 | 0 | 1011000 | 1001 | 1011001 | 1010010 | 110011 |
Color Harmonies of #85E91D
Complementary color
Monochromatic Colors of #85E91D
Black with #85E91D
Text Example
Text Example
White with #85E91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E91D; }
p { color: rgb(133,233,29); }
H1.HeaderClassName
{
color: #85E91D;
}
.AnyTagClassName
{
color: #85E91D;
}
</style>
background-color css
<style>
a { background-color: #85E91D; }
a { background-color: rgb(133,233,29); }
div.DivClassName
{
background-color: #85E91D;
}
.BgClassName
{
background-color: #85E91D;
}
</style>
border-color css
<style>
span { border-color: #85E91D; }
span { border-color: rgb(133,233,29); }
td.TdClassName
{
border-color: #85E91D;
}
.TagClassName
{
border-color: #85E91D;
}
</style>