Shades of De York #7EC88C
Tints of De York #7EC88C
RGB
CMYK
RGB Variations
Color information
#7EC88C (or 0x7EC88C) is known color: De York. HEX triplet: 7E, C8 and 8C. RGB value is (126,200,140). Sum of RGB (Red+Green+Blue) = 126+200+140=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC88C is #813773. Grayscale: #ABABAB. Windows color (decimal): -8468340 or 9226366. OLE color: 9226366.
HSL color Cylindrical-coordinate representation of color #7EC88C: hue angle of 131.35º 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 #7EC88C is Cyan = 0.37, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 140 | - |
| CMYK | 0.37 | 0 | 0.3 | 0.22 |
| HSL | 131.35º | 0.4% | 0.64% | - |
| HSV(B) | 131.35º | 0.37% | 0.78% | - |
| XYZ | 33.99 | 47.64 | 32.21 | - |
| YUV | 171.03 | 110.48 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 140 | 0.37 | 0 | 0.3 | 0.22 | 131.35 | 0.4 | 0.64 |
| Hex | 7E | C8 | 8C | 25 | 0 | 1E | 16 | 83 | 28 | 40 |
| Octal | 176 | 310 | 214 | 45 | 0 | 36 | 26 | 203 | 50 | 100 |
| Binary | 1111110 | 11001000 | 10001100 | 100101 | 0 | 11110 | 10110 | 10000011 | 101000 | 1000000 |
Color Harmonies of #7EC88C
Complementary color
Monochromatic Colors of #7EC88C
Black with #7EC88C
Text Example
Text Example
White with #7EC88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC88C; }
p { color: rgb(126,200,140); }
H1.HeaderClassName
{
color: #7EC88C;
}
.AnyTagClassName
{
color: #7EC88C;
}
</style>
background-color css
<style>
a { background-color: #7EC88C; }
a { background-color: rgb(126,200,140); }
div.DivClassName
{
background-color: #7EC88C;
}
.BgClassName
{
background-color: #7EC88C;
}
</style>
border-color css
<style>
span { border-color: #7EC88C; }
span { border-color: rgb(126,200,140); }
td.TdClassName
{
border-color: #7EC88C;
}
.TagClassName
{
border-color: #7EC88C;
}
</style>