Shades of Lawn Green #84D80F
Tints of Lawn Green #84D80F
RGB
CMYK
RGB Variations
Color information
#84D80F (or 0x84D80F) is known color: Lawn Green. HEX triplet: 84, D8 and 0F. RGB value is (132,216,15). Sum of RGB (Red+Green+Blue) = 132+216+15=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #84D80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D80F is #7B27F0. Grayscale: #A8A8A8. Windows color (decimal): -8071153 or 1038468. OLE color: 1038468.
HSL color Cylindrical-coordinate representation of color #84D80F: hue angle of 85.07º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84D80F is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 216 | 15 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.15 |
| HSL | 85.07º | 0.87% | 0.45% | - |
| HSV(B) | 85.07º | 0.93% | 0.85% | - |
| XYZ | 34.16 | 54.05 | 9.08 | - |
| YUV | 167.97 | 41.67 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 216 | 15 | 0.39 | 0 | 0.93 | 0.15 | 85.07 | 0.87 | 0.45 |
| Hex | 84 | D8 | F | 27 | 0 | 5D | F | 55 | 57 | 2D |
| Octal | 204 | 330 | 17 | 47 | 0 | 135 | 17 | 125 | 127 | 55 |
| Binary | 10000100 | 11011000 | 1111 | 100111 | 0 | 1011101 | 1111 | 1010101 | 1010111 | 101101 |
Color Harmonies of #84D80F
Complementary color
Monochromatic Colors of #84D80F
Black with #84D80F
Text Example
Text Example
White with #84D80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84D80F; }
p { color: rgb(132,216,15); }
H1.HeaderClassName
{
color: #84D80F;
}
.AnyTagClassName
{
color: #84D80F;
}
</style>
background-color css
<style>
a { background-color: #84D80F; }
a { background-color: rgb(132,216,15); }
div.DivClassName
{
background-color: #84D80F;
}
.BgClassName
{
background-color: #84D80F;
}
</style>
border-color css
<style>
span { border-color: #84D80F; }
span { border-color: rgb(132,216,15); }
td.TdClassName
{
border-color: #84D80F;
}
.TagClassName
{
border-color: #84D80F;
}
</style>