Shades of De York #7EC278
Tints of De York #7EC278
RGB
CMYK
RGB Variations
Color information
#7EC278 (or 0x7EC278) is known color: De York. HEX triplet: 7E, C2 and 78. RGB value is (126,194,120). Sum of RGB (Red+Green+Blue) = 126+194+120=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 120 (47.27% from 255 or 27.27% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC278 is #813D87. Grayscale: #A5A5A5. Windows color (decimal): -8469896 or 7914110. OLE color: 7914110.
HSL color Cylindrical-coordinate representation of color #7EC278: hue angle of 115.14º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EC278 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 120 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.24 |
| HSL | 115.14º | 0.38% | 0.62% | - |
| HSV(B) | 115.14º | 0.38% | 0.76% | - |
| XYZ | 31.29 | 44.38 | 24.69 | - |
| YUV | 165.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 120 | 0.35 | 0 | 0.38 | 0.24 | 115.14 | 0.38 | 0.62 |
| Hex | 7E | C2 | 78 | 23 | 0 | 26 | 18 | 73 | 26 | 3E |
| Octal | 176 | 302 | 170 | 43 | 0 | 46 | 30 | 163 | 46 | 76 |
| Binary | 1111110 | 11000010 | 1111000 | 100011 | 0 | 100110 | 11000 | 1110011 | 100110 | 111110 |
Color Harmonies of #7EC278
Complementary color
Monochromatic Colors of #7EC278
Black with #7EC278
Text Example
Text Example
White with #7EC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC278; }
p { color: rgb(126,194,120); }
H1.HeaderClassName
{
color: #7EC278;
}
.AnyTagClassName
{
color: #7EC278;
}
</style>
background-color css
<style>
a { background-color: #7EC278; }
a { background-color: rgb(126,194,120); }
div.DivClassName
{
background-color: #7EC278;
}
.BgClassName
{
background-color: #7EC278;
}
</style>
border-color css
<style>
span { border-color: #7EC278; }
span { border-color: rgb(126,194,120); }
td.TdClassName
{
border-color: #7EC278;
}
.TagClassName
{
border-color: #7EC278;
}
</style>