Shades of De York #7ECE94
Tints of De York #7ECE94
RGB
CMYK
RGB Variations
Color information
#7ECE94 (or 0x7ECE94) is known color: De York. HEX triplet: 7E, CE and 94. RGB value is (126,206,148). Sum of RGB (Red+Green+Blue) = 126+206+148=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE94 is #81316B. Grayscale: #AFAFAF. Windows color (decimal): -8466796 or 9752190. OLE color: 9752190.
HSL color Cylindrical-coordinate representation of color #7ECE94: hue angle of 136.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECE94 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 148 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.19 |
| HSL | 136.5º | 0.45% | 0.65% | - |
| HSV(B) | 136.5º | 0.39% | 0.81% | - |
| XYZ | 36.02 | 50.72 | 35.91 | - |
| YUV | 175.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 148 | 0.39 | 0 | 0.28 | 0.19 | 136.5 | 0.45 | 0.65 |
| Hex | 7E | CE | 94 | 27 | 0 | 1C | 13 | 88 | 2D | 41 |
| Octal | 176 | 316 | 224 | 47 | 0 | 34 | 23 | 210 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10010100 | 100111 | 0 | 11100 | 10011 | 10001000 | 101101 | 1000001 |
Color Harmonies of #7ECE94
Complementary color
Monochromatic Colors of #7ECE94
Black with #7ECE94
Text Example
Text Example
White with #7ECE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE94; }
p { color: rgb(126,206,148); }
H1.HeaderClassName
{
color: #7ECE94;
}
.AnyTagClassName
{
color: #7ECE94;
}
</style>
background-color css
<style>
a { background-color: #7ECE94; }
a { background-color: rgb(126,206,148); }
div.DivClassName
{
background-color: #7ECE94;
}
.BgClassName
{
background-color: #7ECE94;
}
</style>
border-color css
<style>
span { border-color: #7ECE94; }
span { border-color: rgb(126,206,148); }
td.TdClassName
{
border-color: #7ECE94;
}
.TagClassName
{
border-color: #7ECE94;
}
</style>