Shades of Yellow Green #7DD328
Tints of Yellow Green #7DD328
RGB
CMYK
RGB Variations
Color information
#7DD328 (or 0x7DD328) is known color: Yellow Green. HEX triplet: 7D, D3 and 28. RGB value is (125,211,40). Sum of RGB (Red+Green+Blue) = 125+211+40=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD328 is #822CD7. Grayscale: #A6A6A6. Windows color (decimal): -8531160 or 2675581. OLE color: 2675581.
HSL color Cylindrical-coordinate representation of color #7DD328: hue angle of 90.18º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DD328 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 40 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.17 |
| HSL | 90.18º | 0.68% | 0.49% | - |
| HSV(B) | 90.18º | 0.81% | 0.83% | - |
| XYZ | 32.13 | 51.1 | 10.18 | - |
| YUV | 165.79 | 57.01 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 40 | 0.41 | 0 | 0.81 | 0.17 | 90.18 | 0.68 | 0.49 |
| Hex | 7D | D3 | 28 | 29 | 0 | 51 | 11 | 5A | 44 | 31 |
| Octal | 175 | 323 | 50 | 51 | 0 | 121 | 21 | 132 | 104 | 61 |
| Binary | 1111101 | 11010011 | 101000 | 101001 | 0 | 1010001 | 10001 | 1011010 | 1000100 | 110001 |
Color Harmonies of #7DD328
Complementary color
Monochromatic Colors of #7DD328
Black with #7DD328
Text Example
Text Example
White with #7DD328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD328; }
p { color: rgb(125,211,40); }
H1.HeaderClassName
{
color: #7DD328;
}
.AnyTagClassName
{
color: #7DD328;
}
</style>
background-color css
<style>
a { background-color: #7DD328; }
a { background-color: rgb(125,211,40); }
div.DivClassName
{
background-color: #7DD328;
}
.BgClassName
{
background-color: #7DD328;
}
</style>
border-color css
<style>
span { border-color: #7DD328; }
span { border-color: rgb(125,211,40); }
td.TdClassName
{
border-color: #7DD328;
}
.TagClassName
{
border-color: #7DD328;
}
</style>