Shades of Lawn Green #84DD14
Tints of Lawn Green #84DD14
RGB
CMYK
RGB Variations
Color information
#84DD14 (or 0x84DD14) is known color: Lawn Green. HEX triplet: 84, DD and 14. RGB value is (132,221,20). Sum of RGB (Red+Green+Blue) = 132+221+20=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84DD14 is #7B22EB. Grayscale: #ACACAC. Windows color (decimal): -8069868 or 1367428. OLE color: 1367428.
HSL color Cylindrical-coordinate representation of color #84DD14: hue angle of 86.57º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #84DD14 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 221 | 20 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.13 |
| HSL | 86.57º | 0.83% | 0.47% | - |
| HSV(B) | 86.57º | 0.91% | 0.87% | - |
| XYZ | 35.5 | 56.67 | 9.73 | - |
| YUV | 171.48 | 42.51 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 221 | 20 | 0.40 | 0 | 0.91 | 0.13 | 86.57 | 0.83 | 0.47 |
| Hex | 84 | DD | 14 | 28 | 0 | 5B | D | 57 | 53 | 2F |
| Octal | 204 | 335 | 24 | 50 | 0 | 133 | 15 | 127 | 123 | 57 |
| Binary | 10000100 | 11011101 | 10100 | 101000 | 0 | 1011011 | 1101 | 1010111 | 1010011 | 101111 |
Color Harmonies of #84DD14
Complementary color
Monochromatic Colors of #84DD14
Black with #84DD14
Text Example
Text Example
White with #84DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84DD14; }
p { color: rgb(132,221,20); }
H1.HeaderClassName
{
color: #84DD14;
}
.AnyTagClassName
{
color: #84DD14;
}
</style>
background-color css
<style>
a { background-color: #84DD14; }
a { background-color: rgb(132,221,20); }
div.DivClassName
{
background-color: #84DD14;
}
.BgClassName
{
background-color: #84DD14;
}
</style>
border-color css
<style>
span { border-color: #84DD14; }
span { border-color: rgb(132,221,20); }
td.TdClassName
{
border-color: #84DD14;
}
.TagClassName
{
border-color: #84DD14;
}
</style>