Shades of Lawn Green #84D700
Tints of Lawn Green #84D700
RGB
CMYK
RGB Variations
Color information
#84D700 (or 0x84D700) is known color: Lawn Green. HEX triplet: 84, D7 and 00. RGB value is (132,215,0). Sum of RGB (Red+Green+Blue) = 132+215+0=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #84D700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D700 is #7B28FF. Grayscale: #A6A6A6. Windows color (decimal): -8071424 or 55172. OLE color: 55172.
HSL color Cylindrical-coordinate representation of color #84D700: hue angle of 83.16º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84D700 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 215 | 0 | - |
| CMYK | 0.39 | 0 | 1 | 0.16 |
| HSL | 83.16º | 1% | 0.42% | - |
| HSV(B) | 83.16º | 1% | 0.84% | - |
| XYZ | 33.82 | 53.51 | 8.55 | - |
| YUV | 165.67 | 34.5 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 215 | 0 | 0.39 | 0 | 1 | 0.16 | 83.16 | 1 | 0.42 |
| Hex | 84 | D7 | 0 | 27 | 0 | 64 | 10 | 53 | 64 | 2A |
| Octal | 204 | 327 | 0 | 47 | 0 | 144 | 20 | 123 | 144 | 52 |
| Binary | 10000100 | 11010111 | 0 | 100111 | 0 | 1100100 | 10000 | 1010011 | 1100100 | 101010 |
Color Harmonies of #84D700
Complementary color
Monochromatic Colors of #84D700
Black with #84D700
Text Example
Text Example
White with #84D700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D700; }
p { color: rgb(132,215,0); }
H1.HeaderClassName
{
color: #84D700;
}
.AnyTagClassName
{
color: #84D700;
}
</style>
background-color css
<style>
a { background-color: #84D700; }
a { background-color: rgb(132,215,0); }
div.DivClassName
{
background-color: #84D700;
}
.BgClassName
{
background-color: #84D700;
}
</style>
border-color css
<style>
span { border-color: #84D700; }
span { border-color: rgb(132,215,0); }
td.TdClassName
{
border-color: #84D700;
}
.TagClassName
{
border-color: #84D700;
}
</style>