Shades of Lima #83AB15
Tints of Lima #83AB15
RGB
CMYK
RGB Variations
Color information
#83AB15 (or 0x83AB15) is known color: Lima. HEX triplet: 83, AB and 15. RGB value is (131,171,21). Sum of RGB (Red+Green+Blue) = 131+171+21=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AB15 is #7C54EA. Grayscale: #8E8E8E. Windows color (decimal): -8148203 or 1420163. OLE color: 1420163.
HSL color Cylindrical-coordinate representation of color #83AB15: hue angle of 76º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83AB15 is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 21 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.33 |
| HSL | 76º | 0.78% | 0.38% | - |
| HSV(B) | 76º | 0.88% | 0.67% | - |
| XYZ | 24.06 | 34.01 | 6.01 | - |
| YUV | 141.94 | 59.75 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 21 | 0.23 | 0 | 0.88 | 0.33 | 76 | 0.78 | 0.38 |
| Hex | 83 | AB | 15 | 17 | 0 | 58 | 21 | 4C | 4E | 26 |
| Octal | 203 | 253 | 25 | 27 | 0 | 130 | 41 | 114 | 116 | 46 |
| Binary | 10000011 | 10101011 | 10101 | 10111 | 0 | 1011000 | 100001 | 1001100 | 1001110 | 100110 |
Color Harmonies of #83AB15
Complementary color
Monochromatic Colors of #83AB15
Black with #83AB15
Text Example
Text Example
White with #83AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB15; }
p { color: rgb(131,171,21); }
H1.HeaderClassName
{
color: #83AB15;
}
.AnyTagClassName
{
color: #83AB15;
}
</style>
background-color css
<style>
a { background-color: #83AB15; }
a { background-color: rgb(131,171,21); }
div.DivClassName
{
background-color: #83AB15;
}
.BgClassName
{
background-color: #83AB15;
}
</style>
border-color css
<style>
span { border-color: #83AB15; }
span { border-color: rgb(131,171,21); }
td.TdClassName
{
border-color: #83AB15;
}
.TagClassName
{
border-color: #83AB15;
}
</style>