Shades of Yellow Green #7DDA2D
Tints of Yellow Green #7DDA2D
RGB
CMYK
RGB Variations
Color information
#7DDA2D (or 0x7DDA2D) is known color: Yellow Green. HEX triplet: 7D, DA and 2D. RGB value is (125,218,45). Sum of RGB (Red+Green+Blue) = 125+218+45=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 45 (17.97% from 255 or 11.60% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA2D is #8225D2. Grayscale: #ABABAB. Windows color (decimal): -8529363 or 3005053. OLE color: 3005053.
HSL color Cylindrical-coordinate representation of color #7DDA2D: hue angle of 92.25º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DDA2D is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 45 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.15 |
| HSL | 92.25º | 0.7% | 0.52% | - |
| HSV(B) | 92.25º | 0.79% | 0.85% | - |
| XYZ | 34 | 54.69 | 11.25 | - |
| YUV | 170.47 | 57.19 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 45 | 0.43 | 0 | 0.79 | 0.15 | 92.25 | 0.7 | 0.52 |
| Hex | 7D | DA | 2D | 2B | 0 | 4F | F | 5C | 46 | 34 |
| Octal | 175 | 332 | 55 | 53 | 0 | 117 | 17 | 134 | 106 | 64 |
| Binary | 1111101 | 11011010 | 101101 | 101011 | 0 | 1001111 | 1111 | 1011100 | 1000110 | 110100 |
Color Harmonies of #7DDA2D
Complementary color
Monochromatic Colors of #7DDA2D
Black with #7DDA2D
Text Example
Text Example
White with #7DDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA2D; }
p { color: rgb(125,218,45); }
H1.HeaderClassName
{
color: #7DDA2D;
}
.AnyTagClassName
{
color: #7DDA2D;
}
</style>
background-color css
<style>
a { background-color: #7DDA2D; }
a { background-color: rgb(125,218,45); }
div.DivClassName
{
background-color: #7DDA2D;
}
.BgClassName
{
background-color: #7DDA2D;
}
</style>
border-color css
<style>
span { border-color: #7DDA2D; }
span { border-color: rgb(125,218,45); }
td.TdClassName
{
border-color: #7DDA2D;
}
.TagClassName
{
border-color: #7DDA2D;
}
</style>