Shades of Yellow Green #7DD42D
Tints of Yellow Green #7DD42D
RGB
CMYK
RGB Variations
Color information
#7DD42D (or 0x7DD42D) is known color: Yellow Green. HEX triplet: 7D, D4 and 2D. RGB value is (125,212,45). Sum of RGB (Red+Green+Blue) = 125+212+45=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 212 (83.20% from 255 or 55.50% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD42D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD42D is #822BD2. Grayscale: #A7A7A7. Windows color (decimal): -8530899 or 3003517. OLE color: 3003517.
HSL color Cylindrical-coordinate representation of color #7DD42D: hue angle of 91.26º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DD42D is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 212 | 45 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.17 |
| HSL | 91.26º | 0.66% | 0.5% | - |
| HSV(B) | 91.26º | 0.79% | 0.83% | - |
| XYZ | 32.47 | 51.64 | 10.74 | - |
| YUV | 166.95 | 59.18 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 212 | 45 | 0.41 | 0 | 0.79 | 0.17 | 91.26 | 0.66 | 0.5 |
| Hex | 7D | D4 | 2D | 29 | 0 | 4F | 11 | 5B | 42 | 32 |
| Octal | 175 | 324 | 55 | 51 | 0 | 117 | 21 | 133 | 102 | 62 |
| Binary | 1111101 | 11010100 | 101101 | 101001 | 0 | 1001111 | 10001 | 1011011 | 1000010 | 110010 |
Color Harmonies of #7DD42D
Complementary color
Monochromatic Colors of #7DD42D
Black with #7DD42D
Text Example
Text Example
White with #7DD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD42D; }
p { color: rgb(125,212,45); }
H1.HeaderClassName
{
color: #7DD42D;
}
.AnyTagClassName
{
color: #7DD42D;
}
</style>
background-color css
<style>
a { background-color: #7DD42D; }
a { background-color: rgb(125,212,45); }
div.DivClassName
{
background-color: #7DD42D;
}
.BgClassName
{
background-color: #7DD42D;
}
</style>
border-color css
<style>
span { border-color: #7DD42D; }
span { border-color: rgb(125,212,45); }
td.TdClassName
{
border-color: #7DD42D;
}
.TagClassName
{
border-color: #7DD42D;
}
</style>