Shades of Lima #83B915
Tints of Lima #83B915
RGB
CMYK
RGB Variations
Color information
#83B915 (or 0x83B915) is known color: Lima. HEX triplet: 83, B9 and 15. RGB value is (131,185,21). Sum of RGB (Red+Green+Blue) = 131+185+21=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 185 (72.66% from 255 or 54.90% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 185 - color contains mainly: green. Hex color #83B915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B915 is #7C46EA. Grayscale: #969696. Windows color (decimal): -8144619 or 1423747. OLE color: 1423747.
HSL color Cylindrical-coordinate representation of color #83B915: hue angle of 79.76º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83B915 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 185 | 21 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.27 |
| HSL | 79.76º | 0.8% | 0.4% | - |
| HSV(B) | 79.76º | 0.89% | 0.73% | - |
| XYZ | 26.84 | 39.58 | 6.93 | - |
| YUV | 150.16 | 55.11 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 185 | 21 | 0.29 | 0 | 0.89 | 0.27 | 79.76 | 0.8 | 0.4 |
| Hex | 83 | B9 | 15 | 1D | 0 | 59 | 1B | 50 | 50 | 28 |
| Octal | 203 | 271 | 25 | 35 | 0 | 131 | 33 | 120 | 120 | 50 |
| Binary | 10000011 | 10111001 | 10101 | 11101 | 0 | 1011001 | 11011 | 1010000 | 1010000 | 101000 |
Color Harmonies of #83B915
Complementary color
Monochromatic Colors of #83B915
Black with #83B915
Text Example
Text Example
White with #83B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B915; }
p { color: rgb(131,185,21); }
H1.HeaderClassName
{
color: #83B915;
}
.AnyTagClassName
{
color: #83B915;
}
</style>
background-color css
<style>
a { background-color: #83B915; }
a { background-color: rgb(131,185,21); }
div.DivClassName
{
background-color: #83B915;
}
.BgClassName
{
background-color: #83B915;
}
</style>
border-color css
<style>
span { border-color: #83B915; }
span { border-color: rgb(131,185,21); }
td.TdClassName
{
border-color: #83B915;
}
.TagClassName
{
border-color: #83B915;
}
</style>