Shades of Lima #84B412
Tints of Lima #84B412
RGB
CMYK
RGB Variations
Color information
#84B412 (or 0x84B412) is known color: Lima. HEX triplet: 84, B4 and 12. RGB value is (132,180,18). Sum of RGB (Red+Green+Blue) = 132+180+18=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #84B412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B412 is #7B4BED. Grayscale: #939393. Windows color (decimal): -8080366 or 1225860. OLE color: 1225860.
HSL color Cylindrical-coordinate representation of color #84B412: hue angle of 77.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84B412 is Cyan = 0.27, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 180 | 18 | - |
| CMYK | 0.27 | 0 | 0.9 | 0.29 |
| HSL | 77.78º | 0.82% | 0.39% | - |
| HSV(B) | 77.78º | 0.9% | 0.71% | - |
| XYZ | 25.95 | 37.59 | 6.46 | - |
| YUV | 147.18 | 55.1 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 180 | 18 | 0.27 | 0 | 0.9 | 0.29 | 77.78 | 0.82 | 0.39 |
| Hex | 84 | B4 | 12 | 1B | 0 | 5A | 1D | 4E | 52 | 27 |
| Octal | 204 | 264 | 22 | 33 | 0 | 132 | 35 | 116 | 122 | 47 |
| Binary | 10000100 | 10110100 | 10010 | 11011 | 0 | 1011010 | 11101 | 1001110 | 1010010 | 100111 |
Color Harmonies of #84B412
Complementary color
Monochromatic Colors of #84B412
Black with #84B412
Text Example
Text Example
White with #84B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B412; }
p { color: rgb(132,180,18); }
H1.HeaderClassName
{
color: #84B412;
}
.AnyTagClassName
{
color: #84B412;
}
</style>
background-color css
<style>
a { background-color: #84B412; }
a { background-color: rgb(132,180,18); }
div.DivClassName
{
background-color: #84B412;
}
.BgClassName
{
background-color: #84B412;
}
</style>
border-color css
<style>
span { border-color: #84B412; }
span { border-color: rgb(132,180,18); }
td.TdClassName
{
border-color: #84B412;
}
.TagClassName
{
border-color: #84B412;
}
</style>