Shades of Lawn Green #84D80C
Tints of Lawn Green #84D80C
RGB
CMYK
RGB Variations
Color information
#84D80C (or 0x84D80C) is known color: Lawn Green. HEX triplet: 84, D8 and 0C. RGB value is (132,216,12). Sum of RGB (Red+Green+Blue) = 132+216+12=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #84D80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D80C is #7B27F3. Grayscale: #A8A8A8. Windows color (decimal): -8071156 or 841860. OLE color: 841860.
HSL color Cylindrical-coordinate representation of color #84D80C: hue angle of 84.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84D80C is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 12 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.15 |
| HSL | 84.71º | 0.89% | 0.45% | - |
| HSV(B) | 84.71º | 0.94% | 0.85% | - |
| XYZ | 34.14 | 54.04 | 8.98 | - |
| YUV | 167.63 | 40.17 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 12 | 0.39 | 0 | 0.94 | 0.15 | 84.71 | 0.89 | 0.45 |
| Hex | 84 | D8 | C | 27 | 0 | 5E | F | 55 | 59 | 2D |
| Octal | 204 | 330 | 14 | 47 | 0 | 136 | 17 | 125 | 131 | 55 |
| Binary | 10000100 | 11011000 | 1100 | 100111 | 0 | 1011110 | 1111 | 1010101 | 1011001 | 101101 |
Color Harmonies of #84D80C
Complementary color
Monochromatic Colors of #84D80C
Black with #84D80C
Text Example
Text Example
White with #84D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D80C; }
p { color: rgb(132,216,12); }
H1.HeaderClassName
{
color: #84D80C;
}
.AnyTagClassName
{
color: #84D80C;
}
</style>
background-color css
<style>
a { background-color: #84D80C; }
a { background-color: rgb(132,216,12); }
div.DivClassName
{
background-color: #84D80C;
}
.BgClassName
{
background-color: #84D80C;
}
</style>
border-color css
<style>
span { border-color: #84D80C; }
span { border-color: rgb(132,216,12); }
td.TdClassName
{
border-color: #84D80C;
}
.TagClassName
{
border-color: #84D80C;
}
</style>