Shades of Yellow Green #7DDD2B
Tints of Yellow Green #7DDD2B
RGB
CMYK
RGB Variations
Color information
#7DDD2B (or 0x7DDD2B) is known color: Yellow Green. HEX triplet: 7D, DD and 2B. RGB value is (125,221,43). Sum of RGB (Red+Green+Blue) = 125+221+43=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD2B is #8222D4. Grayscale: #ACACAC. Windows color (decimal): -8528597 or 2874749. OLE color: 2874749.
HSL color Cylindrical-coordinate representation of color #7DDD2B: hue angle of 92.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DDD2B is Cyan = 0.43, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 43 | - |
| CMYK | 0.43 | 0 | 0.81 | 0.13 |
| HSL | 92.36º | 0.72% | 0.52% | - |
| HSV(B) | 92.36º | 0.81% | 0.87% | - |
| XYZ | 34.75 | 56.25 | 11.31 | - |
| YUV | 172 | 55.2 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 43 | 0.43 | 0 | 0.81 | 0.13 | 92.36 | 0.72 | 0.52 |
| Hex | 7D | DD | 2B | 2B | 0 | 51 | D | 5C | 48 | 34 |
| Octal | 175 | 335 | 53 | 53 | 0 | 121 | 15 | 134 | 110 | 64 |
| Binary | 1111101 | 11011101 | 101011 | 101011 | 0 | 1010001 | 1101 | 1011100 | 1001000 | 110100 |
Color Harmonies of #7DDD2B
Complementary color
Monochromatic Colors of #7DDD2B
Black with #7DDD2B
Text Example
Text Example
White with #7DDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD2B; }
p { color: rgb(125,221,43); }
H1.HeaderClassName
{
color: #7DDD2B;
}
.AnyTagClassName
{
color: #7DDD2B;
}
</style>
background-color css
<style>
a { background-color: #7DDD2B; }
a { background-color: rgb(125,221,43); }
div.DivClassName
{
background-color: #7DDD2B;
}
.BgClassName
{
background-color: #7DDD2B;
}
</style>
border-color css
<style>
span { border-color: #7DDD2B; }
span { border-color: rgb(125,221,43); }
td.TdClassName
{
border-color: #7DDD2B;
}
.TagClassName
{
border-color: #7DDD2B;
}
</style>