Shades of Yellow Green #7DCF2D
Tints of Yellow Green #7DCF2D
RGB
CMYK
RGB Variations
Color information
#7DCF2D (or 0x7DCF2D) is known color: Yellow Green. HEX triplet: 7D, CF and 2D. RGB value is (125,207,45). Sum of RGB (Red+Green+Blue) = 125+207+45=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF2D is #8230D2. Grayscale: #A4A4A4. Windows color (decimal): -8532179 or 3002237. OLE color: 3002237.
HSL color Cylindrical-coordinate representation of color #7DCF2D: hue angle of 90.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DCF2D is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 45 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.19 |
| HSL | 90.37º | 0.64% | 0.49% | - |
| HSV(B) | 90.37º | 0.78% | 0.81% | - |
| XYZ | 31.24 | 49.18 | 10.33 | - |
| YUV | 164.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 45 | 0.40 | 0 | 0.78 | 0.19 | 90.37 | 0.64 | 0.49 |
| Hex | 7D | CF | 2D | 28 | 0 | 4E | 13 | 5A | 40 | 31 |
| Octal | 175 | 317 | 55 | 50 | 0 | 116 | 23 | 132 | 100 | 61 |
| Binary | 1111101 | 11001111 | 101101 | 101000 | 0 | 1001110 | 10011 | 1011010 | 1000000 | 110001 |
Color Harmonies of #7DCF2D
Complementary color
Monochromatic Colors of #7DCF2D
Black with #7DCF2D
Text Example
Text Example
White with #7DCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF2D; }
p { color: rgb(125,207,45); }
H1.HeaderClassName
{
color: #7DCF2D;
}
.AnyTagClassName
{
color: #7DCF2D;
}
</style>
background-color css
<style>
a { background-color: #7DCF2D; }
a { background-color: rgb(125,207,45); }
div.DivClassName
{
background-color: #7DCF2D;
}
.BgClassName
{
background-color: #7DCF2D;
}
</style>
border-color css
<style>
span { border-color: #7DCF2D; }
span { border-color: rgb(125,207,45); }
td.TdClassName
{
border-color: #7DCF2D;
}
.TagClassName
{
border-color: #7DCF2D;
}
</style>