Shades of De York #7EC776
Tints of De York #7EC776
RGB
CMYK
RGB Variations
Color information
#7EC776 (or 0x7EC776) is known color: De York. HEX triplet: 7E, C7 and 76. RGB value is (126,199,118). Sum of RGB (Red+Green+Blue) = 126+199+118=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC776 is #813889. Grayscale: #A8A8A8. Windows color (decimal): -8468618 or 7784318. OLE color: 7784318.
HSL color Cylindrical-coordinate representation of color #7EC776: hue angle of 114.07º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EC776 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 118 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.22 |
| HSL | 114.07º | 0.42% | 0.62% | - |
| HSV(B) | 114.07º | 0.41% | 0.78% | - |
| XYZ | 32.3 | 46.59 | 24.43 | - |
| YUV | 167.94 | 99.82 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 118 | 0.37 | 0 | 0.41 | 0.22 | 114.07 | 0.42 | 0.62 |
| Hex | 7E | C7 | 76 | 25 | 0 | 29 | 16 | 72 | 2A | 3E |
| Octal | 176 | 307 | 166 | 45 | 0 | 51 | 26 | 162 | 52 | 76 |
| Binary | 1111110 | 11000111 | 1110110 | 100101 | 0 | 101001 | 10110 | 1110010 | 101010 | 111110 |
Color Harmonies of #7EC776
Complementary color
Monochromatic Colors of #7EC776
Black with #7EC776
Text Example
Text Example
White with #7EC776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC776; }
p { color: rgb(126,199,118); }
H1.HeaderClassName
{
color: #7EC776;
}
.AnyTagClassName
{
color: #7EC776;
}
</style>
background-color css
<style>
a { background-color: #7EC776; }
a { background-color: rgb(126,199,118); }
div.DivClassName
{
background-color: #7EC776;
}
.BgClassName
{
background-color: #7EC776;
}
</style>
border-color css
<style>
span { border-color: #7EC776; }
span { border-color: rgb(126,199,118); }
td.TdClassName
{
border-color: #7EC776;
}
.TagClassName
{
border-color: #7EC776;
}
</style>