Shades of Lima #83C612
Tints of Lima #83C612
RGB
CMYK
RGB Variations
Color information
#83C612 (or 0x83C612) is known color: Lima. HEX triplet: 83, C6 and 12. RGB value is (131,198,18). Sum of RGB (Red+Green+Blue) = 131+198+18=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 198 (77.73% from 255 or 57.06% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 198 - color contains mainly: green. Hex color #83C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83C612 is #7C39ED. Grayscale: #9E9E9E. Windows color (decimal): -8141294 or 1230467. OLE color: 1230467.
HSL color Cylindrical-coordinate representation of color #83C612: hue angle of 82.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83C612 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 198 | 18 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.22 |
| HSL | 82.33º | 0.83% | 0.42% | - |
| HSV(B) | 82.33º | 0.91% | 0.78% | - |
| XYZ | 29.66 | 45.26 | 7.74 | - |
| YUV | 157.45 | 49.3 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 198 | 18 | 0.34 | 0 | 0.91 | 0.22 | 82.33 | 0.83 | 0.42 |
| Hex | 83 | C6 | 12 | 22 | 0 | 5B | 16 | 52 | 53 | 2A |
| Octal | 203 | 306 | 22 | 42 | 0 | 133 | 26 | 122 | 123 | 52 |
| Binary | 10000011 | 11000110 | 10010 | 100010 | 0 | 1011011 | 10110 | 1010010 | 1010011 | 101010 |
Color Harmonies of #83C612
Complementary color
Monochromatic Colors of #83C612
Black with #83C612
Text Example
Text Example
White with #83C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C612; }
p { color: rgb(131,198,18); }
H1.HeaderClassName
{
color: #83C612;
}
.AnyTagClassName
{
color: #83C612;
}
</style>
background-color css
<style>
a { background-color: #83C612; }
a { background-color: rgb(131,198,18); }
div.DivClassName
{
background-color: #83C612;
}
.BgClassName
{
background-color: #83C612;
}
</style>
border-color css
<style>
span { border-color: #83C612; }
span { border-color: rgb(131,198,18); }
td.TdClassName
{
border-color: #83C612;
}
.TagClassName
{
border-color: #83C612;
}
</style>