Shades of Lima #7DCD16
Tints of Lima #7DCD16
RGB
CMYK
RGB Variations
Color information
#7DCD16 (or 0x7DCD16) is known color: Lima. HEX triplet: 7D, CD and 16. RGB value is (125,205,22). Sum of RGB (Red+Green+Blue) = 125+205+22=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCD16 is #8232E9. Grayscale: #A0A0A0. Windows color (decimal): -8532714 or 1494397. OLE color: 1494397.
HSL color Cylindrical-coordinate representation of color #7DCD16: hue angle of 86.23º 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 #7DCD16 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 22 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.20 |
| HSL | 86.23º | 0.81% | 0.45% | - |
| HSV(B) | 86.23º | 0.89% | 0.8% | - |
| XYZ | 30.43 | 48.08 | 8.44 | - |
| YUV | 160.22 | 50 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 22 | 0.39 | 0 | 0.89 | 0.20 | 86.23 | 0.81 | 0.45 |
| Hex | 7D | CD | 16 | 27 | 0 | 59 | 14 | 56 | 51 | 2D |
| Octal | 175 | 315 | 26 | 47 | 0 | 131 | 24 | 126 | 121 | 55 |
| Binary | 1111101 | 11001101 | 10110 | 100111 | 0 | 1011001 | 10100 | 1010110 | 1010001 | 101101 |
Color Harmonies of #7DCD16
Complementary color
Monochromatic Colors of #7DCD16
Black with #7DCD16
Text Example
Text Example
White with #7DCD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD16; }
p { color: rgb(125,205,22); }
H1.HeaderClassName
{
color: #7DCD16;
}
.AnyTagClassName
{
color: #7DCD16;
}
</style>
background-color css
<style>
a { background-color: #7DCD16; }
a { background-color: rgb(125,205,22); }
div.DivClassName
{
background-color: #7DCD16;
}
.BgClassName
{
background-color: #7DCD16;
}
</style>
border-color css
<style>
span { border-color: #7DCD16; }
span { border-color: rgb(125,205,22); }
td.TdClassName
{
border-color: #7DCD16;
}
.TagClassName
{
border-color: #7DCD16;
}
</style>