Shades of De York #7ED98A
Tints of De York #7ED98A
RGB
CMYK
RGB Variations
Color information
#7ED98A (or 0x7ED98A) is known color: De York. HEX triplet: 7E, D9 and 8A. RGB value is (126,217,138). Sum of RGB (Red+Green+Blue) = 126+217+138=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED98A is #812675. Grayscale: #B5B5B5. Windows color (decimal): -8463990 or 9099646. OLE color: 9099646.
HSL color Cylindrical-coordinate representation of color #7ED98A: hue angle of 127.91º degrees, saturation: 0.54, 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 #7ED98A is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 138 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.15 |
| HSL | 127.91º | 0.54% | 0.67% | - |
| HSV(B) | 127.91º | 0.42% | 0.85% | - |
| XYZ | 38 | 55.9 | 32.83 | - |
| YUV | 180.79 | 103.85 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 138 | 0.42 | 0 | 0.36 | 0.15 | 127.91 | 0.54 | 0.67 |
| Hex | 7E | D9 | 8A | 2A | 0 | 24 | F | 80 | 36 | 43 |
| Octal | 176 | 331 | 212 | 52 | 0 | 44 | 17 | 200 | 66 | 103 |
| Binary | 1111110 | 11011001 | 10001010 | 101010 | 0 | 100100 | 1111 | 10000000 | 110110 | 1000011 |
Color Harmonies of #7ED98A
Complementary color
Monochromatic Colors of #7ED98A
Black with #7ED98A
Text Example
Text Example
White with #7ED98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED98A; }
p { color: rgb(126,217,138); }
H1.HeaderClassName
{
color: #7ED98A;
}
.AnyTagClassName
{
color: #7ED98A;
}
</style>
background-color css
<style>
a { background-color: #7ED98A; }
a { background-color: rgb(126,217,138); }
div.DivClassName
{
background-color: #7ED98A;
}
.BgClassName
{
background-color: #7ED98A;
}
</style>
border-color css
<style>
span { border-color: #7ED98A; }
span { border-color: rgb(126,217,138); }
td.TdClassName
{
border-color: #7ED98A;
}
.TagClassName
{
border-color: #7ED98A;
}
</style>