Shades of Lima #84C710
Tints of Lima #84C710
RGB
CMYK
RGB Variations
Color information
#84C710 (or 0x84C710) is known color: Lima. HEX triplet: 84, C7 and 10. RGB value is (132,199,16). Sum of RGB (Red+Green+Blue) = 132+199+16=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #84C710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C710 is #7B38EF. Grayscale: #9E9E9E. Windows color (decimal): -8075504 or 1099652. OLE color: 1099652.
HSL color Cylindrical-coordinate representation of color #84C710: hue angle of 81.97º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84C710 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 199 | 16 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.22 |
| HSL | 81.97º | 0.85% | 0.42% | - |
| HSV(B) | 81.97º | 0.92% | 0.78% | - |
| XYZ | 30.03 | 45.79 | 7.75 | - |
| YUV | 158.11 | 47.8 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 199 | 16 | 0.34 | 0 | 0.92 | 0.22 | 81.97 | 0.85 | 0.42 |
| Hex | 84 | C7 | 10 | 22 | 0 | 5C | 16 | 52 | 55 | 2A |
| Octal | 204 | 307 | 20 | 42 | 0 | 134 | 26 | 122 | 125 | 52 |
| Binary | 10000100 | 11000111 | 10000 | 100010 | 0 | 1011100 | 10110 | 1010010 | 1010101 | 101010 |
Color Harmonies of #84C710
Complementary color
Monochromatic Colors of #84C710
Black with #84C710
Text Example
Text Example
White with #84C710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C710; }
p { color: rgb(132,199,16); }
H1.HeaderClassName
{
color: #84C710;
}
.AnyTagClassName
{
color: #84C710;
}
</style>
background-color css
<style>
a { background-color: #84C710; }
a { background-color: rgb(132,199,16); }
div.DivClassName
{
background-color: #84C710;
}
.BgClassName
{
background-color: #84C710;
}
</style>
border-color css
<style>
span { border-color: #84C710; }
span { border-color: rgb(132,199,16); }
td.TdClassName
{
border-color: #84C710;
}
.TagClassName
{
border-color: #84C710;
}
</style>