Shades of Lawn Green #85ED1D
Tints of Lawn Green #85ED1D
RGB
CMYK
RGB Variations
Color information
#85ED1D (or 0x85ED1D) is known color: Lawn Green. HEX triplet: 85, ED and 1D. RGB value is (133,237,29). Sum of RGB (Red+Green+Blue) = 133+237+29=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85ED1D is #7A12E2. Grayscale: #B6B6B6. Windows color (decimal): -8000227 or 1961349. OLE color: 1961349.
HSL color Cylindrical-coordinate representation of color #85ED1D: hue angle of 90º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #85ED1D is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 29 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.07 |
| HSL | 90º | 0.85% | 0.52% | - |
| HSV(B) | 90º | 0.88% | 0.93% | - |
| XYZ | 40.18 | 65.64 | 11.72 | - |
| YUV | 182.19 | 41.54 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 29 | 0.44 | 0 | 0.88 | 0.07 | 90 | 0.85 | 0.52 |
| Hex | 85 | ED | 1D | 2C | 0 | 58 | 7 | 5A | 55 | 34 |
| Octal | 205 | 355 | 35 | 54 | 0 | 130 | 7 | 132 | 125 | 64 |
| Binary | 10000101 | 11101101 | 11101 | 101100 | 0 | 1011000 | 111 | 1011010 | 1010101 | 110100 |
Color Harmonies of #85ED1D
Complementary color
Monochromatic Colors of #85ED1D
Black with #85ED1D
Text Example
Text Example
White with #85ED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED1D; }
p { color: rgb(133,237,29); }
H1.HeaderClassName
{
color: #85ED1D;
}
.AnyTagClassName
{
color: #85ED1D;
}
</style>
background-color css
<style>
a { background-color: #85ED1D; }
a { background-color: rgb(133,237,29); }
div.DivClassName
{
background-color: #85ED1D;
}
.BgClassName
{
background-color: #85ED1D;
}
</style>
border-color css
<style>
span { border-color: #85ED1D; }
span { border-color: rgb(133,237,29); }
td.TdClassName
{
border-color: #85ED1D;
}
.TagClassName
{
border-color: #85ED1D;
}
</style>