Shades of De York #7ED194
Tints of De York #7ED194
RGB
CMYK
RGB Variations
Color information
#7ED194 (or 0x7ED194) is known color: De York. HEX triplet: 7E, D1 and 94. RGB value is (126,209,148). Sum of RGB (Red+Green+Blue) = 126+209+148=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED194 is #812E6B. Grayscale: #B1B1B1. Windows color (decimal): -8466028 or 9752958. OLE color: 9752958.
HSL color Cylindrical-coordinate representation of color #7ED194: hue angle of 135.9º degrees, saturation: 0.47, 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 #7ED194 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 148 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.18 |
| HSL | 135.9º | 0.47% | 0.66% | - |
| HSV(B) | 135.9º | 0.4% | 0.82% | - |
| XYZ | 36.75 | 52.17 | 36.15 | - |
| YUV | 177.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 148 | 0.40 | 0 | 0.29 | 0.18 | 135.9 | 0.47 | 0.66 |
| Hex | 7E | D1 | 94 | 28 | 0 | 1D | 12 | 88 | 2F | 42 |
| Octal | 176 | 321 | 224 | 50 | 0 | 35 | 22 | 210 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10010100 | 101000 | 0 | 11101 | 10010 | 10001000 | 101111 | 1000010 |
Color Harmonies of #7ED194
Complementary color
Monochromatic Colors of #7ED194
Black with #7ED194
Text Example
Text Example
White with #7ED194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED194; }
p { color: rgb(126,209,148); }
H1.HeaderClassName
{
color: #7ED194;
}
.AnyTagClassName
{
color: #7ED194;
}
</style>
background-color css
<style>
a { background-color: #7ED194; }
a { background-color: rgb(126,209,148); }
div.DivClassName
{
background-color: #7ED194;
}
.BgClassName
{
background-color: #7ED194;
}
</style>
border-color css
<style>
span { border-color: #7ED194; }
span { border-color: rgb(126,209,148); }
td.TdClassName
{
border-color: #7ED194;
}
.TagClassName
{
border-color: #7ED194;
}
</style>