Shades of Lawn Green #85E409
Tints of Lawn Green #85E409
RGB
CMYK
RGB Variations
Color information
#85E409 (or 0x85E409) is known color: Lawn Green. HEX triplet: 85, E4 and 09. RGB value is (133,228,9). Sum of RGB (Red+Green+Blue) = 133+228+9=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 228 (89.45% from 255 or 61.62% from 370); Blue value is 9 (3.91% from 255 or 2.43% from 370); Max value from RGB is 228 - color contains mainly: green. Hex color #85E409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E409 is #7A1BF6. Grayscale: #AFAFAF. Windows color (decimal): -8002551 or 648325. OLE color: 648325.
HSL color Cylindrical-coordinate representation of color #85E409: hue angle of 86.03º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85E409 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 133 | 228 | 9 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.11 |
| HSL | 86.03º | 0.92% | 0.46% | - |
| HSV(B) | 86.03º | 0.96% | 0.89% | - |
| XYZ | 37.47 | 60.49 | 9.96 | - |
| YUV | 174.63 | 34.53 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 228 | 9 | 0.42 | 0 | 0.96 | 0.11 | 86.03 | 0.92 | 0.46 |
| Hex | 85 | E4 | 9 | 2A | 0 | 60 | B | 56 | 5C | 2E |
| Octal | 205 | 344 | 11 | 52 | 0 | 140 | 13 | 126 | 134 | 56 |
| Binary | 10000101 | 11100100 | 1001 | 101010 | 0 | 1100000 | 1011 | 1010110 | 1011100 | 101110 |
Color Harmonies of #85E409
Complementary color
Monochromatic Colors of #85E409
Black with #85E409
Text Example
Text Example
White with #85E409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85E409; }
p { color: rgb(133,228,9); }
H1.HeaderClassName
{
color: #85E409;
}
.AnyTagClassName
{
color: #85E409;
}
</style>
background-color css
<style>
a { background-color: #85E409; }
a { background-color: rgb(133,228,9); }
div.DivClassName
{
background-color: #85E409;
}
.BgClassName
{
background-color: #85E409;
}
</style>
border-color css
<style>
span { border-color: #85E409; }
span { border-color: rgb(133,228,9); }
td.TdClassName
{
border-color: #85E409;
}
.TagClassName
{
border-color: #85E409;
}
</style>