Shades of De York #7EC97F
Tints of De York #7EC97F
RGB
CMYK
RGB Variations
Color information
#7EC97F (or 0x7EC97F) is known color: De York. HEX triplet: 7E, C9 and 7F. RGB value is (126,201,127). Sum of RGB (Red+Green+Blue) = 126+201+127=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC97F is #813680. Grayscale: #AAAAAA. Windows color (decimal): -8468097 or 8374654. OLE color: 8374654.
HSL color Cylindrical-coordinate representation of color #7EC97F: hue angle of 120.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC97F is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 127 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.21 |
| HSL | 120.8º | 0.41% | 0.64% | - |
| HSV(B) | 120.8º | 0.37% | 0.79% | - |
| XYZ | 33.32 | 47.74 | 27.54 | - |
| YUV | 170.14 | 103.65 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 127 | 0.37 | 0 | 0.37 | 0.21 | 120.8 | 0.41 | 0.64 |
| Hex | 7E | C9 | 7F | 25 | 0 | 25 | 15 | 79 | 29 | 40 |
| Octal | 176 | 311 | 177 | 45 | 0 | 45 | 25 | 171 | 51 | 100 |
| Binary | 1111110 | 11001001 | 1111111 | 100101 | 0 | 100101 | 10101 | 1111001 | 101001 | 1000000 |
Color Harmonies of #7EC97F
Complementary color
Monochromatic Colors of #7EC97F
Black with #7EC97F
Text Example
Text Example
White with #7EC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC97F; }
p { color: rgb(126,201,127); }
H1.HeaderClassName
{
color: #7EC97F;
}
.AnyTagClassName
{
color: #7EC97F;
}
</style>
background-color css
<style>
a { background-color: #7EC97F; }
a { background-color: rgb(126,201,127); }
div.DivClassName
{
background-color: #7EC97F;
}
.BgClassName
{
background-color: #7EC97F;
}
</style>
border-color css
<style>
span { border-color: #7EC97F; }
span { border-color: rgb(126,201,127); }
td.TdClassName
{
border-color: #7EC97F;
}
.TagClassName
{
border-color: #7EC97F;
}
</style>