Shades of De York #7EC878
Tints of De York #7EC878
RGB
CMYK
RGB Variations
Color information
#7EC878 (or 0x7EC878) is known color: De York. HEX triplet: 7E, C8 and 78. RGB value is (126,200,120). Sum of RGB (Red+Green+Blue) = 126+200+120=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC878 is #813787. Grayscale: #A9A9A9. Windows color (decimal): -8468360 or 7915646. OLE color: 7915646.
HSL color Cylindrical-coordinate representation of color #7EC878: hue angle of 115.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EC878 is Cyan = 0.37, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 120 | - |
| CMYK | 0.37 | 0 | 0.4 | 0.22 |
| HSL | 115.5º | 0.42% | 0.63% | - |
| HSV(B) | 115.5º | 0.4% | 0.78% | - |
| XYZ | 32.65 | 47.1 | 25.14 | - |
| YUV | 168.75 | 100.48 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 120 | 0.37 | 0 | 0.4 | 0.22 | 115.5 | 0.42 | 0.63 |
| Hex | 7E | C8 | 78 | 25 | 0 | 28 | 16 | 74 | 2A | 3F |
| Octal | 176 | 310 | 170 | 45 | 0 | 50 | 26 | 164 | 52 | 77 |
| Binary | 1111110 | 11001000 | 1111000 | 100101 | 0 | 101000 | 10110 | 1110100 | 101010 | 111111 |
Color Harmonies of #7EC878
Complementary color
Monochromatic Colors of #7EC878
Black with #7EC878
Text Example
Text Example
White with #7EC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC878; }
p { color: rgb(126,200,120); }
H1.HeaderClassName
{
color: #7EC878;
}
.AnyTagClassName
{
color: #7EC878;
}
</style>
background-color css
<style>
a { background-color: #7EC878; }
a { background-color: rgb(126,200,120); }
div.DivClassName
{
background-color: #7EC878;
}
.BgClassName
{
background-color: #7EC878;
}
</style>
border-color css
<style>
span { border-color: #7EC878; }
span { border-color: rgb(126,200,120); }
td.TdClassName
{
border-color: #7EC878;
}
.TagClassName
{
border-color: #7EC878;
}
</style>