Shades of De York #7EDA89
Tints of De York #7EDA89
RGB
CMYK
RGB Variations
Color information
#7EDA89 (or 0x7EDA89) is known color: De York. HEX triplet: 7E, DA and 89. RGB value is (126,218,137). Sum of RGB (Red+Green+Blue) = 126+218+137=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA89 is #812576. Grayscale: #B5B5B5. Windows color (decimal): -8463735 or 9034366. OLE color: 9034366.
HSL color Cylindrical-coordinate representation of color #7EDA89: hue angle of 127.17º 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 #7EDA89 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 137 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.15 |
| HSL | 127.17º | 0.55% | 0.67% | - |
| HSV(B) | 127.17º | 0.42% | 0.85% | - |
| XYZ | 38.19 | 56.38 | 32.54 | - |
| YUV | 181.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 137 | 0.42 | 0 | 0.37 | 0.15 | 127.17 | 0.55 | 0.67 |
| Hex | 7E | DA | 89 | 2A | 0 | 25 | F | 7F | 37 | 43 |
| Octal | 176 | 332 | 211 | 52 | 0 | 45 | 17 | 177 | 67 | 103 |
| Binary | 1111110 | 11011010 | 10001001 | 101010 | 0 | 100101 | 1111 | 1111111 | 110111 | 1000011 |
Color Harmonies of #7EDA89
Complementary color
Monochromatic Colors of #7EDA89
Black with #7EDA89
Text Example
Text Example
White with #7EDA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA89; }
p { color: rgb(126,218,137); }
H1.HeaderClassName
{
color: #7EDA89;
}
.AnyTagClassName
{
color: #7EDA89;
}
</style>
background-color css
<style>
a { background-color: #7EDA89; }
a { background-color: rgb(126,218,137); }
div.DivClassName
{
background-color: #7EDA89;
}
.BgClassName
{
background-color: #7EDA89;
}
</style>
border-color css
<style>
span { border-color: #7EDA89; }
span { border-color: rgb(126,218,137); }
td.TdClassName
{
border-color: #7EDA89;
}
.TagClassName
{
border-color: #7EDA89;
}
</style>