Shades of De York #7EC280
Tints of De York #7EC280
RGB
CMYK
RGB Variations
Color information
#7EC280 (or 0x7EC280) is known color: De York. HEX triplet: 7E, C2 and 80. RGB value is (126,194,128). Sum of RGB (Red+Green+Blue) = 126+194+128=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC280 is #813D7F. Grayscale: #A6A6A6. Windows color (decimal): -8469888 or 8438398. OLE color: 8438398.
HSL color Cylindrical-coordinate representation of color #7EC280: hue angle of 121.76º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC280 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 128 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.24 |
| HSL | 121.76º | 0.36% | 0.63% | - |
| HSV(B) | 121.76º | 0.35% | 0.76% | - |
| XYZ | 31.79 | 44.58 | 27.35 | - |
| YUV | 166.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 128 | 0.35 | 0 | 0.34 | 0.24 | 121.76 | 0.36 | 0.63 |
| Hex | 7E | C2 | 80 | 23 | 0 | 22 | 18 | 7A | 24 | 3F |
| Octal | 176 | 302 | 200 | 43 | 0 | 42 | 30 | 172 | 44 | 77 |
| Binary | 1111110 | 11000010 | 10000000 | 100011 | 0 | 100010 | 11000 | 1111010 | 100100 | 111111 |
Color Harmonies of #7EC280
Complementary color
Monochromatic Colors of #7EC280
Black with #7EC280
Text Example
Text Example
White with #7EC280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC280; }
p { color: rgb(126,194,128); }
H1.HeaderClassName
{
color: #7EC280;
}
.AnyTagClassName
{
color: #7EC280;
}
</style>
background-color css
<style>
a { background-color: #7EC280; }
a { background-color: rgb(126,194,128); }
div.DivClassName
{
background-color: #7EC280;
}
.BgClassName
{
background-color: #7EC280;
}
</style>
border-color css
<style>
span { border-color: #7EC280; }
span { border-color: rgb(126,194,128); }
td.TdClassName
{
border-color: #7EC280;
}
.TagClassName
{
border-color: #7EC280;
}
</style>