Shades of Lima #83C512
Tints of Lima #83C512
RGB
CMYK
RGB Variations
Color information
#83C512 (or 0x83C512) is known color: Lima. HEX triplet: 83, C5 and 12. RGB value is (131,197,18). Sum of RGB (Red+Green+Blue) = 131+197+18=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #83C512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C512 is #7C3AED. Grayscale: #9D9D9D. Windows color (decimal): -8141550 or 1230211. OLE color: 1230211.
HSL color Cylindrical-coordinate representation of color #83C512: hue angle of 82.12º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83C512 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 197 | 18 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.23 |
| HSL | 82.12º | 0.83% | 0.42% | - |
| HSV(B) | 82.12º | 0.91% | 0.77% | - |
| XYZ | 29.44 | 44.8 | 7.67 | - |
| YUV | 156.86 | 49.63 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 197 | 18 | 0.34 | 0 | 0.91 | 0.23 | 82.12 | 0.83 | 0.42 |
| Hex | 83 | C5 | 12 | 22 | 0 | 5B | 17 | 52 | 53 | 2A |
| Octal | 203 | 305 | 22 | 42 | 0 | 133 | 27 | 122 | 123 | 52 |
| Binary | 10000011 | 11000101 | 10010 | 100010 | 0 | 1011011 | 10111 | 1010010 | 1010011 | 101010 |
Color Harmonies of #83C512
Complementary color
Monochromatic Colors of #83C512
Black with #83C512
Text Example
Text Example
White with #83C512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C512; }
p { color: rgb(131,197,18); }
H1.HeaderClassName
{
color: #83C512;
}
.AnyTagClassName
{
color: #83C512;
}
</style>
background-color css
<style>
a { background-color: #83C512; }
a { background-color: rgb(131,197,18); }
div.DivClassName
{
background-color: #83C512;
}
.BgClassName
{
background-color: #83C512;
}
</style>
border-color css
<style>
span { border-color: #83C512; }
span { border-color: rgb(131,197,18); }
td.TdClassName
{
border-color: #83C512;
}
.TagClassName
{
border-color: #83C512;
}
</style>