Shades of De York #7ECA88
Tints of De York #7ECA88
RGB
CMYK
RGB Variations
Color information
#7ECA88 (or 0x7ECA88) is known color: De York. HEX triplet: 7E, CA and 88. RGB value is (126,202,136). Sum of RGB (Red+Green+Blue) = 126+202+136=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECA88 is #813577. Grayscale: #ABABAB. Windows color (decimal): -8467832 or 8964734. OLE color: 8964734.
HSL color Cylindrical-coordinate representation of color #7ECA88: hue angle of 127.89º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECA88 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 202 | 136 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.21 |
| HSL | 127.89º | 0.42% | 0.64% | - |
| HSV(B) | 127.89º | 0.38% | 0.79% | - |
| XYZ | 34.17 | 48.45 | 30.84 | - |
| YUV | 171.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 202 | 136 | 0.38 | 0 | 0.33 | 0.21 | 127.89 | 0.42 | 0.64 |
| Hex | 7E | CA | 88 | 26 | 0 | 21 | 15 | 80 | 2A | 40 |
| Octal | 176 | 312 | 210 | 46 | 0 | 41 | 25 | 200 | 52 | 100 |
| Binary | 1111110 | 11001010 | 10001000 | 100110 | 0 | 100001 | 10101 | 10000000 | 101010 | 1000000 |
Color Harmonies of #7ECA88
Complementary color
Monochromatic Colors of #7ECA88
Black with #7ECA88
Text Example
Text Example
White with #7ECA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECA88; }
p { color: rgb(126,202,136); }
H1.HeaderClassName
{
color: #7ECA88;
}
.AnyTagClassName
{
color: #7ECA88;
}
</style>
background-color css
<style>
a { background-color: #7ECA88; }
a { background-color: rgb(126,202,136); }
div.DivClassName
{
background-color: #7ECA88;
}
.BgClassName
{
background-color: #7ECA88;
}
</style>
border-color css
<style>
span { border-color: #7ECA88; }
span { border-color: rgb(126,202,136); }
td.TdClassName
{
border-color: #7ECA88;
}
.TagClassName
{
border-color: #7ECA88;
}
</style>