Shades of De York #7EC886
Tints of De York #7EC886
RGB
CMYK
RGB Variations
Color information
#7EC886 (or 0x7EC886) is known color: De York. HEX triplet: 7E, C8 and 86. RGB value is (126,200,134). Sum of RGB (Red+Green+Blue) = 126+200+134=460 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.39% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC886 is #813779. Grayscale: #AAAAAA. Windows color (decimal): -8468346 or 8833150. OLE color: 8833150.
HSL color Cylindrical-coordinate representation of color #7EC886: hue angle of 126.49º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC886 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 134 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.22 |
| HSL | 126.49º | 0.4% | 0.64% | - |
| HSV(B) | 126.49º | 0.37% | 0.78% | - |
| XYZ | 33.56 | 47.47 | 29.95 | - |
| YUV | 170.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 134 | 0.37 | 0 | 0.33 | 0.22 | 126.49 | 0.4 | 0.64 |
| Hex | 7E | C8 | 86 | 25 | 0 | 21 | 16 | 7E | 28 | 40 |
| Octal | 176 | 310 | 206 | 45 | 0 | 41 | 26 | 176 | 50 | 100 |
| Binary | 1111110 | 11001000 | 10000110 | 100101 | 0 | 100001 | 10110 | 1111110 | 101000 | 1000000 |
Color Harmonies of #7EC886
Complementary color
Monochromatic Colors of #7EC886
Black with #7EC886
Text Example
Text Example
White with #7EC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC886; }
p { color: rgb(126,200,134); }
H1.HeaderClassName
{
color: #7EC886;
}
.AnyTagClassName
{
color: #7EC886;
}
</style>
background-color css
<style>
a { background-color: #7EC886; }
a { background-color: rgb(126,200,134); }
div.DivClassName
{
background-color: #7EC886;
}
.BgClassName
{
background-color: #7EC886;
}
</style>
border-color css
<style>
span { border-color: #7EC886; }
span { border-color: rgb(126,200,134); }
td.TdClassName
{
border-color: #7EC886;
}
.TagClassName
{
border-color: #7EC886;
}
</style>