Shades of Yellow Green #7DCE2D
Tints of Yellow Green #7DCE2D
RGB
CMYK
RGB Variations
Color information
#7DCE2D (or 0x7DCE2D) is known color: Yellow Green. HEX triplet: 7D, CE and 2D. RGB value is (125,206,45). Sum of RGB (Red+Green+Blue) = 125+206+45=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE2D is #8231D2. Grayscale: #A3A3A3. Windows color (decimal): -8532435 or 3001981. OLE color: 3001981.
HSL color Cylindrical-coordinate representation of color #7DCE2D: hue angle of 90.19º 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 #7DCE2D is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 45 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.19 |
| HSL | 90.19º | 0.64% | 0.49% | - |
| HSV(B) | 90.19º | 0.78% | 0.81% | - |
| XYZ | 31 | 48.69 | 10.25 | - |
| YUV | 163.43 | 61.16 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 45 | 0.39 | 0 | 0.78 | 0.19 | 90.19 | 0.64 | 0.49 |
| Hex | 7D | CE | 2D | 27 | 0 | 4E | 13 | 5A | 40 | 31 |
| Octal | 175 | 316 | 55 | 47 | 0 | 116 | 23 | 132 | 100 | 61 |
| Binary | 1111101 | 11001110 | 101101 | 100111 | 0 | 1001110 | 10011 | 1011010 | 1000000 | 110001 |
Color Harmonies of #7DCE2D
Complementary color
Monochromatic Colors of #7DCE2D
Black with #7DCE2D
Text Example
Text Example
White with #7DCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE2D; }
p { color: rgb(125,206,45); }
H1.HeaderClassName
{
color: #7DCE2D;
}
.AnyTagClassName
{
color: #7DCE2D;
}
</style>
background-color css
<style>
a { background-color: #7DCE2D; }
a { background-color: rgb(125,206,45); }
div.DivClassName
{
background-color: #7DCE2D;
}
.BgClassName
{
background-color: #7DCE2D;
}
</style>
border-color css
<style>
span { border-color: #7DCE2D; }
span { border-color: rgb(125,206,45); }
td.TdClassName
{
border-color: #7DCE2D;
}
.TagClassName
{
border-color: #7DCE2D;
}
</style>