Shades of Lima #84C810
Tints of Lima #84C810
RGB
CMYK
RGB Variations
Color information
#84C810 (or 0x84C810) is known color: Lima. HEX triplet: 84, C8 and 10. RGB value is (132,200,16). Sum of RGB (Red+Green+Blue) = 132+200+16=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #84C810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C810 is #7B37EF. Grayscale: #9F9F9F. Windows color (decimal): -8075248 or 1099908. OLE color: 1099908.
HSL color Cylindrical-coordinate representation of color #84C810: hue angle of 82.17º 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 #84C810 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 132 | 200 | 16 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.22 |
| HSL | 82.17º | 0.85% | 0.42% | - |
| HSV(B) | 82.17º | 0.92% | 0.78% | - |
| XYZ | 30.26 | 46.25 | 7.82 | - |
| YUV | 158.69 | 47.47 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 200 | 16 | 0.34 | 0 | 0.92 | 0.22 | 82.17 | 0.85 | 0.42 |
| Hex | 84 | C8 | 10 | 22 | 0 | 5C | 16 | 52 | 55 | 2A |
| Octal | 204 | 310 | 20 | 42 | 0 | 134 | 26 | 122 | 125 | 52 |
| Binary | 10000100 | 11001000 | 10000 | 100010 | 0 | 1011100 | 10110 | 1010010 | 1010101 | 101010 |
Color Harmonies of #84C810
Complementary color
Monochromatic Colors of #84C810
Black with #84C810
Text Example
Text Example
White with #84C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C810; }
p { color: rgb(132,200,16); }
H1.HeaderClassName
{
color: #84C810;
}
.AnyTagClassName
{
color: #84C810;
}
</style>
background-color css
<style>
a { background-color: #84C810; }
a { background-color: rgb(132,200,16); }
div.DivClassName
{
background-color: #84C810;
}
.BgClassName
{
background-color: #84C810;
}
</style>
border-color css
<style>
span { border-color: #84C810; }
span { border-color: rgb(132,200,16); }
td.TdClassName
{
border-color: #84C810;
}
.TagClassName
{
border-color: #84C810;
}
</style>