Shades of Lima #7DCD15
Tints of Lima #7DCD15
RGB
CMYK
RGB Variations
Color information
#7DCD15 (or 0x7DCD15) is known color: Lima. HEX triplet: 7D, CD and 15. RGB value is (125,205,21). Sum of RGB (Red+Green+Blue) = 125+205+21=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCD15 is #8232EA. Grayscale: #A0A0A0. Windows color (decimal): -8532715 or 1428861. OLE color: 1428861.
HSL color Cylindrical-coordinate representation of color #7DCD15: hue angle of 86.09º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DCD15 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 21 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.20 |
| HSL | 86.09º | 0.81% | 0.44% | - |
| HSV(B) | 86.09º | 0.9% | 0.8% | - |
| XYZ | 30.42 | 48.08 | 8.39 | - |
| YUV | 160.1 | 49.5 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 21 | 0.39 | 0 | 0.90 | 0.20 | 86.09 | 0.81 | 0.44 |
| Hex | 7D | CD | 15 | 27 | 0 | 5A | 14 | 56 | 51 | 2C |
| Octal | 175 | 315 | 25 | 47 | 0 | 132 | 24 | 126 | 121 | 54 |
| Binary | 1111101 | 11001101 | 10101 | 100111 | 0 | 1011010 | 10100 | 1010110 | 1010001 | 101100 |
Color Harmonies of #7DCD15
Complementary color
Monochromatic Colors of #7DCD15
Black with #7DCD15
Text Example
Text Example
White with #7DCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD15; }
p { color: rgb(125,205,21); }
H1.HeaderClassName
{
color: #7DCD15;
}
.AnyTagClassName
{
color: #7DCD15;
}
</style>
background-color css
<style>
a { background-color: #7DCD15; }
a { background-color: rgb(125,205,21); }
div.DivClassName
{
background-color: #7DCD15;
}
.BgClassName
{
background-color: #7DCD15;
}
</style>
border-color css
<style>
span { border-color: #7DCD15; }
span { border-color: rgb(125,205,21); }
td.TdClassName
{
border-color: #7DCD15;
}
.TagClassName
{
border-color: #7DCD15;
}
</style>