Shades of Yellow Green #7DD92D
Tints of Yellow Green #7DD92D
RGB
CMYK
RGB Variations
Color information
#7DD92D (or 0x7DD92D) is known color: Yellow Green. HEX triplet: 7D, D9 and 2D. RGB value is (125,217,45). Sum of RGB (Red+Green+Blue) = 125+217+45=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 217 (85.16% from 255 or 56.07% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD92D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD92D is #8226D2. Grayscale: #AAAAAA. Windows color (decimal): -8529619 or 3004797. OLE color: 3004797.
HSL color Cylindrical-coordinate representation of color #7DD92D: hue angle of 92.09º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DD92D is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 45 | - |
| CMYK | 0.42 | 0 | 0.79 | 0.15 |
| HSL | 92.09º | 0.69% | 0.51% | - |
| HSV(B) | 92.09º | 0.79% | 0.85% | - |
| XYZ | 33.74 | 54.18 | 11.16 | - |
| YUV | 169.88 | 57.52 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 45 | 0.42 | 0 | 0.79 | 0.15 | 92.09 | 0.69 | 0.51 |
| Hex | 7D | D9 | 2D | 2A | 0 | 4F | F | 5C | 45 | 33 |
| Octal | 175 | 331 | 55 | 52 | 0 | 117 | 17 | 134 | 105 | 63 |
| Binary | 1111101 | 11011001 | 101101 | 101010 | 0 | 1001111 | 1111 | 1011100 | 1000101 | 110011 |
Color Harmonies of #7DD92D
Complementary color
Monochromatic Colors of #7DD92D
Black with #7DD92D
Text Example
Text Example
White with #7DD92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD92D; }
p { color: rgb(125,217,45); }
H1.HeaderClassName
{
color: #7DD92D;
}
.AnyTagClassName
{
color: #7DD92D;
}
</style>
background-color css
<style>
a { background-color: #7DD92D; }
a { background-color: rgb(125,217,45); }
div.DivClassName
{
background-color: #7DD92D;
}
.BgClassName
{
background-color: #7DD92D;
}
</style>
border-color css
<style>
span { border-color: #7DD92D; }
span { border-color: rgb(125,217,45); }
td.TdClassName
{
border-color: #7DD92D;
}
.TagClassName
{
border-color: #7DD92D;
}
</style>