Shades of Yellow Green #7DCF2A
Tints of Yellow Green #7DCF2A
RGB
CMYK
RGB Variations
Color information
#7DCF2A (or 0x7DCF2A) is known color: Yellow Green. HEX triplet: 7D, CF and 2A. RGB value is (125,207,42). Sum of RGB (Red+Green+Blue) = 125+207+42=374 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.42% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF2A is #8230D5. Grayscale: #A4A4A4. Windows color (decimal): -8532182 or 2805629. OLE color: 2805629.
HSL color Cylindrical-coordinate representation of color #7DCF2A: hue angle of 89.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DCF2A is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 42 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.19 |
| HSL | 89.82º | 0.66% | 0.49% | - |
| HSV(B) | 89.82º | 0.8% | 0.81% | - |
| XYZ | 31.19 | 49.15 | 10.03 | - |
| YUV | 163.67 | 59.33 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 42 | 0.40 | 0 | 0.80 | 0.19 | 89.82 | 0.66 | 0.49 |
| Hex | 7D | CF | 2A | 28 | 0 | 50 | 13 | 5A | 42 | 31 |
| Octal | 175 | 317 | 52 | 50 | 0 | 120 | 23 | 132 | 102 | 61 |
| Binary | 1111101 | 11001111 | 101010 | 101000 | 0 | 1010000 | 10011 | 1011010 | 1000010 | 110001 |
Color Harmonies of #7DCF2A
Complementary color
Monochromatic Colors of #7DCF2A
Black with #7DCF2A
Text Example
Text Example
White with #7DCF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF2A; }
p { color: rgb(125,207,42); }
H1.HeaderClassName
{
color: #7DCF2A;
}
.AnyTagClassName
{
color: #7DCF2A;
}
</style>
background-color css
<style>
a { background-color: #7DCF2A; }
a { background-color: rgb(125,207,42); }
div.DivClassName
{
background-color: #7DCF2A;
}
.BgClassName
{
background-color: #7DCF2A;
}
</style>
border-color css
<style>
span { border-color: #7DCF2A; }
span { border-color: rgb(125,207,42); }
td.TdClassName
{
border-color: #7DCF2A;
}
.TagClassName
{
border-color: #7DCF2A;
}
</style>