Shades of Lima #83AD05
Tints of Lima #83AD05
RGB
CMYK
RGB Variations
Color information
#83AD05 (or 0x83AD05) is known color: Lima. HEX triplet: 83, AD and 05. RGB value is (131,173,5). Sum of RGB (Red+Green+Blue) = 131+173+5=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #83AD05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AD05 is #7C52FA. Grayscale: #8D8D8D. Windows color (decimal): -8147707 or 372099. OLE color: 372099.
HSL color Cylindrical-coordinate representation of color #83AD05: hue angle of 75º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83AD05 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 173 | 5 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.32 |
| HSL | 75º | 0.94% | 0.35% | - |
| HSV(B) | 75º | 0.97% | 0.68% | - |
| XYZ | 24.33 | 34.72 | 5.56 | - |
| YUV | 141.29 | 51.09 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 173 | 5 | 0.24 | 0 | 0.97 | 0.32 | 75 | 0.94 | 0.35 |
| Hex | 83 | AD | 5 | 18 | 0 | 61 | 20 | 4B | 5E | 23 |
| Octal | 203 | 255 | 5 | 30 | 0 | 141 | 40 | 113 | 136 | 43 |
| Binary | 10000011 | 10101101 | 101 | 11000 | 0 | 1100001 | 100000 | 1001011 | 1011110 | 100011 |
Color Harmonies of #83AD05
Complementary color
Monochromatic Colors of #83AD05
Black with #83AD05
Text Example
Text Example
White with #83AD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AD05; }
p { color: rgb(131,173,5); }
H1.HeaderClassName
{
color: #83AD05;
}
.AnyTagClassName
{
color: #83AD05;
}
</style>
background-color css
<style>
a { background-color: #83AD05; }
a { background-color: rgb(131,173,5); }
div.DivClassName
{
background-color: #83AD05;
}
.BgClassName
{
background-color: #83AD05;
}
</style>
border-color css
<style>
span { border-color: #83AD05; }
span { border-color: rgb(131,173,5); }
td.TdClassName
{
border-color: #83AD05;
}
.TagClassName
{
border-color: #83AD05;
}
</style>