Shades of Yellow Green #7DD32D
Tints of Yellow Green #7DD32D
RGB
CMYK
RGB Variations
Color information
#7DD32D (or 0x7DD32D) is known color: Yellow Green. HEX triplet: 7D, D3 and 2D. RGB value is (125,211,45). Sum of RGB (Red+Green+Blue) = 125+211+45=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 211 (82.81% from 255 or 55.38% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD32D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD32D is #822CD2. Grayscale: #A6A6A6. Windows color (decimal): -8531155 or 3003261. OLE color: 3003261.
HSL color Cylindrical-coordinate representation of color #7DD32D: hue angle of 91.08º degrees, saturation: 0.65, 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 #7DD32D is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 45 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.17 |
| HSL | 91.08º | 0.65% | 0.5% | - |
| HSV(B) | 91.08º | 0.79% | 0.83% | - |
| XYZ | 32.23 | 51.14 | 10.65 | - |
| YUV | 166.36 | 59.51 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 45 | 0.41 | 0 | 0.79 | 0.17 | 91.08 | 0.65 | 0.5 |
| Hex | 7D | D3 | 2D | 29 | 0 | 4F | 11 | 5B | 41 | 32 |
| Octal | 175 | 323 | 55 | 51 | 0 | 117 | 21 | 133 | 101 | 62 |
| Binary | 1111101 | 11010011 | 101101 | 101001 | 0 | 1001111 | 10001 | 1011011 | 1000001 | 110010 |
Color Harmonies of #7DD32D
Complementary color
Monochromatic Colors of #7DD32D
Black with #7DD32D
Text Example
Text Example
White with #7DD32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD32D; }
p { color: rgb(125,211,45); }
H1.HeaderClassName
{
color: #7DD32D;
}
.AnyTagClassName
{
color: #7DD32D;
}
</style>
background-color css
<style>
a { background-color: #7DD32D; }
a { background-color: rgb(125,211,45); }
div.DivClassName
{
background-color: #7DD32D;
}
.BgClassName
{
background-color: #7DD32D;
}
</style>
border-color css
<style>
span { border-color: #7DD32D; }
span { border-color: rgb(125,211,45); }
td.TdClassName
{
border-color: #7DD32D;
}
.TagClassName
{
border-color: #7DD32D;
}
</style>