Shades of Yellow Green #7DCF2E
Tints of Yellow Green #7DCF2E
RGB
CMYK
RGB Variations
Color information
#7DCF2E (or 0x7DCF2E) is known color: Yellow Green. HEX triplet: 7D, CF and 2E. RGB value is (125,207,46). Sum of RGB (Red+Green+Blue) = 125+207+46=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCF2E is #8230D1. Grayscale: #A4A4A4. Windows color (decimal): -8532178 or 3067773. OLE color: 3067773.
HSL color Cylindrical-coordinate representation of color #7DCF2E: hue angle of 90.56º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DCF2E is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 46 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.19 |
| HSL | 90.56º | 0.64% | 0.5% | - |
| HSV(B) | 90.56º | 0.78% | 0.81% | - |
| XYZ | 31.26 | 49.18 | 10.43 | - |
| YUV | 164.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 46 | 0.40 | 0 | 0.78 | 0.19 | 90.56 | 0.64 | 0.5 |
| Hex | 7D | CF | 2E | 28 | 0 | 4E | 13 | 5B | 40 | 32 |
| Octal | 175 | 317 | 56 | 50 | 0 | 116 | 23 | 133 | 100 | 62 |
| Binary | 1111101 | 11001111 | 101110 | 101000 | 0 | 1001110 | 10011 | 1011011 | 1000000 | 110010 |
Color Harmonies of #7DCF2E
Complementary color
Monochromatic Colors of #7DCF2E
Black with #7DCF2E
Text Example
Text Example
White with #7DCF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF2E; }
p { color: rgb(125,207,46); }
H1.HeaderClassName
{
color: #7DCF2E;
}
.AnyTagClassName
{
color: #7DCF2E;
}
</style>
background-color css
<style>
a { background-color: #7DCF2E; }
a { background-color: rgb(125,207,46); }
div.DivClassName
{
background-color: #7DCF2E;
}
.BgClassName
{
background-color: #7DCF2E;
}
</style>
border-color css
<style>
span { border-color: #7DCF2E; }
span { border-color: rgb(125,207,46); }
td.TdClassName
{
border-color: #7DCF2E;
}
.TagClassName
{
border-color: #7DCF2E;
}
</style>