Shades of De York #7ECE93
Tints of De York #7ECE93
RGB
CMYK
RGB Variations
Color information
#7ECE93 (or 0x7ECE93) is known color: De York. HEX triplet: 7E, CE and 93. RGB value is (126,206,147). Sum of RGB (Red+Green+Blue) = 126+206+147=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE93 is #81316C. Grayscale: #AFAFAF. Windows color (decimal): -8466797 or 9686654. OLE color: 9686654.
HSL color Cylindrical-coordinate representation of color #7ECE93: hue angle of 135.75º 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 #7ECE93 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 147 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.19 |
| HSL | 135.75º | 0.45% | 0.65% | - |
| HSV(B) | 135.75º | 0.39% | 0.81% | - |
| XYZ | 35.94 | 50.68 | 35.49 | - |
| YUV | 175.35 | 112 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 147 | 0.39 | 0 | 0.29 | 0.19 | 135.75 | 0.45 | 0.65 |
| Hex | 7E | CE | 93 | 27 | 0 | 1D | 13 | 88 | 2D | 41 |
| Octal | 176 | 316 | 223 | 47 | 0 | 35 | 23 | 210 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10010011 | 100111 | 0 | 11101 | 10011 | 10001000 | 101101 | 1000001 |
Color Harmonies of #7ECE93
Complementary color
Monochromatic Colors of #7ECE93
Black with #7ECE93
Text Example
Text Example
White with #7ECE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE93; }
p { color: rgb(126,206,147); }
H1.HeaderClassName
{
color: #7ECE93;
}
.AnyTagClassName
{
color: #7ECE93;
}
</style>
background-color css
<style>
a { background-color: #7ECE93; }
a { background-color: rgb(126,206,147); }
div.DivClassName
{
background-color: #7ECE93;
}
.BgClassName
{
background-color: #7ECE93;
}
</style>
border-color css
<style>
span { border-color: #7ECE93; }
span { border-color: rgb(126,206,147); }
td.TdClassName
{
border-color: #7ECE93;
}
.TagClassName
{
border-color: #7ECE93;
}
</style>