Shades of De York #7ED995
Tints of De York #7ED995
RGB
CMYK
RGB Variations
Color information
#7ED995 (or 0x7ED995) is known color: De York. HEX triplet: 7E, D9 and 95. RGB value is (126,217,149). Sum of RGB (Red+Green+Blue) = 126+217+149=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED995 is #81266A. Grayscale: #B6B6B6. Windows color (decimal): -8463979 or 9820542. OLE color: 9820542.
HSL color Cylindrical-coordinate representation of color #7ED995: hue angle of 135.16º 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 #7ED995 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 217 | 149 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.15 |
| HSL | 135.16º | 0.54% | 0.67% | - |
| HSV(B) | 135.16º | 0.42% | 0.85% | - |
| XYZ | 38.84 | 56.23 | 37.24 | - |
| YUV | 182.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 217 | 149 | 0.42 | 0 | 0.31 | 0.15 | 135.16 | 0.54 | 0.67 |
| Hex | 7E | D9 | 95 | 2A | 0 | 1F | F | 87 | 36 | 43 |
| Octal | 176 | 331 | 225 | 52 | 0 | 37 | 17 | 207 | 66 | 103 |
| Binary | 1111110 | 11011001 | 10010101 | 101010 | 0 | 11111 | 1111 | 10000111 | 110110 | 1000011 |
Color Harmonies of #7ED995
Complementary color
Monochromatic Colors of #7ED995
Black with #7ED995
Text Example
Text Example
White with #7ED995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED995; }
p { color: rgb(126,217,149); }
H1.HeaderClassName
{
color: #7ED995;
}
.AnyTagClassName
{
color: #7ED995;
}
</style>
background-color css
<style>
a { background-color: #7ED995; }
a { background-color: rgb(126,217,149); }
div.DivClassName
{
background-color: #7ED995;
}
.BgClassName
{
background-color: #7ED995;
}
</style>
border-color css
<style>
span { border-color: #7ED995; }
span { border-color: rgb(126,217,149); }
td.TdClassName
{
border-color: #7ED995;
}
.TagClassName
{
border-color: #7ED995;
}
</style>