Shades of Lima #84C410
Tints of Lima #84C410
RGB
CMYK
RGB Variations
Color information
#84C410 (or 0x84C410) is known color: Lima. HEX triplet: 84, C4 and 10. RGB value is (132,196,16). Sum of RGB (Red+Green+Blue) = 132+196+16=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #84C410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C410 is #7B3BEF. Grayscale: #9D9D9D. Windows color (decimal): -8076272 or 1098884. OLE color: 1098884.
HSL color Cylindrical-coordinate representation of color #84C410: hue angle of 81.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84C410 is Cyan = 0.33, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 196 | 16 | - |
| CMYK | 0.33 | 0 | 0.92 | 0.23 |
| HSL | 81.33º | 0.85% | 0.42% | - |
| HSV(B) | 81.33º | 0.92% | 0.77% | - |
| XYZ | 29.35 | 44.42 | 7.52 | - |
| YUV | 156.34 | 48.8 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 196 | 16 | 0.33 | 0 | 0.92 | 0.23 | 81.33 | 0.85 | 0.42 |
| Hex | 84 | C4 | 10 | 21 | 0 | 5C | 17 | 51 | 55 | 2A |
| Octal | 204 | 304 | 20 | 41 | 0 | 134 | 27 | 121 | 125 | 52 |
| Binary | 10000100 | 11000100 | 10000 | 100001 | 0 | 1011100 | 10111 | 1010001 | 1010101 | 101010 |
Color Harmonies of #84C410
Complementary color
Monochromatic Colors of #84C410
Black with #84C410
Text Example
Text Example
White with #84C410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C410; }
p { color: rgb(132,196,16); }
H1.HeaderClassName
{
color: #84C410;
}
.AnyTagClassName
{
color: #84C410;
}
</style>
background-color css
<style>
a { background-color: #84C410; }
a { background-color: rgb(132,196,16); }
div.DivClassName
{
background-color: #84C410;
}
.BgClassName
{
background-color: #84C410;
}
</style>
border-color css
<style>
span { border-color: #84C410; }
span { border-color: rgb(132,196,16); }
td.TdClassName
{
border-color: #84C410;
}
.TagClassName
{
border-color: #84C410;
}
</style>