Shades of Lawn Green #84D70C
Tints of Lawn Green #84D70C
RGB
CMYK
RGB Variations
Color information
#84D70C (or 0x84D70C) is known color: Lawn Green. HEX triplet: 84, D7 and 0C. RGB value is (132,215,12). Sum of RGB (Red+Green+Blue) = 132+215+12=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 215 (84.38% from 255 or 59.89% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 215 - color contains mainly: green. Hex color #84D70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D70C is #7B28F3. Grayscale: #A7A7A7. Windows color (decimal): -8071412 or 841604. OLE color: 841604.
HSL color Cylindrical-coordinate representation of color #84D70C: hue angle of 84.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84D70C is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 12 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.16 |
| HSL | 84.53º | 0.89% | 0.45% | - |
| HSV(B) | 84.53º | 0.94% | 0.84% | - |
| XYZ | 33.88 | 53.53 | 8.89 | - |
| YUV | 167.04 | 40.5 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 12 | 0.39 | 0 | 0.94 | 0.16 | 84.53 | 0.89 | 0.45 |
| Hex | 84 | D7 | C | 27 | 0 | 5E | 10 | 55 | 59 | 2D |
| Octal | 204 | 327 | 14 | 47 | 0 | 136 | 20 | 125 | 131 | 55 |
| Binary | 10000100 | 11010111 | 1100 | 100111 | 0 | 1011110 | 10000 | 1010101 | 1011001 | 101101 |
Color Harmonies of #84D70C
Complementary color
Monochromatic Colors of #84D70C
Black with #84D70C
Text Example
Text Example
White with #84D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D70C; }
p { color: rgb(132,215,12); }
H1.HeaderClassName
{
color: #84D70C;
}
.AnyTagClassName
{
color: #84D70C;
}
</style>
background-color css
<style>
a { background-color: #84D70C; }
a { background-color: rgb(132,215,12); }
div.DivClassName
{
background-color: #84D70C;
}
.BgClassName
{
background-color: #84D70C;
}
</style>
border-color css
<style>
span { border-color: #84D70C; }
span { border-color: rgb(132,215,12); }
td.TdClassName
{
border-color: #84D70C;
}
.TagClassName
{
border-color: #84D70C;
}
</style>