Shades of Lima #83BC13
Tints of Lima #83BC13
RGB
CMYK
RGB Variations
Color information
#83BC13 (or 0x83BC13) is known color: Lima. HEX triplet: 83, BC and 13. RGB value is (131,188,19). Sum of RGB (Red+Green+Blue) = 131+188+19=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC13 is #7C43EC. Grayscale: #989898. Windows color (decimal): -8143853 or 1293443. OLE color: 1293443.
HSL color Cylindrical-coordinate representation of color #83BC13: hue angle of 80.24º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83BC13 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 188 | 19 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.26 |
| HSL | 80.24º | 0.82% | 0.41% | - |
| HSV(B) | 80.24º | 0.9% | 0.74% | - |
| XYZ | 27.46 | 40.84 | 7.05 | - |
| YUV | 151.69 | 53.12 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 188 | 19 | 0.30 | 0 | 0.90 | 0.26 | 80.24 | 0.82 | 0.41 |
| Hex | 83 | BC | 13 | 1E | 0 | 5A | 1A | 50 | 52 | 29 |
| Octal | 203 | 274 | 23 | 36 | 0 | 132 | 32 | 120 | 122 | 51 |
| Binary | 10000011 | 10111100 | 10011 | 11110 | 0 | 1011010 | 11010 | 1010000 | 1010010 | 101001 |
Color Harmonies of #83BC13
Complementary color
Monochromatic Colors of #83BC13
Black with #83BC13
Text Example
Text Example
White with #83BC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BC13; }
p { color: rgb(131,188,19); }
H1.HeaderClassName
{
color: #83BC13;
}
.AnyTagClassName
{
color: #83BC13;
}
</style>
background-color css
<style>
a { background-color: #83BC13; }
a { background-color: rgb(131,188,19); }
div.DivClassName
{
background-color: #83BC13;
}
.BgClassName
{
background-color: #83BC13;
}
</style>
border-color css
<style>
span { border-color: #83BC13; }
span { border-color: rgb(131,188,19); }
td.TdClassName
{
border-color: #83BC13;
}
.TagClassName
{
border-color: #83BC13;
}
</style>