Shades of Lawn Green #84F014
Tints of Lawn Green #84F014
RGB
CMYK
RGB Variations
Color information
#84F014 (or 0x84F014) is known color: Lawn Green. HEX triplet: 84, F0 and 14. RGB value is (132,240,20). Sum of RGB (Red+Green+Blue) = 132+240+20=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 240 (94.14% from 255 or 61.22% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 240 - color contains mainly: green. Hex color #84F014 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84F014 is #7B0FEB. Grayscale: #B7B7B7. Windows color (decimal): -8065004 or 1372292. OLE color: 1372292.
HSL color Cylindrical-coordinate representation of color #84F014: hue angle of 89.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84F014 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 240 | 20 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.06 |
| HSL | 89.45º | 0.88% | 0.51% | - |
| HSV(B) | 89.45º | 0.92% | 0.94% | - |
| XYZ | 40.8 | 67.28 | 11.5 | - |
| YUV | 182.63 | 36.22 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 240 | 20 | 0.45 | 0 | 0.92 | 0.06 | 89.45 | 0.88 | 0.51 |
| Hex | 84 | F0 | 14 | 2D | 0 | 5C | 6 | 59 | 58 | 33 |
| Octal | 204 | 360 | 24 | 55 | 0 | 134 | 6 | 131 | 130 | 63 |
| Binary | 10000100 | 11110000 | 10100 | 101101 | 0 | 1011100 | 110 | 1011001 | 1011000 | 110011 |
Color Harmonies of #84F014
Complementary color
Monochromatic Colors of #84F014
Black with #84F014
Text Example
Text Example
White with #84F014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F014; }
p { color: rgb(132,240,20); }
H1.HeaderClassName
{
color: #84F014;
}
.AnyTagClassName
{
color: #84F014;
}
</style>
background-color css
<style>
a { background-color: #84F014; }
a { background-color: rgb(132,240,20); }
div.DivClassName
{
background-color: #84F014;
}
.BgClassName
{
background-color: #84F014;
}
</style>
border-color css
<style>
span { border-color: #84F014; }
span { border-color: rgb(132,240,20); }
td.TdClassName
{
border-color: #84F014;
}
.TagClassName
{
border-color: #84F014;
}
</style>