Shades of De York #7ED49A
Tints of De York #7ED49A
RGB
CMYK
RGB Variations
Color information
#7ED49A (or 0x7ED49A) is known color: De York. HEX triplet: 7E, D4 and 9A. RGB value is (126,212,154). Sum of RGB (Red+Green+Blue) = 126+212+154=492 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.61% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED49A is #812B65. Grayscale: #B3B3B3. Windows color (decimal): -8465254 or 10146942. OLE color: 10146942.
HSL color Cylindrical-coordinate representation of color #7ED49A: hue angle of 139.53º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED49A is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 154 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.17 |
| HSL | 139.53º | 0.5% | 0.66% | - |
| HSV(B) | 139.53º | 0.41% | 0.83% | - |
| XYZ | 37.98 | 53.86 | 38.97 | - |
| YUV | 179.67 | 113.51 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 154 | 0.41 | 0 | 0.27 | 0.17 | 139.53 | 0.5 | 0.66 |
| Hex | 7E | D4 | 9A | 29 | 0 | 1B | 11 | 8C | 32 | 42 |
| Octal | 176 | 324 | 232 | 51 | 0 | 33 | 21 | 214 | 62 | 102 |
| Binary | 1111110 | 11010100 | 10011010 | 101001 | 0 | 11011 | 10001 | 10001100 | 110010 | 1000010 |
Color Harmonies of #7ED49A
Complementary color
Monochromatic Colors of #7ED49A
Black with #7ED49A
Text Example
Text Example
White with #7ED49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED49A; }
p { color: rgb(126,212,154); }
H1.HeaderClassName
{
color: #7ED49A;
}
.AnyTagClassName
{
color: #7ED49A;
}
</style>
background-color css
<style>
a { background-color: #7ED49A; }
a { background-color: rgb(126,212,154); }
div.DivClassName
{
background-color: #7ED49A;
}
.BgClassName
{
background-color: #7ED49A;
}
</style>
border-color css
<style>
span { border-color: #7ED49A; }
span { border-color: rgb(126,212,154); }
td.TdClassName
{
border-color: #7ED49A;
}
.TagClassName
{
border-color: #7ED49A;
}
</style>