Shades of De York #7DD989
Tints of De York #7DD989
RGB
CMYK
RGB Variations
Color information
#7DD989 (or 0x7DD989) is known color: De York. HEX triplet: 7D, D9 and 89. RGB value is (125,217,137). Sum of RGB (Red+Green+Blue) = 125+217+137=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD989 is #822676. Grayscale: #B4B4B4. Windows color (decimal): -8529527 or 9034109. OLE color: 9034109.
HSL color Cylindrical-coordinate representation of color #7DD989: hue angle of 127.83º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD989 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 137 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.15 |
| HSL | 127.83º | 0.55% | 0.67% | - |
| HSV(B) | 127.83º | 0.42% | 0.85% | - |
| XYZ | 37.79 | 55.79 | 32.44 | - |
| YUV | 180.37 | 103.52 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 137 | 0.42 | 0 | 0.37 | 0.15 | 127.83 | 0.55 | 0.67 |
| Hex | 7D | D9 | 89 | 2A | 0 | 25 | F | 80 | 37 | 43 |
| Octal | 175 | 331 | 211 | 52 | 0 | 45 | 17 | 200 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10001001 | 101010 | 0 | 100101 | 1111 | 10000000 | 110111 | 1000011 |
Color Harmonies of #7DD989
Complementary color
Monochromatic Colors of #7DD989
Black with #7DD989
Text Example
Text Example
White with #7DD989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD989; }
p { color: rgb(125,217,137); }
H1.HeaderClassName
{
color: #7DD989;
}
.AnyTagClassName
{
color: #7DD989;
}
</style>
background-color css
<style>
a { background-color: #7DD989; }
a { background-color: rgb(125,217,137); }
div.DivClassName
{
background-color: #7DD989;
}
.BgClassName
{
background-color: #7DD989;
}
</style>
border-color css
<style>
span { border-color: #7DD989; }
span { border-color: rgb(125,217,137); }
td.TdClassName
{
border-color: #7DD989;
}
.TagClassName
{
border-color: #7DD989;
}
</style>