Shades of De York #7ECD8E
Tints of De York #7ECD8E
RGB
CMYK
RGB Variations
Color information
#7ECD8E (or 0x7ECD8E) is known color: De York. HEX triplet: 7E, CD and 8E. RGB value is (126,205,142). Sum of RGB (Red+Green+Blue) = 126+205+142=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECD8E is #813271. Grayscale: #AEAEAE. Windows color (decimal): -8467058 or 9358718. OLE color: 9358718.
HSL color Cylindrical-coordinate representation of color #7ECD8E: hue angle of 132.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECD8E is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 142 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.20 |
| HSL | 132.15º | 0.44% | 0.65% | - |
| HSV(B) | 132.15º | 0.39% | 0.8% | - |
| XYZ | 35.32 | 50.05 | 33.39 | - |
| YUV | 174.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 142 | 0.39 | 0 | 0.31 | 0.20 | 132.15 | 0.44 | 0.65 |
| Hex | 7E | CD | 8E | 27 | 0 | 1F | 14 | 84 | 2C | 41 |
| Octal | 176 | 315 | 216 | 47 | 0 | 37 | 24 | 204 | 54 | 101 |
| Binary | 1111110 | 11001101 | 10001110 | 100111 | 0 | 11111 | 10100 | 10000100 | 101100 | 1000001 |
Color Harmonies of #7ECD8E
Complementary color
Monochromatic Colors of #7ECD8E
Black with #7ECD8E
Text Example
Text Example
White with #7ECD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECD8E; }
p { color: rgb(126,205,142); }
H1.HeaderClassName
{
color: #7ECD8E;
}
.AnyTagClassName
{
color: #7ECD8E;
}
</style>
background-color css
<style>
a { background-color: #7ECD8E; }
a { background-color: rgb(126,205,142); }
div.DivClassName
{
background-color: #7ECD8E;
}
.BgClassName
{
background-color: #7ECD8E;
}
</style>
border-color css
<style>
span { border-color: #7ECD8E; }
span { border-color: rgb(126,205,142); }
td.TdClassName
{
border-color: #7ECD8E;
}
.TagClassName
{
border-color: #7ECD8E;
}
</style>