Shades of Lima #7DC721
Tints of Lima #7DC721
RGB
CMYK
RGB Variations
Color information
#7DC721 (or 0x7DC721) is known color: Lima. HEX triplet: 7D, C7 and 21. RGB value is (125,199,33). Sum of RGB (Red+Green+Blue) = 125+199+33=357 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.01% from 357); Green value is 199 (78.12% from 255 or 55.74% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC721 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC721 is #8238DE. Grayscale: #9E9E9E. Windows color (decimal): -8534239 or 2213757. OLE color: 2213757.
HSL color Cylindrical-coordinate representation of color #7DC721: hue angle of 86.75º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DC721 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 33 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.22 |
| HSL | 86.75º | 0.72% | 0.45% | - |
| HSV(B) | 86.75º | 0.83% | 0.78% | - |
| XYZ | 29.16 | 45.32 | 8.65 | - |
| YUV | 157.95 | 57.48 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 33 | 0.37 | 0 | 0.83 | 0.22 | 86.75 | 0.72 | 0.45 |
| Hex | 7D | C7 | 21 | 25 | 0 | 53 | 16 | 57 | 48 | 2D |
| Octal | 175 | 307 | 41 | 45 | 0 | 123 | 26 | 127 | 110 | 55 |
| Binary | 1111101 | 11000111 | 100001 | 100101 | 0 | 1010011 | 10110 | 1010111 | 1001000 | 101101 |
Color Harmonies of #7DC721
Complementary color
Monochromatic Colors of #7DC721
Black with #7DC721
Text Example
Text Example
White with #7DC721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC721; }
p { color: rgb(125,199,33); }
H1.HeaderClassName
{
color: #7DC721;
}
.AnyTagClassName
{
color: #7DC721;
}
</style>
background-color css
<style>
a { background-color: #7DC721; }
a { background-color: rgb(125,199,33); }
div.DivClassName
{
background-color: #7DC721;
}
.BgClassName
{
background-color: #7DC721;
}
</style>
border-color css
<style>
span { border-color: #7DC721; }
span { border-color: rgb(125,199,33); }
td.TdClassName
{
border-color: #7DC721;
}
.TagClassName
{
border-color: #7DC721;
}
</style>