Shades of De York #7EC58A
Tints of De York #7EC58A
RGB
CMYK
RGB Variations
Color information
#7EC58A (or 0x7EC58A) is known color: De York. HEX triplet: 7E, C5 and 8A. RGB value is (126,197,138). Sum of RGB (Red+Green+Blue) = 126+197+138=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC58A is #813A75. Grayscale: #A9A9A9. Windows color (decimal): -8469110 or 9094526. OLE color: 9094526.
HSL color Cylindrical-coordinate representation of color #7EC58A: hue angle of 130.14º 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 #7EC58A is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 138 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.23 |
| HSL | 130.14º | 0.38% | 0.63% | - |
| HSV(B) | 130.14º | 0.36% | 0.77% | - |
| XYZ | 33.16 | 46.2 | 31.22 | - |
| YUV | 169.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 138 | 0.36 | 0 | 0.30 | 0.23 | 130.14 | 0.38 | 0.63 |
| Hex | 7E | C5 | 8A | 24 | 0 | 1E | 17 | 82 | 26 | 3F |
| Octal | 176 | 305 | 212 | 44 | 0 | 36 | 27 | 202 | 46 | 77 |
| Binary | 1111110 | 11000101 | 10001010 | 100100 | 0 | 11110 | 10111 | 10000010 | 100110 | 111111 |
Color Harmonies of #7EC58A
Complementary color
Monochromatic Colors of #7EC58A
Black with #7EC58A
Text Example
Text Example
White with #7EC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC58A; }
p { color: rgb(126,197,138); }
H1.HeaderClassName
{
color: #7EC58A;
}
.AnyTagClassName
{
color: #7EC58A;
}
</style>
background-color css
<style>
a { background-color: #7EC58A; }
a { background-color: rgb(126,197,138); }
div.DivClassName
{
background-color: #7EC58A;
}
.BgClassName
{
background-color: #7EC58A;
}
</style>
border-color css
<style>
span { border-color: #7EC58A; }
span { border-color: rgb(126,197,138); }
td.TdClassName
{
border-color: #7EC58A;
}
.TagClassName
{
border-color: #7EC58A;
}
</style>