Shades of Lawn Green #84D70D
Tints of Lawn Green #84D70D
RGB
CMYK
RGB Variations
Color information
#84D70D (or 0x84D70D) is known color: Lawn Green. HEX triplet: 84, D7 and 0D. RGB value is (132,215,13). Sum of RGB (Red+Green+Blue) = 132+215+13=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #84D70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D70D is #7B28F2. Grayscale: #A7A7A7. Windows color (decimal): -8071411 or 907140. OLE color: 907140.
HSL color Cylindrical-coordinate representation of color #84D70D: hue angle of 84.65º 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 #84D70D is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 13 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.16 |
| HSL | 84.65º | 0.89% | 0.45% | - |
| HSV(B) | 84.65º | 0.94% | 0.84% | - |
| XYZ | 33.89 | 53.54 | 8.93 | - |
| YUV | 167.16 | 41 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 13 | 0.39 | 0 | 0.94 | 0.16 | 84.65 | 0.89 | 0.45 |
| Hex | 84 | D7 | D | 27 | 0 | 5E | 10 | 55 | 59 | 2D |
| Octal | 204 | 327 | 15 | 47 | 0 | 136 | 20 | 125 | 131 | 55 |
| Binary | 10000100 | 11010111 | 1101 | 100111 | 0 | 1011110 | 10000 | 1010101 | 1011001 | 101101 |
Color Harmonies of #84D70D
Complementary color
Monochromatic Colors of #84D70D
Black with #84D70D
Text Example
Text Example
White with #84D70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D70D; }
p { color: rgb(132,215,13); }
H1.HeaderClassName
{
color: #84D70D;
}
.AnyTagClassName
{
color: #84D70D;
}
</style>
background-color css
<style>
a { background-color: #84D70D; }
a { background-color: rgb(132,215,13); }
div.DivClassName
{
background-color: #84D70D;
}
.BgClassName
{
background-color: #84D70D;
}
</style>
border-color css
<style>
span { border-color: #84D70D; }
span { border-color: rgb(132,215,13); }
td.TdClassName
{
border-color: #84D70D;
}
.TagClassName
{
border-color: #84D70D;
}
</style>