Shades of Yellow Green #7DD732
Tints of Yellow Green #7DD732
RGB
CMYK
RGB Variations
Color information
#7DD732 (or 0x7DD732) is known color: Yellow Green. HEX triplet: 7D, D7 and 32. RGB value is (125,215,50). Sum of RGB (Red+Green+Blue) = 125+215+50=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 215 (84.38% from 255 or 55.13% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD732 is #8228CD. Grayscale: #A9A9A9. Windows color (decimal): -8530126 or 3331965. OLE color: 3331965.
HSL color Cylindrical-coordinate representation of color #7DD732: hue angle of 92.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DD732 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 50 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.16 |
| HSL | 92.73º | 0.67% | 0.52% | - |
| HSV(B) | 92.73º | 0.77% | 0.84% | - |
| XYZ | 33.33 | 53.19 | 11.53 | - |
| YUV | 169.28 | 60.68 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 50 | 0.42 | 0 | 0.77 | 0.16 | 92.73 | 0.67 | 0.52 |
| Hex | 7D | D7 | 32 | 2A | 0 | 4D | 10 | 5D | 43 | 34 |
| Octal | 175 | 327 | 62 | 52 | 0 | 115 | 20 | 135 | 103 | 64 |
| Binary | 1111101 | 11010111 | 110010 | 101010 | 0 | 1001101 | 10000 | 1011101 | 1000011 | 110100 |
Color Harmonies of #7DD732
Complementary color
Monochromatic Colors of #7DD732
Black with #7DD732
Text Example
Text Example
White with #7DD732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD732; }
p { color: rgb(125,215,50); }
H1.HeaderClassName
{
color: #7DD732;
}
.AnyTagClassName
{
color: #7DD732;
}
</style>
background-color css
<style>
a { background-color: #7DD732; }
a { background-color: rgb(125,215,50); }
div.DivClassName
{
background-color: #7DD732;
}
.BgClassName
{
background-color: #7DD732;
}
</style>
border-color css
<style>
span { border-color: #7DD732; }
span { border-color: rgb(125,215,50); }
td.TdClassName
{
border-color: #7DD732;
}
.TagClassName
{
border-color: #7DD732;
}
</style>