Shades of De York #7EDA8E
Tints of De York #7EDA8E
RGB
CMYK
RGB Variations
Color information
#7EDA8E (or 0x7EDA8E) is known color: De York. HEX triplet: 7E, DA and 8E. RGB value is (126,218,142). Sum of RGB (Red+Green+Blue) = 126+218+142=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EDA8E is #812571. Grayscale: #B6B6B6. Windows color (decimal): -8463730 or 9362046. OLE color: 9362046.
HSL color Cylindrical-coordinate representation of color #7EDA8E: hue angle of 130.43º 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 #7EDA8E is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 218 | 142 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.15 |
| HSL | 130.43º | 0.55% | 0.67% | - |
| HSV(B) | 130.43º | 0.42% | 0.85% | - |
| XYZ | 38.56 | 56.53 | 34.47 | - |
| YUV | 181.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 218 | 142 | 0.42 | 0 | 0.35 | 0.15 | 130.43 | 0.55 | 0.67 |
| Hex | 7E | DA | 8E | 2A | 0 | 23 | F | 82 | 37 | 43 |
| Octal | 176 | 332 | 216 | 52 | 0 | 43 | 17 | 202 | 67 | 103 |
| Binary | 1111110 | 11011010 | 10001110 | 101010 | 0 | 100011 | 1111 | 10000010 | 110111 | 1000011 |
Color Harmonies of #7EDA8E
Complementary color
Monochromatic Colors of #7EDA8E
Black with #7EDA8E
Text Example
Text Example
White with #7EDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EDA8E; }
p { color: rgb(126,218,142); }
H1.HeaderClassName
{
color: #7EDA8E;
}
.AnyTagClassName
{
color: #7EDA8E;
}
</style>
background-color css
<style>
a { background-color: #7EDA8E; }
a { background-color: rgb(126,218,142); }
div.DivClassName
{
background-color: #7EDA8E;
}
.BgClassName
{
background-color: #7EDA8E;
}
</style>
border-color css
<style>
span { border-color: #7EDA8E; }
span { border-color: rgb(126,218,142); }
td.TdClassName
{
border-color: #7EDA8E;
}
.TagClassName
{
border-color: #7EDA8E;
}
</style>