Shades of Lima #84B40C
Tints of Lima #84B40C
RGB
CMYK
RGB Variations
Color information
#84B40C (or 0x84B40C) is known color: Lima. HEX triplet: 84, B4 and 0C. RGB value is (132,180,12). Sum of RGB (Red+Green+Blue) = 132+180+12=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #84B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B40C is #7B4BF3. Grayscale: #939393. Windows color (decimal): -8080372 or 832644. OLE color: 832644.
HSL color Cylindrical-coordinate representation of color #84B40C: hue angle of 77.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #84B40C is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 12 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.29 |
| HSL | 77.14º | 0.88% | 0.38% | - |
| HSV(B) | 77.14º | 0.93% | 0.71% | - |
| XYZ | 25.9 | 37.57 | 6.24 | - |
| YUV | 146.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 12 | 0.27 | 0 | 0.93 | 0.29 | 77.14 | 0.88 | 0.38 |
| Hex | 84 | B4 | C | 1B | 0 | 5D | 1D | 4D | 58 | 26 |
| Octal | 204 | 264 | 14 | 33 | 0 | 135 | 35 | 115 | 130 | 46 |
| Binary | 10000100 | 10110100 | 1100 | 11011 | 0 | 1011101 | 11101 | 1001101 | 1011000 | 100110 |
Color Harmonies of #84B40C
Complementary color
Monochromatic Colors of #84B40C
Black with #84B40C
Text Example
Text Example
White with #84B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B40C; }
p { color: rgb(132,180,12); }
H1.HeaderClassName
{
color: #84B40C;
}
.AnyTagClassName
{
color: #84B40C;
}
</style>
background-color css
<style>
a { background-color: #84B40C; }
a { background-color: rgb(132,180,12); }
div.DivClassName
{
background-color: #84B40C;
}
.BgClassName
{
background-color: #84B40C;
}
</style>
border-color css
<style>
span { border-color: #84B40C; }
span { border-color: rgb(132,180,12); }
td.TdClassName
{
border-color: #84B40C;
}
.TagClassName
{
border-color: #84B40C;
}
</style>