Shades of Lima #83AD19
Tints of Lima #83AD19
RGB
CMYK
RGB Variations
Color information
#83AD19 (or 0x83AD19) is known color: Lima. HEX triplet: 83, AD and 19. RGB value is (131,173,25). Sum of RGB (Red+Green+Blue) = 131+173+25=329 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.82% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AD19 is #7C52E6. Grayscale: #909090. Windows color (decimal): -8147687 or 1682819. OLE color: 1682819.
HSL color Cylindrical-coordinate representation of color #83AD19: hue angle of 77.03º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83AD19 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 25 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.32 |
| HSL | 77.03º | 0.75% | 0.39% | - |
| HSV(B) | 77.03º | 0.86% | 0.68% | - |
| XYZ | 24.48 | 34.78 | 6.34 | - |
| YUV | 143.57 | 61.09 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 25 | 0.24 | 0 | 0.86 | 0.32 | 77.03 | 0.75 | 0.39 |
| Hex | 83 | AD | 19 | 18 | 0 | 56 | 20 | 4D | 4B | 27 |
| Octal | 203 | 255 | 31 | 30 | 0 | 126 | 40 | 115 | 113 | 47 |
| Binary | 10000011 | 10101101 | 11001 | 11000 | 0 | 1010110 | 100000 | 1001101 | 1001011 | 100111 |
Color Harmonies of #83AD19
Complementary color
Monochromatic Colors of #83AD19
Black with #83AD19
Text Example
Text Example
White with #83AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD19; }
p { color: rgb(131,173,25); }
H1.HeaderClassName
{
color: #83AD19;
}
.AnyTagClassName
{
color: #83AD19;
}
</style>
background-color css
<style>
a { background-color: #83AD19; }
a { background-color: rgb(131,173,25); }
div.DivClassName
{
background-color: #83AD19;
}
.BgClassName
{
background-color: #83AD19;
}
</style>
border-color css
<style>
span { border-color: #83AD19; }
span { border-color: rgb(131,173,25); }
td.TdClassName
{
border-color: #83AD19;
}
.TagClassName
{
border-color: #83AD19;
}
</style>