Shades of Lima #84AF17
Tints of Lima #84AF17
RGB
CMYK
RGB Variations
Color information
#84AF17 (or 0x84AF17) is known color: Lima. HEX triplet: 84, AF and 17. RGB value is (132,175,23). Sum of RGB (Red+Green+Blue) = 132+175+23=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AF17 is #7B50E8. Grayscale: #919191. Windows color (decimal): -8081641 or 1552260. OLE color: 1552260.
HSL color Cylindrical-coordinate representation of color #84AF17: hue angle of 76.97º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84AF17 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 23 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.31 |
| HSL | 76.97º | 0.77% | 0.39% | - |
| HSV(B) | 76.97º | 0.87% | 0.69% | - |
| XYZ | 25 | 35.63 | 6.37 | - |
| YUV | 144.82 | 59.25 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 23 | 0.25 | 0 | 0.87 | 0.31 | 76.97 | 0.77 | 0.39 |
| Hex | 84 | AF | 17 | 19 | 0 | 57 | 1F | 4D | 4D | 27 |
| Octal | 204 | 257 | 27 | 31 | 0 | 127 | 37 | 115 | 115 | 47 |
| Binary | 10000100 | 10101111 | 10111 | 11001 | 0 | 1010111 | 11111 | 1001101 | 1001101 | 100111 |
Color Harmonies of #84AF17
Complementary color
Monochromatic Colors of #84AF17
Black with #84AF17
Text Example
Text Example
White with #84AF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF17; }
p { color: rgb(132,175,23); }
H1.HeaderClassName
{
color: #84AF17;
}
.AnyTagClassName
{
color: #84AF17;
}
</style>
background-color css
<style>
a { background-color: #84AF17; }
a { background-color: rgb(132,175,23); }
div.DivClassName
{
background-color: #84AF17;
}
.BgClassName
{
background-color: #84AF17;
}
</style>
border-color css
<style>
span { border-color: #84AF17; }
span { border-color: rgb(132,175,23); }
td.TdClassName
{
border-color: #84AF17;
}
.TagClassName
{
border-color: #84AF17;
}
</style>