Shades of De York #7EC089
Tints of De York #7EC089
RGB
CMYK
RGB Variations
Color information
#7EC089 (or 0x7EC089) is known color: De York. HEX triplet: 7E, C0 and 89. RGB value is (126,192,137). Sum of RGB (Red+Green+Blue) = 126+192+137=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC089 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC089 is #813F76. Grayscale: #A6A6A6. Windows color (decimal): -8470391 or 9027710. OLE color: 9027710.
HSL color Cylindrical-coordinate representation of color #7EC089: hue angle of 130º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC089 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 137 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.25 |
| HSL | 130º | 0.34% | 0.62% | - |
| HSV(B) | 130º | 0.34% | 0.75% | - |
| XYZ | 31.97 | 43.94 | 30.46 | - |
| YUV | 166 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 137 | 0.34 | 0 | 0.29 | 0.25 | 130 | 0.34 | 0.62 |
| Hex | 7E | C0 | 89 | 22 | 0 | 1D | 19 | 82 | 22 | 3E |
| Octal | 176 | 300 | 211 | 42 | 0 | 35 | 31 | 202 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10001001 | 100010 | 0 | 11101 | 11001 | 10000010 | 100010 | 111110 |
Color Harmonies of #7EC089
Complementary color
Monochromatic Colors of #7EC089
Black with #7EC089
Text Example
Text Example
White with #7EC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC089; }
p { color: rgb(126,192,137); }
H1.HeaderClassName
{
color: #7EC089;
}
.AnyTagClassName
{
color: #7EC089;
}
</style>
background-color css
<style>
a { background-color: #7EC089; }
a { background-color: rgb(126,192,137); }
div.DivClassName
{
background-color: #7EC089;
}
.BgClassName
{
background-color: #7EC089;
}
</style>
border-color css
<style>
span { border-color: #7EC089; }
span { border-color: rgb(126,192,137); }
td.TdClassName
{
border-color: #7EC089;
}
.TagClassName
{
border-color: #7EC089;
}
</style>