Shades of De York #7ED088
Tints of De York #7ED088
RGB
CMYK
RGB Variations
Color information
#7ED088 (or 0x7ED088) is known color: De York. HEX triplet: 7E, D0 and 88. RGB value is (126,208,136). Sum of RGB (Red+Green+Blue) = 126+208+136=470 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.81% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED088 is #812F77. Grayscale: #AFAFAF. Windows color (decimal): -8466296 or 8966270. OLE color: 8966270.
HSL color Cylindrical-coordinate representation of color #7ED088: hue angle of 127.32º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED088 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 136 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.18 |
| HSL | 127.32º | 0.47% | 0.65% | - |
| HSV(B) | 127.32º | 0.39% | 0.82% | - |
| XYZ | 35.6 | 51.32 | 31.32 | - |
| YUV | 175.27 | 105.83 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 136 | 0.39 | 0 | 0.35 | 0.18 | 127.32 | 0.47 | 0.65 |
| Hex | 7E | D0 | 88 | 27 | 0 | 23 | 12 | 7F | 2F | 41 |
| Octal | 176 | 320 | 210 | 47 | 0 | 43 | 22 | 177 | 57 | 101 |
| Binary | 1111110 | 11010000 | 10001000 | 100111 | 0 | 100011 | 10010 | 1111111 | 101111 | 1000001 |
Color Harmonies of #7ED088
Complementary color
Monochromatic Colors of #7ED088
Black with #7ED088
Text Example
Text Example
White with #7ED088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED088; }
p { color: rgb(126,208,136); }
H1.HeaderClassName
{
color: #7ED088;
}
.AnyTagClassName
{
color: #7ED088;
}
</style>
background-color css
<style>
a { background-color: #7ED088; }
a { background-color: rgb(126,208,136); }
div.DivClassName
{
background-color: #7ED088;
}
.BgClassName
{
background-color: #7ED088;
}
</style>
border-color css
<style>
span { border-color: #7ED088; }
span { border-color: rgb(126,208,136); }
td.TdClassName
{
border-color: #7ED088;
}
.TagClassName
{
border-color: #7ED088;
}
</style>