Shades of Lima #83B420
Tints of Lima #83B420
RGB
CMYK
RGB Variations
Color information
#83B420 (or 0x83B420) is known color: Lima. HEX triplet: 83, B4 and 20. RGB value is (131,180,32). Sum of RGB (Red+Green+Blue) = 131+180+32=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #83B420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B420 is #7C4BDF. Grayscale: #959595. Windows color (decimal): -8145888 or 2143363. OLE color: 2143363.
HSL color Cylindrical-coordinate representation of color #83B420: hue angle of 79.86º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83B420 is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 180 | 32 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.29 |
| HSL | 79.86º | 0.7% | 0.42% | - |
| HSV(B) | 79.86º | 0.82% | 0.71% | - |
| XYZ | 25.94 | 37.57 | 7.25 | - |
| YUV | 148.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 180 | 32 | 0.27 | 0 | 0.82 | 0.29 | 79.86 | 0.7 | 0.42 |
| Hex | 83 | B4 | 20 | 1B | 0 | 52 | 1D | 50 | 46 | 2A |
| Octal | 203 | 264 | 40 | 33 | 0 | 122 | 35 | 120 | 106 | 52 |
| Binary | 10000011 | 10110100 | 100000 | 11011 | 0 | 1010010 | 11101 | 1010000 | 1000110 | 101010 |
Color Harmonies of #83B420
Complementary color
Monochromatic Colors of #83B420
Black with #83B420
Text Example
Text Example
White with #83B420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83B420; }
p { color: rgb(131,180,32); }
H1.HeaderClassName
{
color: #83B420;
}
.AnyTagClassName
{
color: #83B420;
}
</style>
background-color css
<style>
a { background-color: #83B420; }
a { background-color: rgb(131,180,32); }
div.DivClassName
{
background-color: #83B420;
}
.BgClassName
{
background-color: #83B420;
}
</style>
border-color css
<style>
span { border-color: #83B420; }
span { border-color: rgb(131,180,32); }
td.TdClassName
{
border-color: #83B420;
}
.TagClassName
{
border-color: #83B420;
}
</style>