Shades of Lawn Green #84D501
Tints of Lawn Green #84D501
RGB
CMYK
RGB Variations
Color information
#84D501 (or 0x84D501) is known color: Lawn Green. HEX triplet: 84, D5 and 01. RGB value is (132,213,1). Sum of RGB (Red+Green+Blue) = 132+213+1=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 213 (83.59% from 255 or 61.56% from 346); Blue value is 1 (0.78% from 255 or 0.29% from 346); Max value from RGB is 213 - color contains mainly: green. Hex color #84D501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D501 is #7B2AFE. Grayscale: #A5A5A5. Windows color (decimal): -8071935 or 120196. OLE color: 120196.
HSL color Cylindrical-coordinate representation of color #84D501: hue angle of 82.92º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84D501 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 213 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0.16 |
| HSL | 82.92º | 0.99% | 0.42% | - |
| HSV(B) | 82.92º | 1% | 0.84% | - |
| XYZ | 33.32 | 52.5 | 8.41 | - |
| YUV | 164.61 | 35.66 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 213 | 1 | 0.38 | 0 | 1.00 | 0.16 | 82.92 | 0.99 | 0.42 |
| Hex | 84 | D5 | 1 | 26 | 0 | 64 | 10 | 53 | 63 | 2A |
| Octal | 204 | 325 | 1 | 46 | 0 | 144 | 20 | 123 | 143 | 52 |
| Binary | 10000100 | 11010101 | 1 | 100110 | 0 | 1100100 | 10000 | 1010011 | 1100011 | 101010 |
Color Harmonies of #84D501
Complementary color
Monochromatic Colors of #84D501
Black with #84D501
Text Example
Text Example
White with #84D501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D501; }
p { color: rgb(132,213,1); }
H1.HeaderClassName
{
color: #84D501;
}
.AnyTagClassName
{
color: #84D501;
}
</style>
background-color css
<style>
a { background-color: #84D501; }
a { background-color: rgb(132,213,1); }
div.DivClassName
{
background-color: #84D501;
}
.BgClassName
{
background-color: #84D501;
}
</style>
border-color css
<style>
span { border-color: #84D501; }
span { border-color: rgb(132,213,1); }
td.TdClassName
{
border-color: #84D501;
}
.TagClassName
{
border-color: #84D501;
}
</style>