Shades of De York #7ED18D
Tints of De York #7ED18D
RGB
CMYK
RGB Variations
Color information
#7ED18D (or 0x7ED18D) is known color: De York. HEX triplet: 7E, D1 and 8D. RGB value is (126,209,141). Sum of RGB (Red+Green+Blue) = 126+209+141=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED18D is #812E72. Grayscale: #B0B0B0. Windows color (decimal): -8466035 or 9294206. OLE color: 9294206.
HSL color Cylindrical-coordinate representation of color #7ED18D: hue angle of 130.84º 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 #7ED18D is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 209 | 141 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.18 |
| HSL | 130.84º | 0.47% | 0.66% | - |
| HSV(B) | 130.84º | 0.4% | 0.82% | - |
| XYZ | 36.21 | 51.96 | 33.32 | - |
| YUV | 176.43 | 108 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 209 | 141 | 0.40 | 0 | 0.33 | 0.18 | 130.84 | 0.47 | 0.66 |
| Hex | 7E | D1 | 8D | 28 | 0 | 21 | 12 | 83 | 2F | 42 |
| Octal | 176 | 321 | 215 | 50 | 0 | 41 | 22 | 203 | 57 | 102 |
| Binary | 1111110 | 11010001 | 10001101 | 101000 | 0 | 100001 | 10010 | 10000011 | 101111 | 1000010 |
Color Harmonies of #7ED18D
Complementary color
Monochromatic Colors of #7ED18D
Black with #7ED18D
Text Example
Text Example
White with #7ED18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED18D; }
p { color: rgb(126,209,141); }
H1.HeaderClassName
{
color: #7ED18D;
}
.AnyTagClassName
{
color: #7ED18D;
}
</style>
background-color css
<style>
a { background-color: #7ED18D; }
a { background-color: rgb(126,209,141); }
div.DivClassName
{
background-color: #7ED18D;
}
.BgClassName
{
background-color: #7ED18D;
}
</style>
border-color css
<style>
span { border-color: #7ED18D; }
span { border-color: rgb(126,209,141); }
td.TdClassName
{
border-color: #7ED18D;
}
.TagClassName
{
border-color: #7ED18D;
}
</style>