Shades of De York #7ED188
Tints of De York #7ED188
RGB
CMYK
RGB Variations
Color information
#7ED188 (or 0x7ED188) is known color: De York. HEX triplet: 7E, D1 and 88. RGB value is (126,209,136). Sum of RGB (Red+Green+Blue) = 126+209+136=471 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.75% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED188 is #812E77. Grayscale: #B0B0B0. Windows color (decimal): -8466040 or 8966526. OLE color: 8966526.
HSL color Cylindrical-coordinate representation of color #7ED188: hue angle of 127.23º 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 #7ED188 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 136 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.18 |
| HSL | 127.23º | 0.47% | 0.66% | - |
| HSV(B) | 127.23º | 0.4% | 0.82% | - |
| XYZ | 35.85 | 51.81 | 31.4 | - |
| YUV | 175.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 136 | 0.40 | 0 | 0.35 | 0.18 | 127.23 | 0.47 | 0.66 |
| Hex | 7E | D1 | 88 | 28 | 0 | 23 | 12 | 7F | 2F | 42 |
| Octal | 176 | 321 | 210 | 50 | 0 | 43 | 22 | 177 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10001000 | 101000 | 0 | 100011 | 10010 | 1111111 | 101111 | 1000010 |
Color Harmonies of #7ED188
Complementary color
Monochromatic Colors of #7ED188
Black with #7ED188
Text Example
Text Example
White with #7ED188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED188; }
p { color: rgb(126,209,136); }
H1.HeaderClassName
{
color: #7ED188;
}
.AnyTagClassName
{
color: #7ED188;
}
</style>
background-color css
<style>
a { background-color: #7ED188; }
a { background-color: rgb(126,209,136); }
div.DivClassName
{
background-color: #7ED188;
}
.BgClassName
{
background-color: #7ED188;
}
</style>
border-color css
<style>
span { border-color: #7ED188; }
span { border-color: rgb(126,209,136); }
td.TdClassName
{
border-color: #7ED188;
}
.TagClassName
{
border-color: #7ED188;
}
</style>