Shades of Lima #83B718
Tints of Lima #83B718
RGB
CMYK
RGB Variations
Color information
#83B718 (or 0x83B718) is known color: Lima. HEX triplet: 83, B7 and 18. RGB value is (131,183,24). Sum of RGB (Red+Green+Blue) = 131+183+24=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 183 (71.88% from 255 or 54.14% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 183 - color contains mainly: green. Hex color #83B718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B718 is #7C48E7. Grayscale: #959595. Windows color (decimal): -8145128 or 1619843. OLE color: 1619843.
HSL color Cylindrical-coordinate representation of color #83B718: hue angle of 79.62º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83B718 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 24 | - |
| CMYK | 0.28 | 0 | 0.87 | 0.28 |
| HSL | 79.62º | 0.77% | 0.41% | - |
| HSV(B) | 79.62º | 0.87% | 0.72% | - |
| XYZ | 26.46 | 38.76 | 6.95 | - |
| YUV | 149.33 | 57.27 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 24 | 0.28 | 0 | 0.87 | 0.28 | 79.62 | 0.77 | 0.41 |
| Hex | 83 | B7 | 18 | 1C | 0 | 57 | 1C | 50 | 4D | 29 |
| Octal | 203 | 267 | 30 | 34 | 0 | 127 | 34 | 120 | 115 | 51 |
| Binary | 10000011 | 10110111 | 11000 | 11100 | 0 | 1010111 | 11100 | 1010000 | 1001101 | 101001 |
Color Harmonies of #83B718
Complementary color
Monochromatic Colors of #83B718
Black with #83B718
Text Example
Text Example
White with #83B718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B718; }
p { color: rgb(131,183,24); }
H1.HeaderClassName
{
color: #83B718;
}
.AnyTagClassName
{
color: #83B718;
}
</style>
background-color css
<style>
a { background-color: #83B718; }
a { background-color: rgb(131,183,24); }
div.DivClassName
{
background-color: #83B718;
}
.BgClassName
{
background-color: #83B718;
}
</style>
border-color css
<style>
span { border-color: #83B718; }
span { border-color: rgb(131,183,24); }
td.TdClassName
{
border-color: #83B718;
}
.TagClassName
{
border-color: #83B718;
}
</style>