Shades of De York #7ED48A
Tints of De York #7ED48A
RGB
CMYK
RGB Variations
Color information
#7ED48A (or 0x7ED48A) is known color: De York. HEX triplet: 7E, D4 and 8A. RGB value is (126,212,138). Sum of RGB (Red+Green+Blue) = 126+212+138=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED48A is #812B75. Grayscale: #B2B2B2. Windows color (decimal): -8465270 or 9098366. OLE color: 9098366.
HSL color Cylindrical-coordinate representation of color #7ED48A: hue angle of 128.37º 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 #7ED48A is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 138 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.17 |
| HSL | 128.37º | 0.5% | 0.66% | - |
| HSV(B) | 128.37º | 0.41% | 0.83% | - |
| XYZ | 36.74 | 53.36 | 32.41 | - |
| YUV | 177.85 | 105.51 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 138 | 0.41 | 0 | 0.35 | 0.17 | 128.37 | 0.5 | 0.66 |
| Hex | 7E | D4 | 8A | 29 | 0 | 23 | 11 | 80 | 32 | 42 |
| Octal | 176 | 324 | 212 | 51 | 0 | 43 | 21 | 200 | 62 | 102 |
| Binary | 1111110 | 11010100 | 10001010 | 101001 | 0 | 100011 | 10001 | 10000000 | 110010 | 1000010 |
Color Harmonies of #7ED48A
Complementary color
Monochromatic Colors of #7ED48A
Black with #7ED48A
Text Example
Text Example
White with #7ED48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED48A; }
p { color: rgb(126,212,138); }
H1.HeaderClassName
{
color: #7ED48A;
}
.AnyTagClassName
{
color: #7ED48A;
}
</style>
background-color css
<style>
a { background-color: #7ED48A; }
a { background-color: rgb(126,212,138); }
div.DivClassName
{
background-color: #7ED48A;
}
.BgClassName
{
background-color: #7ED48A;
}
</style>
border-color css
<style>
span { border-color: #7ED48A; }
span { border-color: rgb(126,212,138); }
td.TdClassName
{
border-color: #7ED48A;
}
.TagClassName
{
border-color: #7ED48A;
}
</style>