Shades of Lima #83B311
Tints of Lima #83B311
RGB
CMYK
RGB Variations
Color information
#83B311 (or 0x83B311) is known color: Lima. HEX triplet: 83, B3 and 11. RGB value is (131,179,17). Sum of RGB (Red+Green+Blue) = 131+179+17=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 179 (70.31% from 255 or 54.74% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 179 - color contains mainly: green. Hex color #83B311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B311 is #7C4CEE. Grayscale: #929292. Windows color (decimal): -8146159 or 1160067. OLE color: 1160067.
HSL color Cylindrical-coordinate representation of color #83B311: hue angle of 77.78º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83B311 is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 179 | 17 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.30 |
| HSL | 77.78º | 0.83% | 0.38% | - |
| HSV(B) | 77.78º | 0.91% | 0.7% | - |
| XYZ | 25.58 | 37.11 | 6.34 | - |
| YUV | 146.18 | 55.1 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 179 | 17 | 0.27 | 0 | 0.91 | 0.30 | 77.78 | 0.83 | 0.38 |
| Hex | 83 | B3 | 11 | 1B | 0 | 5B | 1E | 4E | 53 | 26 |
| Octal | 203 | 263 | 21 | 33 | 0 | 133 | 36 | 116 | 123 | 46 |
| Binary | 10000011 | 10110011 | 10001 | 11011 | 0 | 1011011 | 11110 | 1001110 | 1010011 | 100110 |
Color Harmonies of #83B311
Complementary color
Monochromatic Colors of #83B311
Black with #83B311
Text Example
Text Example
White with #83B311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B311; }
p { color: rgb(131,179,17); }
H1.HeaderClassName
{
color: #83B311;
}
.AnyTagClassName
{
color: #83B311;
}
</style>
background-color css
<style>
a { background-color: #83B311; }
a { background-color: rgb(131,179,17); }
div.DivClassName
{
background-color: #83B311;
}
.BgClassName
{
background-color: #83B311;
}
</style>
border-color css
<style>
span { border-color: #83B311; }
span { border-color: rgb(131,179,17); }
td.TdClassName
{
border-color: #83B311;
}
.TagClassName
{
border-color: #83B311;
}
</style>