Shades of Lima #83BD16
Tints of Lima #83BD16
RGB
CMYK
RGB Variations
Color information
#83BD16 (or 0x83BD16) is known color: Lima. HEX triplet: 83, BD and 16. RGB value is (131,189,22). Sum of RGB (Red+Green+Blue) = 131+189+22=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BD16 is #7C42E9. Grayscale: #999999. Windows color (decimal): -8143594 or 1490307. OLE color: 1490307.
HSL color Cylindrical-coordinate representation of color #83BD16: hue angle of 80.84º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83BD16 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 189 | 22 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.26 |
| HSL | 80.84º | 0.79% | 0.41% | - |
| HSV(B) | 80.84º | 0.88% | 0.74% | - |
| XYZ | 27.7 | 41.28 | 7.27 | - |
| YUV | 152.62 | 54.28 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 189 | 22 | 0.31 | 0 | 0.88 | 0.26 | 80.84 | 0.79 | 0.41 |
| Hex | 83 | BD | 16 | 1F | 0 | 58 | 1A | 51 | 4F | 29 |
| Octal | 203 | 275 | 26 | 37 | 0 | 130 | 32 | 121 | 117 | 51 |
| Binary | 10000011 | 10111101 | 10110 | 11111 | 0 | 1011000 | 11010 | 1010001 | 1001111 | 101001 |
Color Harmonies of #83BD16
Complementary color
Monochromatic Colors of #83BD16
Black with #83BD16
Text Example
Text Example
White with #83BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BD16; }
p { color: rgb(131,189,22); }
H1.HeaderClassName
{
color: #83BD16;
}
.AnyTagClassName
{
color: #83BD16;
}
</style>
background-color css
<style>
a { background-color: #83BD16; }
a { background-color: rgb(131,189,22); }
div.DivClassName
{
background-color: #83BD16;
}
.BgClassName
{
background-color: #83BD16;
}
</style>
border-color css
<style>
span { border-color: #83BD16; }
span { border-color: rgb(131,189,22); }
td.TdClassName
{
border-color: #83BD16;
}
.TagClassName
{
border-color: #83BD16;
}
</style>