Shades of Lima #83B71B
Tints of Lima #83B71B
RGB
CMYK
RGB Variations
Color information
#83B71B (or 0x83B71B) is known color: Lima. HEX triplet: 83, B7 and 1B. RGB value is (131,183,27). Sum of RGB (Red+Green+Blue) = 131+183+27=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 183 (71.88% from 255 or 53.67% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 183 - color contains mainly: green. Hex color #83B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B71B is #7C48E4. Grayscale: #969696. Windows color (decimal): -8145125 or 1816451. OLE color: 1816451.
HSL color Cylindrical-coordinate representation of color #83B71B: hue angle of 80º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83B71B is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 27 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.28 |
| HSL | 80º | 0.74% | 0.41% | - |
| HSV(B) | 80º | 0.85% | 0.72% | - |
| XYZ | 26.49 | 38.77 | 7.12 | - |
| YUV | 149.67 | 58.77 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 27 | 0.28 | 0 | 0.85 | 0.28 | 80 | 0.74 | 0.41 |
| Hex | 83 | B7 | 1B | 1C | 0 | 55 | 1C | 50 | 4A | 29 |
| Octal | 203 | 267 | 33 | 34 | 0 | 125 | 34 | 120 | 112 | 51 |
| Binary | 10000011 | 10110111 | 11011 | 11100 | 0 | 1010101 | 11100 | 1010000 | 1001010 | 101001 |
Color Harmonies of #83B71B
Complementary color
Monochromatic Colors of #83B71B
Black with #83B71B
Text Example
Text Example
White with #83B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B71B; }
p { color: rgb(131,183,27); }
H1.HeaderClassName
{
color: #83B71B;
}
.AnyTagClassName
{
color: #83B71B;
}
</style>
background-color css
<style>
a { background-color: #83B71B; }
a { background-color: rgb(131,183,27); }
div.DivClassName
{
background-color: #83B71B;
}
.BgClassName
{
background-color: #83B71B;
}
</style>
border-color css
<style>
span { border-color: #83B71B; }
span { border-color: rgb(131,183,27); }
td.TdClassName
{
border-color: #83B71B;
}
.TagClassName
{
border-color: #83B71B;
}
</style>