Shades of Lima #84AF11
Tints of Lima #84AF11
RGB
CMYK
RGB Variations
Color information
#84AF11 (or 0x84AF11) is known color: Lima. HEX triplet: 84, AF and 11. RGB value is (132,175,17). Sum of RGB (Red+Green+Blue) = 132+175+17=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AF11 is #7B50EE. Grayscale: #909090. Windows color (decimal): -8081647 or 1159044. OLE color: 1159044.
HSL color Cylindrical-coordinate representation of color #84AF11: hue angle of 76.33º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84AF11 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 17 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.31 |
| HSL | 76.33º | 0.82% | 0.38% | - |
| HSV(B) | 76.33º | 0.9% | 0.69% | - |
| XYZ | 24.95 | 35.61 | 6.09 | - |
| YUV | 144.13 | 56.25 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 17 | 0.25 | 0 | 0.90 | 0.31 | 76.33 | 0.82 | 0.38 |
| Hex | 84 | AF | 11 | 19 | 0 | 5A | 1F | 4C | 52 | 26 |
| Octal | 204 | 257 | 21 | 31 | 0 | 132 | 37 | 114 | 122 | 46 |
| Binary | 10000100 | 10101111 | 10001 | 11001 | 0 | 1011010 | 11111 | 1001100 | 1010010 | 100110 |
Color Harmonies of #84AF11
Complementary color
Monochromatic Colors of #84AF11
Black with #84AF11
Text Example
Text Example
White with #84AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF11; }
p { color: rgb(132,175,17); }
H1.HeaderClassName
{
color: #84AF11;
}
.AnyTagClassName
{
color: #84AF11;
}
</style>
background-color css
<style>
a { background-color: #84AF11; }
a { background-color: rgb(132,175,17); }
div.DivClassName
{
background-color: #84AF11;
}
.BgClassName
{
background-color: #84AF11;
}
</style>
border-color css
<style>
span { border-color: #84AF11; }
span { border-color: rgb(132,175,17); }
td.TdClassName
{
border-color: #84AF11;
}
.TagClassName
{
border-color: #84AF11;
}
</style>