Shades of De York #7ED294
Tints of De York #7ED294
RGB
CMYK
RGB Variations
Color information
#7ED294 (or 0x7ED294) is known color: De York. HEX triplet: 7E, D2 and 94. RGB value is (126,210,148). Sum of RGB (Red+Green+Blue) = 126+210+148=484 (64% of max value = 765). Red value is 126 (49.61% from 255 or 26.03% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED294 is #812D6B. Grayscale: #B1B1B1. Windows color (decimal): -8465772 or 9753214. OLE color: 9753214.
HSL color Cylindrical-coordinate representation of color #7ED294: hue angle of 135.71º 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 #7ED294 is Cyan = 0.4, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 148 | - |
| CMYK | 0.4 | 0 | 0.30 | 0.18 |
| HSL | 135.71º | 0.48% | 0.66% | - |
| HSV(B) | 135.71º | 0.4% | 0.82% | - |
| XYZ | 37 | 52.67 | 36.23 | - |
| YUV | 177.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 148 | 0.4 | 0 | 0.30 | 0.18 | 135.71 | 0.48 | 0.66 |
| Hex | 7E | D2 | 94 | 28 | 0 | 1E | 12 | 88 | 30 | 42 |
| Octal | 176 | 322 | 224 | 50 | 0 | 36 | 22 | 210 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10010100 | 101000 | 0 | 11110 | 10010 | 10001000 | 110000 | 1000010 |
Color Harmonies of #7ED294
Complementary color
Monochromatic Colors of #7ED294
Black with #7ED294
Text Example
Text Example
White with #7ED294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED294; }
p { color: rgb(126,210,148); }
H1.HeaderClassName
{
color: #7ED294;
}
.AnyTagClassName
{
color: #7ED294;
}
</style>
background-color css
<style>
a { background-color: #7ED294; }
a { background-color: rgb(126,210,148); }
div.DivClassName
{
background-color: #7ED294;
}
.BgClassName
{
background-color: #7ED294;
}
</style>
border-color css
<style>
span { border-color: #7ED294; }
span { border-color: rgb(126,210,148); }
td.TdClassName
{
border-color: #7ED294;
}
.TagClassName
{
border-color: #7ED294;
}
</style>