Shades of Lima #84AD15
Tints of Lima #84AD15
RGB
CMYK
RGB Variations
Color information
#84AD15 (or 0x84AD15) is known color: Lima. HEX triplet: 84, AD and 15. RGB value is (132,173,21). Sum of RGB (Red+Green+Blue) = 132+173+21=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #84AD15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AD15 is #7B52EA. Grayscale: #8F8F8F. Windows color (decimal): -8082155 or 1420676. OLE color: 1420676.
HSL color Cylindrical-coordinate representation of color #84AD15: hue angle of 76.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84AD15 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 173 | 21 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.32 |
| HSL | 76.18º | 0.78% | 0.38% | - |
| HSV(B) | 76.18º | 0.88% | 0.68% | - |
| XYZ | 24.59 | 34.85 | 6.14 | - |
| YUV | 143.41 | 58.92 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 173 | 21 | 0.24 | 0 | 0.88 | 0.32 | 76.18 | 0.78 | 0.38 |
| Hex | 84 | AD | 15 | 18 | 0 | 58 | 20 | 4C | 4E | 26 |
| Octal | 204 | 255 | 25 | 30 | 0 | 130 | 40 | 114 | 116 | 46 |
| Binary | 10000100 | 10101101 | 10101 | 11000 | 0 | 1011000 | 100000 | 1001100 | 1001110 | 100110 |
Color Harmonies of #84AD15
Complementary color
Monochromatic Colors of #84AD15
Black with #84AD15
Text Example
Text Example
White with #84AD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AD15; }
p { color: rgb(132,173,21); }
H1.HeaderClassName
{
color: #84AD15;
}
.AnyTagClassName
{
color: #84AD15;
}
</style>
background-color css
<style>
a { background-color: #84AD15; }
a { background-color: rgb(132,173,21); }
div.DivClassName
{
background-color: #84AD15;
}
.BgClassName
{
background-color: #84AD15;
}
</style>
border-color css
<style>
span { border-color: #84AD15; }
span { border-color: rgb(132,173,21); }
td.TdClassName
{
border-color: #84AD15;
}
.TagClassName
{
border-color: #84AD15;
}
</style>