Shades of De York #7ED88D
Tints of De York #7ED88D
RGB
CMYK
RGB Variations
Color information
#7ED88D (or 0x7ED88D) is known color: De York. HEX triplet: 7E, D8 and 8D. RGB value is (126,216,141). Sum of RGB (Red+Green+Blue) = 126+216+141=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED88D is #812772. Grayscale: #B4B4B4. Windows color (decimal): -8464243 or 9295998. OLE color: 9295998.
HSL color Cylindrical-coordinate representation of color #7ED88D: hue angle of 130º 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 #7ED88D is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 141 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.15 |
| HSL | 130º | 0.54% | 0.67% | - |
| HSV(B) | 130º | 0.42% | 0.85% | - |
| XYZ | 37.97 | 55.47 | 33.91 | - |
| YUV | 180.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 141 | 0.42 | 0 | 0.35 | 0.15 | 130 | 0.54 | 0.67 |
| Hex | 7E | D8 | 8D | 2A | 0 | 23 | F | 82 | 36 | 43 |
| Octal | 176 | 330 | 215 | 52 | 0 | 43 | 17 | 202 | 66 | 103 |
| Binary | 1111110 | 11011000 | 10001101 | 101010 | 0 | 100011 | 1111 | 10000010 | 110110 | 1000011 |
Color Harmonies of #7ED88D
Complementary color
Monochromatic Colors of #7ED88D
Black with #7ED88D
Text Example
Text Example
White with #7ED88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED88D; }
p { color: rgb(126,216,141); }
H1.HeaderClassName
{
color: #7ED88D;
}
.AnyTagClassName
{
color: #7ED88D;
}
</style>
background-color css
<style>
a { background-color: #7ED88D; }
a { background-color: rgb(126,216,141); }
div.DivClassName
{
background-color: #7ED88D;
}
.BgClassName
{
background-color: #7ED88D;
}
</style>
border-color css
<style>
span { border-color: #7ED88D; }
span { border-color: rgb(126,216,141); }
td.TdClassName
{
border-color: #7ED88D;
}
.TagClassName
{
border-color: #7ED88D;
}
</style>