Shades of Yellow Green #7DD337
Tints of Yellow Green #7DD337
RGB
CMYK
RGB Variations
Color information
#7DD337 (or 0x7DD337) is known color: Yellow Green. HEX triplet: 7D, D3 and 37. RGB value is (125,211,55). Sum of RGB (Red+Green+Blue) = 125+211+55=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 211 (82.81% from 255 or 53.96% from 391); Blue value is 55 (21.88% from 255 or 14.07% from 391); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD337 is #822CC8. Grayscale: #A8A8A8. Windows color (decimal): -8531145 or 3658621. OLE color: 3658621.
HSL color Cylindrical-coordinate representation of color #7DD337: hue angle of 93.08º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DD337 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 55 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.17 |
| HSL | 93.08º | 0.64% | 0.52% | - |
| HSV(B) | 93.08º | 0.74% | 0.83% | - |
| XYZ | 32.44 | 51.22 | 11.79 | - |
| YUV | 167.5 | 64.51 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 55 | 0.41 | 0 | 0.74 | 0.17 | 93.08 | 0.64 | 0.52 |
| Hex | 7D | D3 | 37 | 29 | 0 | 4A | 11 | 5D | 40 | 34 |
| Octal | 175 | 323 | 67 | 51 | 0 | 112 | 21 | 135 | 100 | 64 |
| Binary | 1111101 | 11010011 | 110111 | 101001 | 0 | 1001010 | 10001 | 1011101 | 1000000 | 110100 |
Color Harmonies of #7DD337
Complementary color
Monochromatic Colors of #7DD337
Black with #7DD337
Text Example
Text Example
White with #7DD337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD337; }
p { color: rgb(125,211,55); }
H1.HeaderClassName
{
color: #7DD337;
}
.AnyTagClassName
{
color: #7DD337;
}
</style>
background-color css
<style>
a { background-color: #7DD337; }
a { background-color: rgb(125,211,55); }
div.DivClassName
{
background-color: #7DD337;
}
.BgClassName
{
background-color: #7DD337;
}
</style>
border-color css
<style>
span { border-color: #7DD337; }
span { border-color: rgb(125,211,55); }
td.TdClassName
{
border-color: #7DD337;
}
.TagClassName
{
border-color: #7DD337;
}
</style>