Shades of De York #7ED280
Tints of De York #7ED280
RGB
CMYK
RGB Variations
Color information
#7ED280 (or 0x7ED280) is known color: De York. HEX triplet: 7E, D2 and 80. RGB value is (126,210,128). Sum of RGB (Red+Green+Blue) = 126+210+128=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED280 is #812D7F. Grayscale: #AFAFAF. Windows color (decimal): -8465792 or 8442494. OLE color: 8442494.
HSL color Cylindrical-coordinate representation of color #7ED280: hue angle of 121.43º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED280 is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 128 | - |
| CMYK | 0.4 | 0 | 0.39 | 0.18 |
| HSL | 121.43º | 0.48% | 0.66% | - |
| HSV(B) | 121.43º | 0.4% | 0.82% | - |
| XYZ | 35.55 | 52.09 | 28.6 | - |
| YUV | 175.54 | 101.17 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 128 | 0.4 | 0 | 0.39 | 0.18 | 121.43 | 0.48 | 0.66 |
| Hex | 7E | D2 | 80 | 28 | 0 | 27 | 12 | 79 | 30 | 42 |
| Octal | 176 | 322 | 200 | 50 | 0 | 47 | 22 | 171 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10000000 | 101000 | 0 | 100111 | 10010 | 1111001 | 110000 | 1000010 |
Color Harmonies of #7ED280
Complementary color
Monochromatic Colors of #7ED280
Black with #7ED280
Text Example
Text Example
White with #7ED280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED280; }
p { color: rgb(126,210,128); }
H1.HeaderClassName
{
color: #7ED280;
}
.AnyTagClassName
{
color: #7ED280;
}
</style>
background-color css
<style>
a { background-color: #7ED280; }
a { background-color: rgb(126,210,128); }
div.DivClassName
{
background-color: #7ED280;
}
.BgClassName
{
background-color: #7ED280;
}
</style>
border-color css
<style>
span { border-color: #7ED280; }
span { border-color: rgb(126,210,128); }
td.TdClassName
{
border-color: #7ED280;
}
.TagClassName
{
border-color: #7ED280;
}
</style>