Shades of Lawn Green #85EA19
Tints of Lawn Green #85EA19
RGB
CMYK
RGB Variations
Color information
#85EA19 (or 0x85EA19) is known color: Lawn Green. HEX triplet: 85, EA and 19. RGB value is (133,234,25). Sum of RGB (Red+Green+Blue) = 133+234+25=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 234 (91.80% from 255 or 59.69% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EA19 is #7A15E6. Grayscale: #B4B4B4. Windows color (decimal): -8000999 or 1698437. OLE color: 1698437.
HSL color Cylindrical-coordinate representation of color #85EA19: hue angle of 89º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85EA19 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 234 | 25 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.08 |
| HSL | 89º | 0.83% | 0.51% | - |
| HSV(B) | 89º | 0.89% | 0.92% | - |
| XYZ | 39.27 | 63.9 | 11.18 | - |
| YUV | 179.98 | 40.54 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 234 | 25 | 0.43 | 0 | 0.89 | 0.08 | 89 | 0.83 | 0.51 |
| Hex | 85 | EA | 19 | 2B | 0 | 59 | 8 | 59 | 53 | 33 |
| Octal | 205 | 352 | 31 | 53 | 0 | 131 | 10 | 131 | 123 | 63 |
| Binary | 10000101 | 11101010 | 11001 | 101011 | 0 | 1011001 | 1000 | 1011001 | 1010011 | 110011 |
Color Harmonies of #85EA19
Complementary color
Monochromatic Colors of #85EA19
Black with #85EA19
Text Example
Text Example
White with #85EA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EA19; }
p { color: rgb(133,234,25); }
H1.HeaderClassName
{
color: #85EA19;
}
.AnyTagClassName
{
color: #85EA19;
}
</style>
background-color css
<style>
a { background-color: #85EA19; }
a { background-color: rgb(133,234,25); }
div.DivClassName
{
background-color: #85EA19;
}
.BgClassName
{
background-color: #85EA19;
}
</style>
border-color css
<style>
span { border-color: #85EA19; }
span { border-color: rgb(133,234,25); }
td.TdClassName
{
border-color: #85EA19;
}
.TagClassName
{
border-color: #85EA19;
}
</style>