Shades of Yellow Green #7DD11D
Tints of Yellow Green #7DD11D
RGB
CMYK
RGB Variations
Color information
#7DD11D (or 0x7DD11D) is known color: Yellow Green. HEX triplet: 7D, D1 and 1D. RGB value is (125,209,29). Sum of RGB (Red+Green+Blue) = 125+209+29=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD11D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD11D is #822EE2. Grayscale: #A4A4A4. Windows color (decimal): -8531683 or 1954173. OLE color: 1954173.
HSL color Cylindrical-coordinate representation of color #7DD11D: hue angle of 88º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DD11D is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 209 | 29 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.18 |
| HSL | 88º | 0.76% | 0.47% | - |
| HSV(B) | 88º | 0.86% | 0.82% | - |
| XYZ | 31.48 | 50.05 | 9.16 | - |
| YUV | 163.36 | 52.17 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 29 | 0.40 | 0 | 0.86 | 0.18 | 88 | 0.76 | 0.47 |
| Hex | 7D | D1 | 1D | 28 | 0 | 56 | 12 | 58 | 4C | 2F |
| Octal | 175 | 321 | 35 | 50 | 0 | 126 | 22 | 130 | 114 | 57 |
| Binary | 1111101 | 11010001 | 11101 | 101000 | 0 | 1010110 | 10010 | 1011000 | 1001100 | 101111 |
Color Harmonies of #7DD11D
Complementary color
Monochromatic Colors of #7DD11D
Black with #7DD11D
Text Example
Text Example
White with #7DD11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD11D; }
p { color: rgb(125,209,29); }
H1.HeaderClassName
{
color: #7DD11D;
}
.AnyTagClassName
{
color: #7DD11D;
}
</style>
background-color css
<style>
a { background-color: #7DD11D; }
a { background-color: rgb(125,209,29); }
div.DivClassName
{
background-color: #7DD11D;
}
.BgClassName
{
background-color: #7DD11D;
}
</style>
border-color css
<style>
span { border-color: #7DD11D; }
span { border-color: rgb(125,209,29); }
td.TdClassName
{
border-color: #7DD11D;
}
.TagClassName
{
border-color: #7DD11D;
}
</style>