Shades of Lawn Green #85F409
Tints of Lawn Green #85F409
RGB
CMYK
RGB Variations
Color information
#85F409 (or 0x85F409) is known color: Lawn Green. HEX triplet: 85, F4 and 09. RGB value is (133,244,9). Sum of RGB (Red+Green+Blue) = 133+244+9=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 244 (95.70% from 255 or 63.21% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 244 - color contains mainly: green. Hex color #85F409 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F409 is #7A0BF6. Grayscale: #B8B8B8. Windows color (decimal): -7998455 or 652421. OLE color: 652421.
HSL color Cylindrical-coordinate representation of color #85F409: hue angle of 88.34º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85F409 is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 9 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.04 |
| HSL | 88.34º | 0.93% | 0.5% | - |
| HSV(B) | 88.34º | 0.96% | 0.96% | - |
| XYZ | 42.07 | 69.71 | 11.5 | - |
| YUV | 184.02 | 29.23 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 9 | 0.45 | 0 | 0.96 | 0.04 | 88.34 | 0.93 | 0.5 |
| Hex | 85 | F4 | 9 | 2D | 0 | 60 | 4 | 58 | 5D | 32 |
| Octal | 205 | 364 | 11 | 55 | 0 | 140 | 4 | 130 | 135 | 62 |
| Binary | 10000101 | 11110100 | 1001 | 101101 | 0 | 1100000 | 100 | 1011000 | 1011101 | 110010 |
Color Harmonies of #85F409
Complementary color
Monochromatic Colors of #85F409
Black with #85F409
Text Example
Text Example
White with #85F409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F409; }
p { color: rgb(133,244,9); }
H1.HeaderClassName
{
color: #85F409;
}
.AnyTagClassName
{
color: #85F409;
}
</style>
background-color css
<style>
a { background-color: #85F409; }
a { background-color: rgb(133,244,9); }
div.DivClassName
{
background-color: #85F409;
}
.BgClassName
{
background-color: #85F409;
}
</style>
border-color css
<style>
span { border-color: #85F409; }
span { border-color: rgb(133,244,9); }
td.TdClassName
{
border-color: #85F409;
}
.TagClassName
{
border-color: #85F409;
}
</style>