Shades of Lima #83B70C
Tints of Lima #83B70C
RGB
CMYK
RGB Variations
Color information
#83B70C (or 0x83B70C) is known color: Lima. HEX triplet: 83, B7 and 0C. RGB value is (131,183,12). Sum of RGB (Red+Green+Blue) = 131+183+12=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 183 (71.88% from 255 or 56.13% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 183 - color contains mainly: green. Hex color #83B70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B70C is #7C48F3. Grayscale: #949494. Windows color (decimal): -8145140 or 833411. OLE color: 833411.
HSL color Cylindrical-coordinate representation of color #83B70C: hue angle of 78.25º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83B70C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 183 | 12 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.28 |
| HSL | 78.25º | 0.88% | 0.38% | - |
| HSV(B) | 78.25º | 0.93% | 0.72% | - |
| XYZ | 26.36 | 38.72 | 6.43 | - |
| YUV | 147.96 | 51.27 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 183 | 12 | 0.28 | 0 | 0.93 | 0.28 | 78.25 | 0.88 | 0.38 |
| Hex | 83 | B7 | C | 1C | 0 | 5D | 1C | 4E | 58 | 26 |
| Octal | 203 | 267 | 14 | 34 | 0 | 135 | 34 | 116 | 130 | 46 |
| Binary | 10000011 | 10110111 | 1100 | 11100 | 0 | 1011101 | 11100 | 1001110 | 1011000 | 100110 |
Color Harmonies of #83B70C
Complementary color
Monochromatic Colors of #83B70C
Black with #83B70C
Text Example
Text Example
White with #83B70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B70C; }
p { color: rgb(131,183,12); }
H1.HeaderClassName
{
color: #83B70C;
}
.AnyTagClassName
{
color: #83B70C;
}
</style>
background-color css
<style>
a { background-color: #83B70C; }
a { background-color: rgb(131,183,12); }
div.DivClassName
{
background-color: #83B70C;
}
.BgClassName
{
background-color: #83B70C;
}
</style>
border-color css
<style>
span { border-color: #83B70C; }
span { border-color: rgb(131,183,12); }
td.TdClassName
{
border-color: #83B70C;
}
.TagClassName
{
border-color: #83B70C;
}
</style>