Shades of De York #7EDA8B
Tints of De York #7EDA8B
RGB
CMYK
RGB Variations
Color information
#7EDA8B (or 0x7EDA8B) is known color: De York. HEX triplet: 7E, DA and 8B. RGB value is (126,218,139). Sum of RGB (Red+Green+Blue) = 126+218+139=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA8B is #812574. Grayscale: #B5B5B5. Windows color (decimal): -8463733 or 9165438. OLE color: 9165438.
HSL color Cylindrical-coordinate representation of color #7EDA8B: hue angle of 128.48º degrees, saturation: 0.55, 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 #7EDA8B is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 139 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.15 |
| HSL | 128.48º | 0.55% | 0.67% | - |
| HSV(B) | 128.48º | 0.42% | 0.85% | - |
| XYZ | 38.34 | 56.44 | 33.3 | - |
| YUV | 181.49 | 104.02 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 139 | 0.42 | 0 | 0.36 | 0.15 | 128.48 | 0.55 | 0.67 |
| Hex | 7E | DA | 8B | 2A | 0 | 24 | F | 80 | 37 | 43 |
| Octal | 176 | 332 | 213 | 52 | 0 | 44 | 17 | 200 | 67 | 103 |
| Binary | 1111110 | 11011010 | 10001011 | 101010 | 0 | 100100 | 1111 | 10000000 | 110111 | 1000011 |
Color Harmonies of #7EDA8B
Complementary color
Monochromatic Colors of #7EDA8B
Black with #7EDA8B
Text Example
Text Example
White with #7EDA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA8B; }
p { color: rgb(126,218,139); }
H1.HeaderClassName
{
color: #7EDA8B;
}
.AnyTagClassName
{
color: #7EDA8B;
}
</style>
background-color css
<style>
a { background-color: #7EDA8B; }
a { background-color: rgb(126,218,139); }
div.DivClassName
{
background-color: #7EDA8B;
}
.BgClassName
{
background-color: #7EDA8B;
}
</style>
border-color css
<style>
span { border-color: #7EDA8B; }
span { border-color: rgb(126,218,139); }
td.TdClassName
{
border-color: #7EDA8B;
}
.TagClassName
{
border-color: #7EDA8B;
}
</style>