Shades of Lima #83C413
Tints of Lima #83C413
RGB
CMYK
RGB Variations
Color information
#83C413 (or 0x83C413) is known color: Lima. HEX triplet: 83, C4 and 13. RGB value is (131,196,19). Sum of RGB (Red+Green+Blue) = 131+196+19=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #83C413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C413 is #7C3BEC. Grayscale: #9D9D9D. Windows color (decimal): -8141805 or 1295491. OLE color: 1295491.
HSL color Cylindrical-coordinate representation of color #83C413: hue angle of 82.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83C413 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 196 | 19 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.23 |
| HSL | 82.03º | 0.82% | 0.42% | - |
| HSV(B) | 82.03º | 0.9% | 0.77% | - |
| XYZ | 29.22 | 44.35 | 7.64 | - |
| YUV | 156.39 | 50.47 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 196 | 19 | 0.33 | 0 | 0.90 | 0.23 | 82.03 | 0.82 | 0.42 |
| Hex | 83 | C4 | 13 | 21 | 0 | 5A | 17 | 52 | 52 | 2A |
| Octal | 203 | 304 | 23 | 41 | 0 | 132 | 27 | 122 | 122 | 52 |
| Binary | 10000011 | 11000100 | 10011 | 100001 | 0 | 1011010 | 10111 | 1010010 | 1010010 | 101010 |
Color Harmonies of #83C413
Complementary color
Monochromatic Colors of #83C413
Black with #83C413
Text Example
Text Example
White with #83C413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C413; }
p { color: rgb(131,196,19); }
H1.HeaderClassName
{
color: #83C413;
}
.AnyTagClassName
{
color: #83C413;
}
</style>
background-color css
<style>
a { background-color: #83C413; }
a { background-color: rgb(131,196,19); }
div.DivClassName
{
background-color: #83C413;
}
.BgClassName
{
background-color: #83C413;
}
</style>
border-color css
<style>
span { border-color: #83C413; }
span { border-color: rgb(131,196,19); }
td.TdClassName
{
border-color: #83C413;
}
.TagClassName
{
border-color: #83C413;
}
</style>