Shades of Lima #83BF16
Tints of Lima #83BF16
RGB
CMYK
RGB Variations
Color information
#83BF16 (or 0x83BF16) is known color: Lima. HEX triplet: 83, BF and 16. RGB value is (131,191,22). Sum of RGB (Red+Green+Blue) = 131+191+22=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BF16 is #7C40E9. Grayscale: #9A9A9A. Windows color (decimal): -8143082 or 1490819. OLE color: 1490819.
HSL color Cylindrical-coordinate representation of color #83BF16: hue angle of 81.3º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83BF16 is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 191 | 22 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.25 |
| HSL | 81.3º | 0.79% | 0.42% | - |
| HSV(B) | 81.3º | 0.88% | 0.75% | - |
| XYZ | 28.14 | 42.14 | 7.41 | - |
| YUV | 153.79 | 53.62 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 191 | 22 | 0.31 | 0 | 0.88 | 0.25 | 81.3 | 0.79 | 0.42 |
| Hex | 83 | BF | 16 | 1F | 0 | 58 | 19 | 51 | 4F | 2A |
| Octal | 203 | 277 | 26 | 37 | 0 | 130 | 31 | 121 | 117 | 52 |
| Binary | 10000011 | 10111111 | 10110 | 11111 | 0 | 1011000 | 11001 | 1010001 | 1001111 | 101010 |
Color Harmonies of #83BF16
Complementary color
Monochromatic Colors of #83BF16
Black with #83BF16
Text Example
Text Example
White with #83BF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BF16; }
p { color: rgb(131,191,22); }
H1.HeaderClassName
{
color: #83BF16;
}
.AnyTagClassName
{
color: #83BF16;
}
</style>
background-color css
<style>
a { background-color: #83BF16; }
a { background-color: rgb(131,191,22); }
div.DivClassName
{
background-color: #83BF16;
}
.BgClassName
{
background-color: #83BF16;
}
</style>
border-color css
<style>
span { border-color: #83BF16; }
span { border-color: rgb(131,191,22); }
td.TdClassName
{
border-color: #83BF16;
}
.TagClassName
{
border-color: #83BF16;
}
</style>