Shades of Lima #84C010
Tints of Lima #84C010
RGB
CMYK
RGB Variations
Color information
#84C010 (or 0x84C010) is known color: Lima. HEX triplet: 84, C0 and 10. RGB value is (132,192,16). Sum of RGB (Red+Green+Blue) = 132+192+16=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #84C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C010 is #7B3FEF. Grayscale: #9A9A9A. Windows color (decimal): -8077296 or 1097860. OLE color: 1097860.
HSL color Cylindrical-coordinate representation of color #84C010: hue angle of 80.45º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #84C010 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 192 | 16 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.25 |
| HSL | 80.45º | 0.85% | 0.41% | - |
| HSV(B) | 80.45º | 0.92% | 0.75% | - |
| XYZ | 28.46 | 42.64 | 7.22 | - |
| YUV | 154 | 50.12 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 192 | 16 | 0.31 | 0 | 0.92 | 0.25 | 80.45 | 0.85 | 0.41 |
| Hex | 84 | C0 | 10 | 1F | 0 | 5C | 19 | 50 | 55 | 29 |
| Octal | 204 | 300 | 20 | 37 | 0 | 134 | 31 | 120 | 125 | 51 |
| Binary | 10000100 | 11000000 | 10000 | 11111 | 0 | 1011100 | 11001 | 1010000 | 1010101 | 101001 |
Color Harmonies of #84C010
Complementary color
Monochromatic Colors of #84C010
Black with #84C010
Text Example
Text Example
White with #84C010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84C010; }
p { color: rgb(132,192,16); }
H1.HeaderClassName
{
color: #84C010;
}
.AnyTagClassName
{
color: #84C010;
}
</style>
background-color css
<style>
a { background-color: #84C010; }
a { background-color: rgb(132,192,16); }
div.DivClassName
{
background-color: #84C010;
}
.BgClassName
{
background-color: #84C010;
}
</style>
border-color css
<style>
span { border-color: #84C010; }
span { border-color: rgb(132,192,16); }
td.TdClassName
{
border-color: #84C010;
}
.TagClassName
{
border-color: #84C010;
}
</style>