Shades of De York #7ED396
Tints of De York #7ED396
RGB
CMYK
RGB Variations
Color information
#7ED396 (or 0x7ED396) is known color: De York. HEX triplet: 7E, D3 and 96. RGB value is (126,211,150). Sum of RGB (Red+Green+Blue) = 126+211+150=487 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.87% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #7ED396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED396 is #812C69. Grayscale: #B2B2B2. Windows color (decimal): -8465514 or 9884542. OLE color: 9884542.
HSL color Cylindrical-coordinate representation of color #7ED396: hue angle of 136.94º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED396 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 211 | 150 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.17 |
| HSL | 136.94º | 0.49% | 0.66% | - |
| HSV(B) | 136.94º | 0.4% | 0.83% | - |
| XYZ | 37.4 | 53.23 | 37.16 | - |
| YUV | 178.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 211 | 150 | 0.40 | 0 | 0.29 | 0.17 | 136.94 | 0.49 | 0.66 |
| Hex | 7E | D3 | 96 | 28 | 0 | 1D | 11 | 89 | 31 | 42 |
| Octal | 176 | 323 | 226 | 50 | 0 | 35 | 21 | 211 | 61 | 102 |
| Binary | 1111110 | 11010011 | 10010110 | 101000 | 0 | 11101 | 10001 | 10001001 | 110001 | 1000010 |
Color Harmonies of #7ED396
Complementary color
Monochromatic Colors of #7ED396
Black with #7ED396
Text Example
Text Example
White with #7ED396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED396; }
p { color: rgb(126,211,150); }
H1.HeaderClassName
{
color: #7ED396;
}
.AnyTagClassName
{
color: #7ED396;
}
</style>
background-color css
<style>
a { background-color: #7ED396; }
a { background-color: rgb(126,211,150); }
div.DivClassName
{
background-color: #7ED396;
}
.BgClassName
{
background-color: #7ED396;
}
</style>
border-color css
<style>
span { border-color: #7ED396; }
span { border-color: rgb(126,211,150); }
td.TdClassName
{
border-color: #7ED396;
}
.TagClassName
{
border-color: #7ED396;
}
</style>