Shades of De York #7EC68D
Tints of De York #7EC68D
RGB
CMYK
RGB Variations
Color information
#7EC68D (or 0x7EC68D) is known color: De York. HEX triplet: 7E, C6 and 8D. RGB value is (126,198,141). Sum of RGB (Red+Green+Blue) = 126+198+141=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC68D is #813972. Grayscale: #AAAAAA. Windows color (decimal): -8468851 or 9291390. OLE color: 9291390.
HSL color Cylindrical-coordinate representation of color #7EC68D: hue angle of 132.5º 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 #7EC68D is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 141 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.22 |
| HSL | 132.5º | 0.39% | 0.64% | - |
| HSV(B) | 132.5º | 0.36% | 0.78% | - |
| XYZ | 33.61 | 46.75 | 32.45 | - |
| YUV | 169.97 | 111.65 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 141 | 0.36 | 0 | 0.29 | 0.22 | 132.5 | 0.39 | 0.64 |
| Hex | 7E | C6 | 8D | 24 | 0 | 1D | 16 | 84 | 27 | 40 |
| Octal | 176 | 306 | 215 | 44 | 0 | 35 | 26 | 204 | 47 | 100 |
| Binary | 1111110 | 11000110 | 10001101 | 100100 | 0 | 11101 | 10110 | 10000100 | 100111 | 1000000 |
Color Harmonies of #7EC68D
Complementary color
Monochromatic Colors of #7EC68D
Black with #7EC68D
Text Example
Text Example
White with #7EC68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC68D; }
p { color: rgb(126,198,141); }
H1.HeaderClassName
{
color: #7EC68D;
}
.AnyTagClassName
{
color: #7EC68D;
}
</style>
background-color css
<style>
a { background-color: #7EC68D; }
a { background-color: rgb(126,198,141); }
div.DivClassName
{
background-color: #7EC68D;
}
.BgClassName
{
background-color: #7EC68D;
}
</style>
border-color css
<style>
span { border-color: #7EC68D; }
span { border-color: rgb(126,198,141); }
td.TdClassName
{
border-color: #7EC68D;
}
.TagClassName
{
border-color: #7EC68D;
}
</style>