Shades of De York #7EC682
Tints of De York #7EC682
RGB
CMYK
RGB Variations
Color information
#7EC682 (or 0x7EC682) is known color: De York. HEX triplet: 7E, C6 and 82. RGB value is (126,198,130). Sum of RGB (Red+Green+Blue) = 126+198+130=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC682 is #81397D. Grayscale: #A8A8A8. Windows color (decimal): -8468862 or 8570494. OLE color: 8570494.
HSL color Cylindrical-coordinate representation of color #7EC682: hue angle of 123.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC682 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 130 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.22 |
| HSL | 123.33º | 0.39% | 0.64% | - |
| HSV(B) | 123.33º | 0.36% | 0.78% | - |
| XYZ | 32.83 | 46.44 | 28.35 | - |
| YUV | 168.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 130 | 0.36 | 0 | 0.34 | 0.22 | 123.33 | 0.39 | 0.64 |
| Hex | 7E | C6 | 82 | 24 | 0 | 22 | 16 | 7B | 27 | 40 |
| Octal | 176 | 306 | 202 | 44 | 0 | 42 | 26 | 173 | 47 | 100 |
| Binary | 1111110 | 11000110 | 10000010 | 100100 | 0 | 100010 | 10110 | 1111011 | 100111 | 1000000 |
Color Harmonies of #7EC682
Complementary color
Monochromatic Colors of #7EC682
Black with #7EC682
Text Example
Text Example
White with #7EC682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC682; }
p { color: rgb(126,198,130); }
H1.HeaderClassName
{
color: #7EC682;
}
.AnyTagClassName
{
color: #7EC682;
}
</style>
background-color css
<style>
a { background-color: #7EC682; }
a { background-color: rgb(126,198,130); }
div.DivClassName
{
background-color: #7EC682;
}
.BgClassName
{
background-color: #7EC682;
}
</style>
border-color css
<style>
span { border-color: #7EC682; }
span { border-color: rgb(126,198,130); }
td.TdClassName
{
border-color: #7EC682;
}
.TagClassName
{
border-color: #7EC682;
}
</style>