Shades of Lawn Green #84D50D
Tints of Lawn Green #84D50D
RGB
CMYK
RGB Variations
Color information
#84D50D (or 0x84D50D) is known color: Lawn Green. HEX triplet: 84, D5 and 0D. RGB value is (132,213,13). Sum of RGB (Red+Green+Blue) = 132+213+13=358 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.87% from 358); Green value is 213 (83.59% from 255 or 59.50% from 358); Blue value is 13 (5.47% from 255 or 3.63% from 358); Max value from RGB is 213 - color contains mainly: green. Hex color #84D50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D50D is #7B2AF2. Grayscale: #A6A6A6. Windows color (decimal): -8071923 or 906628. OLE color: 906628.
HSL color Cylindrical-coordinate representation of color #84D50D: hue angle of 84.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84D50D is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 13 | - |
| CMYK | 0.38 | 0 | 0.94 | 0.16 |
| HSL | 84.3º | 0.88% | 0.44% | - |
| HSV(B) | 84.3º | 0.94% | 0.84% | - |
| XYZ | 33.38 | 52.52 | 8.76 | - |
| YUV | 165.98 | 41.66 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 13 | 0.38 | 0 | 0.94 | 0.16 | 84.3 | 0.88 | 0.44 |
| Hex | 84 | D5 | D | 26 | 0 | 5E | 10 | 54 | 58 | 2C |
| Octal | 204 | 325 | 15 | 46 | 0 | 136 | 20 | 124 | 130 | 54 |
| Binary | 10000100 | 11010101 | 1101 | 100110 | 0 | 1011110 | 10000 | 1010100 | 1011000 | 101100 |
Color Harmonies of #84D50D
Complementary color
Monochromatic Colors of #84D50D
Black with #84D50D
Text Example
Text Example
White with #84D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D50D; }
p { color: rgb(132,213,13); }
H1.HeaderClassName
{
color: #84D50D;
}
.AnyTagClassName
{
color: #84D50D;
}
</style>
background-color css
<style>
a { background-color: #84D50D; }
a { background-color: rgb(132,213,13); }
div.DivClassName
{
background-color: #84D50D;
}
.BgClassName
{
background-color: #84D50D;
}
</style>
border-color css
<style>
span { border-color: #84D50D; }
span { border-color: rgb(132,213,13); }
td.TdClassName
{
border-color: #84D50D;
}
.TagClassName
{
border-color: #84D50D;
}
</style>