Shades of Lawn Green #85F411
Tints of Lawn Green #85F411
RGB
CMYK
RGB Variations
Color information
#85F411 (or 0x85F411) is known color: Lawn Green. HEX triplet: 85, F4 and 11. RGB value is (133,244,17). Sum of RGB (Red+Green+Blue) = 133+244+17=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 244 (95.70% from 255 or 61.93% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 244 - color contains mainly: green. Hex color #85F411 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F411 is #7A0BEE. Grayscale: #B9B9B9. Windows color (decimal): -7998447 or 1176709. OLE color: 1176709.
HSL color Cylindrical-coordinate representation of color #85F411: hue angle of 89.34º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85F411 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 17 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.04 |
| HSL | 89.34º | 0.91% | 0.51% | - |
| HSV(B) | 89.34º | 0.93% | 0.96% | - |
| XYZ | 42.12 | 69.73 | 11.77 | - |
| YUV | 184.93 | 33.23 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 17 | 0.45 | 0 | 0.93 | 0.04 | 89.34 | 0.91 | 0.51 |
| Hex | 85 | F4 | 11 | 2D | 0 | 5D | 4 | 59 | 5B | 33 |
| Octal | 205 | 364 | 21 | 55 | 0 | 135 | 4 | 131 | 133 | 63 |
| Binary | 10000101 | 11110100 | 10001 | 101101 | 0 | 1011101 | 100 | 1011001 | 1011011 | 110011 |
Color Harmonies of #85F411
Complementary color
Monochromatic Colors of #85F411
Black with #85F411
Text Example
Text Example
White with #85F411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F411; }
p { color: rgb(133,244,17); }
H1.HeaderClassName
{
color: #85F411;
}
.AnyTagClassName
{
color: #85F411;
}
</style>
background-color css
<style>
a { background-color: #85F411; }
a { background-color: rgb(133,244,17); }
div.DivClassName
{
background-color: #85F411;
}
.BgClassName
{
background-color: #85F411;
}
</style>
border-color css
<style>
span { border-color: #85F411; }
span { border-color: rgb(133,244,17); }
td.TdClassName
{
border-color: #85F411;
}
.TagClassName
{
border-color: #85F411;
}
</style>