Shades of Lima #83CD16
Tints of Lima #83CD16
RGB
CMYK
RGB Variations
Color information
#83CD16 (or 0x83CD16) is known color: Lima. HEX triplet: 83, CD and 16. RGB value is (131,205,22). Sum of RGB (Red+Green+Blue) = 131+205+22=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 205 (80.47% from 255 or 57.26% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83CD16 is #7C32E9. Grayscale: #A2A2A2. Windows color (decimal): -8139498 or 1494403. OLE color: 1494403.
HSL color Cylindrical-coordinate representation of color #83CD16: hue angle of 84.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83CD16 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 205 | 22 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.20 |
| HSL | 84.26º | 0.81% | 0.45% | - |
| HSV(B) | 84.26º | 0.89% | 0.8% | - |
| XYZ | 31.34 | 48.55 | 8.48 | - |
| YUV | 162.01 | 48.98 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 205 | 22 | 0.36 | 0 | 0.89 | 0.20 | 84.26 | 0.81 | 0.45 |
| Hex | 83 | CD | 16 | 24 | 0 | 59 | 14 | 54 | 51 | 2D |
| Octal | 203 | 315 | 26 | 44 | 0 | 131 | 24 | 124 | 121 | 55 |
| Binary | 10000011 | 11001101 | 10110 | 100100 | 0 | 1011001 | 10100 | 1010100 | 1010001 | 101101 |
Color Harmonies of #83CD16
Complementary color
Monochromatic Colors of #83CD16
Black with #83CD16
Text Example
Text Example
White with #83CD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83CD16; }
p { color: rgb(131,205,22); }
H1.HeaderClassName
{
color: #83CD16;
}
.AnyTagClassName
{
color: #83CD16;
}
</style>
background-color css
<style>
a { background-color: #83CD16; }
a { background-color: rgb(131,205,22); }
div.DivClassName
{
background-color: #83CD16;
}
.BgClassName
{
background-color: #83CD16;
}
</style>
border-color css
<style>
span { border-color: #83CD16; }
span { border-color: rgb(131,205,22); }
td.TdClassName
{
border-color: #83CD16;
}
.TagClassName
{
border-color: #83CD16;
}
</style>