Shades of Lawn Green #85ED14
Tints of Lawn Green #85ED14
RGB
CMYK
RGB Variations
Color information
#85ED14 (or 0x85ED14) is known color: Lawn Green. HEX triplet: 85, ED and 14. RGB value is (133,237,20). Sum of RGB (Red+Green+Blue) = 133+237+20=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 237 (92.97% from 255 or 60.77% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85ED14 is #7A12EB. Grayscale: #B5B5B5. Windows color (decimal): -8000236 or 1371525. OLE color: 1371525.
HSL color Cylindrical-coordinate representation of color #85ED14: hue angle of 88.76º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85ED14 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 237 | 20 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.07 |
| HSL | 88.76º | 0.86% | 0.5% | - |
| HSV(B) | 88.76º | 0.92% | 0.93% | - |
| XYZ | 40.08 | 65.61 | 11.21 | - |
| YUV | 181.17 | 37.04 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 237 | 20 | 0.44 | 0 | 0.92 | 0.07 | 88.76 | 0.86 | 0.5 |
| Hex | 85 | ED | 14 | 2C | 0 | 5C | 7 | 59 | 56 | 32 |
| Octal | 205 | 355 | 24 | 54 | 0 | 134 | 7 | 131 | 126 | 62 |
| Binary | 10000101 | 11101101 | 10100 | 101100 | 0 | 1011100 | 111 | 1011001 | 1010110 | 110010 |
Color Harmonies of #85ED14
Complementary color
Monochromatic Colors of #85ED14
Black with #85ED14
Text Example
Text Example
White with #85ED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85ED14; }
p { color: rgb(133,237,20); }
H1.HeaderClassName
{
color: #85ED14;
}
.AnyTagClassName
{
color: #85ED14;
}
</style>
background-color css
<style>
a { background-color: #85ED14; }
a { background-color: rgb(133,237,20); }
div.DivClassName
{
background-color: #85ED14;
}
.BgClassName
{
background-color: #85ED14;
}
</style>
border-color css
<style>
span { border-color: #85ED14; }
span { border-color: rgb(133,237,20); }
td.TdClassName
{
border-color: #85ED14;
}
.TagClassName
{
border-color: #85ED14;
}
</style>