Shades of De York #7EC57E
Tints of De York #7EC57E
RGB
CMYK
RGB Variations
Color information
#7EC57E (or 0x7EC57E) is known color: De York. HEX triplet: 7E, C5 and 7E. RGB value is (126,197,126). Sum of RGB (Red+Green+Blue) = 126+197+126=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC57E is #813A81. Grayscale: #A7A7A7. Windows color (decimal): -8469122 or 8308094. OLE color: 8308094.
HSL color Cylindrical-coordinate representation of color #7EC57E: hue angle of 120º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC57E is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 126 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.23 |
| HSL | 120º | 0.38% | 0.63% | - |
| HSV(B) | 120º | 0.36% | 0.77% | - |
| XYZ | 32.34 | 45.87 | 26.89 | - |
| YUV | 167.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 126 | 0.36 | 0 | 0.36 | 0.23 | 120 | 0.38 | 0.63 |
| Hex | 7E | C5 | 7E | 24 | 0 | 24 | 17 | 78 | 26 | 3F |
| Octal | 176 | 305 | 176 | 44 | 0 | 44 | 27 | 170 | 46 | 77 |
| Binary | 1111110 | 11000101 | 1111110 | 100100 | 0 | 100100 | 10111 | 1111000 | 100110 | 111111 |
Color Harmonies of #7EC57E
Complementary color
Monochromatic Colors of #7EC57E
Black with #7EC57E
Text Example
Text Example
White with #7EC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC57E; }
p { color: rgb(126,197,126); }
H1.HeaderClassName
{
color: #7EC57E;
}
.AnyTagClassName
{
color: #7EC57E;
}
</style>
background-color css
<style>
a { background-color: #7EC57E; }
a { background-color: rgb(126,197,126); }
div.DivClassName
{
background-color: #7EC57E;
}
.BgClassName
{
background-color: #7EC57E;
}
</style>
border-color css
<style>
span { border-color: #7EC57E; }
span { border-color: rgb(126,197,126); }
td.TdClassName
{
border-color: #7EC57E;
}
.TagClassName
{
border-color: #7EC57E;
}
</style>