Shades of De York #7EC58D
Tints of De York #7EC58D
RGB
CMYK
RGB Variations
Color information
#7EC58D (or 0x7EC58D) is known color: De York. HEX triplet: 7E, C5 and 8D. RGB value is (126,197,141). Sum of RGB (Red+Green+Blue) = 126+197+141=464 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.16% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC58D is #813A72. Grayscale: #A9A9A9. Windows color (decimal): -8469107 or 9291134. OLE color: 9291134.
HSL color Cylindrical-coordinate representation of color #7EC58D: hue angle of 132.68º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7EC58D is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 141 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.23 |
| HSL | 132.68º | 0.38% | 0.63% | - |
| HSV(B) | 132.68º | 0.36% | 0.77% | - |
| XYZ | 33.38 | 46.29 | 32.38 | - |
| YUV | 169.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 141 | 0.36 | 0 | 0.28 | 0.23 | 132.68 | 0.38 | 0.63 |
| Hex | 7E | C5 | 8D | 24 | 0 | 1C | 17 | 85 | 26 | 3F |
| Octal | 176 | 305 | 215 | 44 | 0 | 34 | 27 | 205 | 46 | 77 |
| Binary | 1111110 | 11000101 | 10001101 | 100100 | 0 | 11100 | 10111 | 10000101 | 100110 | 111111 |
Color Harmonies of #7EC58D
Complementary color
Monochromatic Colors of #7EC58D
Black with #7EC58D
Text Example
Text Example
White with #7EC58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC58D; }
p { color: rgb(126,197,141); }
H1.HeaderClassName
{
color: #7EC58D;
}
.AnyTagClassName
{
color: #7EC58D;
}
</style>
background-color css
<style>
a { background-color: #7EC58D; }
a { background-color: rgb(126,197,141); }
div.DivClassName
{
background-color: #7EC58D;
}
.BgClassName
{
background-color: #7EC58D;
}
</style>
border-color css
<style>
span { border-color: #7EC58D; }
span { border-color: rgb(126,197,141); }
td.TdClassName
{
border-color: #7EC58D;
}
.TagClassName
{
border-color: #7EC58D;
}
</style>