Shades of De York #7ECD7D
Tints of De York #7ECD7D
RGB
CMYK
RGB Variations
Color information
#7ECD7D (or 0x7ECD7D) is known color: De York. HEX triplet: 7E, CD and 7D. RGB value is (126,205,125). Sum of RGB (Red+Green+Blue) = 126+205+125=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECD7D is #813282. Grayscale: #ACACAC. Windows color (decimal): -8467075 or 8244606. OLE color: 8244606.
HSL color Cylindrical-coordinate representation of color #7ECD7D: hue angle of 119.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECD7D is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 125 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.20 |
| HSL | 119.25º | 0.44% | 0.65% | - |
| HSV(B) | 119.25º | 0.39% | 0.8% | - |
| XYZ | 34.14 | 49.58 | 27.17 | - |
| YUV | 172.26 | 101.33 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 125 | 0.39 | 0 | 0.39 | 0.20 | 119.25 | 0.44 | 0.65 |
| Hex | 7E | CD | 7D | 27 | 0 | 27 | 14 | 77 | 2C | 41 |
| Octal | 176 | 315 | 175 | 47 | 0 | 47 | 24 | 167 | 54 | 101 |
| Binary | 1111110 | 11001101 | 1111101 | 100111 | 0 | 100111 | 10100 | 1110111 | 101100 | 1000001 |
Color Harmonies of #7ECD7D
Complementary color
Monochromatic Colors of #7ECD7D
Black with #7ECD7D
Text Example
Text Example
White with #7ECD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECD7D; }
p { color: rgb(126,205,125); }
H1.HeaderClassName
{
color: #7ECD7D;
}
.AnyTagClassName
{
color: #7ECD7D;
}
</style>
background-color css
<style>
a { background-color: #7ECD7D; }
a { background-color: rgb(126,205,125); }
div.DivClassName
{
background-color: #7ECD7D;
}
.BgClassName
{
background-color: #7ECD7D;
}
</style>
border-color css
<style>
span { border-color: #7ECD7D; }
span { border-color: rgb(126,205,125); }
td.TdClassName
{
border-color: #7ECD7D;
}
.TagClassName
{
border-color: #7ECD7D;
}
</style>