Shades of Yellow Green #7DD92A
Tints of Yellow Green #7DD92A
RGB
CMYK
RGB Variations
Color information
#7DD92A (or 0x7DD92A) is known color: Yellow Green. HEX triplet: 7D, D9 and 2A. RGB value is (125,217,42). Sum of RGB (Red+Green+Blue) = 125+217+42=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 42 (16.80% from 255 or 10.94% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD92A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD92A is #8226D5. Grayscale: #AAAAAA. Windows color (decimal): -8529622 or 2808189. OLE color: 2808189.
HSL color Cylindrical-coordinate representation of color #7DD92A: hue angle of 91.54º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DD92A is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 42 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.15 |
| HSL | 91.54º | 0.7% | 0.51% | - |
| HSV(B) | 91.54º | 0.81% | 0.85% | - |
| XYZ | 33.69 | 54.15 | 10.87 | - |
| YUV | 169.54 | 56.02 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 42 | 0.42 | 0 | 0.81 | 0.15 | 91.54 | 0.7 | 0.51 |
| Hex | 7D | D9 | 2A | 2A | 0 | 51 | F | 5C | 46 | 33 |
| Octal | 175 | 331 | 52 | 52 | 0 | 121 | 17 | 134 | 106 | 63 |
| Binary | 1111101 | 11011001 | 101010 | 101010 | 0 | 1010001 | 1111 | 1011100 | 1000110 | 110011 |
Color Harmonies of #7DD92A
Complementary color
Monochromatic Colors of #7DD92A
Black with #7DD92A
Text Example
Text Example
White with #7DD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD92A; }
p { color: rgb(125,217,42); }
H1.HeaderClassName
{
color: #7DD92A;
}
.AnyTagClassName
{
color: #7DD92A;
}
</style>
background-color css
<style>
a { background-color: #7DD92A; }
a { background-color: rgb(125,217,42); }
div.DivClassName
{
background-color: #7DD92A;
}
.BgClassName
{
background-color: #7DD92A;
}
</style>
border-color css
<style>
span { border-color: #7DD92A; }
span { border-color: rgb(125,217,42); }
td.TdClassName
{
border-color: #7DD92A;
}
.TagClassName
{
border-color: #7DD92A;
}
</style>