Shades of Lima #83C00D
Tints of Lima #83C00D
RGB
CMYK
RGB Variations
Color information
#83C00D (or 0x83C00D) is known color: Lima. HEX triplet: 83, C0 and 0D. RGB value is (131,192,13). Sum of RGB (Red+Green+Blue) = 131+192+13=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #83C00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C00D is #7C3FF2. Grayscale: #9A9A9A. Windows color (decimal): -8142835 or 901251. OLE color: 901251.
HSL color Cylindrical-coordinate representation of color #83C00D: hue angle of 80.45º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83C00D is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 131 | 192 | 13 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.25 |
| HSL | 80.45º | 0.87% | 0.4% | - |
| HSV(B) | 80.45º | 0.93% | 0.75% | - |
| XYZ | 28.28 | 42.55 | 7.1 | - |
| YUV | 153.36 | 48.79 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 192 | 13 | 0.32 | 0 | 0.93 | 0.25 | 80.45 | 0.87 | 0.4 |
| Hex | 83 | C0 | D | 20 | 0 | 5D | 19 | 50 | 57 | 28 |
| Octal | 203 | 300 | 15 | 40 | 0 | 135 | 31 | 120 | 127 | 50 |
| Binary | 10000011 | 11000000 | 1101 | 100000 | 0 | 1011101 | 11001 | 1010000 | 1010111 | 101000 |
Color Harmonies of #83C00D
Complementary color
Monochromatic Colors of #83C00D
Black with #83C00D
Text Example
Text Example
White with #83C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C00D; }
p { color: rgb(131,192,13); }
H1.HeaderClassName
{
color: #83C00D;
}
.AnyTagClassName
{
color: #83C00D;
}
</style>
background-color css
<style>
a { background-color: #83C00D; }
a { background-color: rgb(131,192,13); }
div.DivClassName
{
background-color: #83C00D;
}
.BgClassName
{
background-color: #83C00D;
}
</style>
border-color css
<style>
span { border-color: #83C00D; }
span { border-color: rgb(131,192,13); }
td.TdClassName
{
border-color: #83C00D;
}
.TagClassName
{
border-color: #83C00D;
}
</style>