Shades of Lawn Green #84F412
Tints of Lawn Green #84F412
RGB
CMYK
RGB Variations
Color information
#84F412 (or 0x84F412) is known color: Lawn Green. HEX triplet: 84, F4 and 12. RGB value is (132,244,18). Sum of RGB (Red+Green+Blue) = 132+244+18=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 244 (95.70% from 255 or 61.93% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 244 - color contains mainly: green. Hex color #84F412 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84F412 is #7B0BED. Grayscale: #B9B9B9. Windows color (decimal): -8063982 or 1242244. OLE color: 1242244.
HSL color Cylindrical-coordinate representation of color #84F412: hue angle of 89.73º 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 #84F412 is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 132 | 244 | 18 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.04 |
| HSL | 89.73º | 0.91% | 0.51% | - |
| HSV(B) | 89.73º | 0.93% | 0.96% | - |
| XYZ | 41.98 | 69.65 | 11.8 | - |
| YUV | 184.75 | 33.89 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 244 | 18 | 0.46 | 0 | 0.93 | 0.04 | 89.73 | 0.91 | 0.51 |
| Hex | 84 | F4 | 12 | 2E | 0 | 5D | 4 | 5A | 5B | 33 |
| Octal | 204 | 364 | 22 | 56 | 0 | 135 | 4 | 132 | 133 | 63 |
| Binary | 10000100 | 11110100 | 10010 | 101110 | 0 | 1011101 | 100 | 1011010 | 1011011 | 110011 |
Color Harmonies of #84F412
Complementary color
Monochromatic Colors of #84F412
Black with #84F412
Text Example
Text Example
White with #84F412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F412; }
p { color: rgb(132,244,18); }
H1.HeaderClassName
{
color: #84F412;
}
.AnyTagClassName
{
color: #84F412;
}
</style>
background-color css
<style>
a { background-color: #84F412; }
a { background-color: rgb(132,244,18); }
div.DivClassName
{
background-color: #84F412;
}
.BgClassName
{
background-color: #84F412;
}
</style>
border-color css
<style>
span { border-color: #84F412; }
span { border-color: rgb(132,244,18); }
td.TdClassName
{
border-color: #84F412;
}
.TagClassName
{
border-color: #84F412;
}
</style>