Shades of Lima #83C322
Tints of Lima #83C322
RGB
CMYK
RGB Variations
Color information
#83C322 (or 0x83C322) is known color: Lima. HEX triplet: 83, C3 and 22. RGB value is (131,195,34). Sum of RGB (Red+Green+Blue) = 131+195+34=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 195 (76.56% from 255 or 54.17% from 360); Blue value is 34 (13.67% from 255 or 9.44% from 360); Max value from RGB is 195 - color contains mainly: green. Hex color #83C322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C322 is #7C3CDD. Grayscale: #9E9E9E. Windows color (decimal): -8142046 or 2278275. OLE color: 2278275.
HSL color Cylindrical-coordinate representation of color #83C322: hue angle of 83.85º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83C322 is Cyan = 0.33, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 131 | 195 | 34 | - |
| CMYK | 0.33 | 0 | 0.83 | 0.24 |
| HSL | 83.85º | 0.7% | 0.45% | - |
| HSV(B) | 83.85º | 0.83% | 0.76% | - |
| XYZ | 29.16 | 43.97 | 8.46 | - |
| YUV | 157.51 | 58.3 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 195 | 34 | 0.33 | 0 | 0.83 | 0.24 | 83.85 | 0.7 | 0.45 |
| Hex | 83 | C3 | 22 | 21 | 0 | 53 | 18 | 54 | 46 | 2D |
| Octal | 203 | 303 | 42 | 41 | 0 | 123 | 30 | 124 | 106 | 55 |
| Binary | 10000011 | 11000011 | 100010 | 100001 | 0 | 1010011 | 11000 | 1010100 | 1000110 | 101101 |
Color Harmonies of #83C322
Complementary color
Monochromatic Colors of #83C322
Black with #83C322
Text Example
Text Example
White with #83C322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83C322; }
p { color: rgb(131,195,34); }
H1.HeaderClassName
{
color: #83C322;
}
.AnyTagClassName
{
color: #83C322;
}
</style>
background-color css
<style>
a { background-color: #83C322; }
a { background-color: rgb(131,195,34); }
div.DivClassName
{
background-color: #83C322;
}
.BgClassName
{
background-color: #83C322;
}
</style>
border-color css
<style>
span { border-color: #83C322; }
span { border-color: rgb(131,195,34); }
td.TdClassName
{
border-color: #83C322;
}
.TagClassName
{
border-color: #83C322;
}
</style>