Shades of Yellow Green #7DD515
Tints of Yellow Green #7DD515
RGB
CMYK
RGB Variations
Color information
#7DD515 (or 0x7DD515) is known color: Yellow Green. HEX triplet: 7D, D5 and 15. RGB value is (125,213,21). Sum of RGB (Red+Green+Blue) = 125+213+21=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD515 is #822AEA. Grayscale: #A5A5A5. Windows color (decimal): -8530667 or 1430909. OLE color: 1430909.
HSL color Cylindrical-coordinate representation of color #7DD515: hue angle of 87.5º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7DD515 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 21 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.16 |
| HSL | 87.5º | 0.82% | 0.46% | - |
| HSV(B) | 87.5º | 0.9% | 0.84% | - |
| XYZ | 32.39 | 52 | 9.04 | - |
| YUV | 164.8 | 46.85 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 21 | 0.41 | 0 | 0.90 | 0.16 | 87.5 | 0.82 | 0.46 |
| Hex | 7D | D5 | 15 | 29 | 0 | 5A | 10 | 57 | 52 | 2E |
| Octal | 175 | 325 | 25 | 51 | 0 | 132 | 20 | 127 | 122 | 56 |
| Binary | 1111101 | 11010101 | 10101 | 101001 | 0 | 1011010 | 10000 | 1010111 | 1010010 | 101110 |
Color Harmonies of #7DD515
Complementary color
Monochromatic Colors of #7DD515
Black with #7DD515
Text Example
Text Example
White with #7DD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD515; }
p { color: rgb(125,213,21); }
H1.HeaderClassName
{
color: #7DD515;
}
.AnyTagClassName
{
color: #7DD515;
}
</style>
background-color css
<style>
a { background-color: #7DD515; }
a { background-color: rgb(125,213,21); }
div.DivClassName
{
background-color: #7DD515;
}
.BgClassName
{
background-color: #7DD515;
}
</style>
border-color css
<style>
span { border-color: #7DD515; }
span { border-color: rgb(125,213,21); }
td.TdClassName
{
border-color: #7DD515;
}
.TagClassName
{
border-color: #7DD515;
}
</style>