Shades of De York #7EC082
Tints of De York #7EC082
RGB
CMYK
RGB Variations
Color information
#7EC082 (or 0x7EC082) is known color: De York. HEX triplet: 7E, C0 and 82. RGB value is (126,192,130). Sum of RGB (Red+Green+Blue) = 126+192+130=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC082 is #813F7D. Grayscale: #A5A5A5. Windows color (decimal): -8470398 or 8568958. OLE color: 8568958.
HSL color Cylindrical-coordinate representation of color #7EC082: hue angle of 123.64º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EC082 is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 130 | - |
| CMYK | 0.34 | 0 | 0.32 | 0.25 |
| HSL | 123.64º | 0.34% | 0.62% | - |
| HSV(B) | 123.64º | 0.34% | 0.75% | - |
| XYZ | 31.48 | 43.75 | 27.9 | - |
| YUV | 165.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 130 | 0.34 | 0 | 0.32 | 0.25 | 123.64 | 0.34 | 0.62 |
| Hex | 7E | C0 | 82 | 22 | 0 | 20 | 19 | 7C | 22 | 3E |
| Octal | 176 | 300 | 202 | 42 | 0 | 40 | 31 | 174 | 42 | 76 |
| Binary | 1111110 | 11000000 | 10000010 | 100010 | 0 | 100000 | 11001 | 1111100 | 100010 | 111110 |
Color Harmonies of #7EC082
Complementary color
Monochromatic Colors of #7EC082
Black with #7EC082
Text Example
Text Example
White with #7EC082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC082; }
p { color: rgb(126,192,130); }
H1.HeaderClassName
{
color: #7EC082;
}
.AnyTagClassName
{
color: #7EC082;
}
</style>
background-color css
<style>
a { background-color: #7EC082; }
a { background-color: rgb(126,192,130); }
div.DivClassName
{
background-color: #7EC082;
}
.BgClassName
{
background-color: #7EC082;
}
</style>
border-color css
<style>
span { border-color: #7EC082; }
span { border-color: rgb(126,192,130); }
td.TdClassName
{
border-color: #7EC082;
}
.TagClassName
{
border-color: #7EC082;
}
</style>