Shades of Lawn Green #84D30C
Tints of Lawn Green #84D30C
RGB
CMYK
RGB Variations
Color information
#84D30C (or 0x84D30C) is known color: Lawn Green. HEX triplet: 84, D3 and 0C. RGB value is (132,211,12). Sum of RGB (Red+Green+Blue) = 132+211+12=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #84D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D30C is #7B2CF3. Grayscale: #A5A5A5. Windows color (decimal): -8072436 or 840580. OLE color: 840580.
HSL color Cylindrical-coordinate representation of color #84D30C: hue angle of 83.82º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #84D30C is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 132 | 211 | 12 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.17 |
| HSL | 83.82º | 0.89% | 0.44% | - |
| HSV(B) | 83.82º | 0.94% | 0.83% | - |
| XYZ | 32.88 | 51.52 | 8.56 | - |
| YUV | 164.69 | 41.83 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 211 | 12 | 0.37 | 0 | 0.94 | 0.17 | 83.82 | 0.89 | 0.44 |
| Hex | 84 | D3 | C | 25 | 0 | 5E | 11 | 54 | 59 | 2C |
| Octal | 204 | 323 | 14 | 45 | 0 | 136 | 21 | 124 | 131 | 54 |
| Binary | 10000100 | 11010011 | 1100 | 100101 | 0 | 1011110 | 10001 | 1010100 | 1011001 | 101100 |
Color Harmonies of #84D30C
Complementary color
Monochromatic Colors of #84D30C
Black with #84D30C
Text Example
Text Example
White with #84D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D30C; }
p { color: rgb(132,211,12); }
H1.HeaderClassName
{
color: #84D30C;
}
.AnyTagClassName
{
color: #84D30C;
}
</style>
background-color css
<style>
a { background-color: #84D30C; }
a { background-color: rgb(132,211,12); }
div.DivClassName
{
background-color: #84D30C;
}
.BgClassName
{
background-color: #84D30C;
}
</style>
border-color css
<style>
span { border-color: #84D30C; }
span { border-color: rgb(132,211,12); }
td.TdClassName
{
border-color: #84D30C;
}
.TagClassName
{
border-color: #84D30C;
}
</style>