Shades of Lima #7DC815
Tints of Lima #7DC815
RGB
CMYK
RGB Variations
Color information
#7DC815 (or 0x7DC815) is known color: Lima. HEX triplet: 7D, C8 and 15. RGB value is (125,200,21). Sum of RGB (Red+Green+Blue) = 125+200+21=346 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.13% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC815 is #8237EA. Grayscale: #9D9D9D. Windows color (decimal): -8533995 or 1427581. OLE color: 1427581.
HSL color Cylindrical-coordinate representation of color #7DC815: hue angle of 85.14º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7DC815 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 21 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.22 |
| HSL | 85.14º | 0.81% | 0.43% | - |
| HSV(B) | 85.14º | 0.9% | 0.78% | - |
| XYZ | 29.25 | 45.72 | 7.99 | - |
| YUV | 157.17 | 51.15 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 21 | 0.38 | 0 | 0.90 | 0.22 | 85.14 | 0.81 | 0.43 |
| Hex | 7D | C8 | 15 | 26 | 0 | 5A | 16 | 55 | 51 | 2B |
| Octal | 175 | 310 | 25 | 46 | 0 | 132 | 26 | 125 | 121 | 53 |
| Binary | 1111101 | 11001000 | 10101 | 100110 | 0 | 1011010 | 10110 | 1010101 | 1010001 | 101011 |
Color Harmonies of #7DC815
Complementary color
Monochromatic Colors of #7DC815
Black with #7DC815
Text Example
Text Example
White with #7DC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC815; }
p { color: rgb(125,200,21); }
H1.HeaderClassName
{
color: #7DC815;
}
.AnyTagClassName
{
color: #7DC815;
}
</style>
background-color css
<style>
a { background-color: #7DC815; }
a { background-color: rgb(125,200,21); }
div.DivClassName
{
background-color: #7DC815;
}
.BgClassName
{
background-color: #7DC815;
}
</style>
border-color css
<style>
span { border-color: #7DC815; }
span { border-color: rgb(125,200,21); }
td.TdClassName
{
border-color: #7DC815;
}
.TagClassName
{
border-color: #7DC815;
}
</style>