Shades of Lawn Green #84D60F
Tints of Lawn Green #84D60F
RGB
CMYK
RGB Variations
Color information
#84D60F (or 0x84D60F) is known color: Lawn Green. HEX triplet: 84, D6 and 0F. RGB value is (132,214,15). Sum of RGB (Red+Green+Blue) = 132+214+15=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #84D60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D60F is #7B29F0. Grayscale: #A7A7A7. Windows color (decimal): -8071665 or 1037956. OLE color: 1037956.
HSL color Cylindrical-coordinate representation of color #84D60F: hue angle of 84.72º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84D60F is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 132 | 214 | 15 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.16 |
| HSL | 84.72º | 0.87% | 0.45% | - |
| HSV(B) | 84.72º | 0.93% | 0.84% | - |
| XYZ | 33.65 | 53.03 | 8.91 | - |
| YUV | 166.8 | 42.33 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 214 | 15 | 0.38 | 0 | 0.93 | 0.16 | 84.72 | 0.87 | 0.45 |
| Hex | 84 | D6 | F | 26 | 0 | 5D | 10 | 55 | 57 | 2D |
| Octal | 204 | 326 | 17 | 46 | 0 | 135 | 20 | 125 | 127 | 55 |
| Binary | 10000100 | 11010110 | 1111 | 100110 | 0 | 1011101 | 10000 | 1010101 | 1010111 | 101101 |
Color Harmonies of #84D60F
Complementary color
Monochromatic Colors of #84D60F
Black with #84D60F
Text Example
Text Example
White with #84D60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D60F; }
p { color: rgb(132,214,15); }
H1.HeaderClassName
{
color: #84D60F;
}
.AnyTagClassName
{
color: #84D60F;
}
</style>
background-color css
<style>
a { background-color: #84D60F; }
a { background-color: rgb(132,214,15); }
div.DivClassName
{
background-color: #84D60F;
}
.BgClassName
{
background-color: #84D60F;
}
</style>
border-color css
<style>
span { border-color: #84D60F; }
span { border-color: rgb(132,214,15); }
td.TdClassName
{
border-color: #84D60F;
}
.TagClassName
{
border-color: #84D60F;
}
</style>