Shades of De York #7EC57A
Tints of De York #7EC57A
RGB
CMYK
RGB Variations
Color information
#7EC57A (or 0x7EC57A) is known color: De York. HEX triplet: 7E, C5 and 7A. RGB value is (126,197,122). Sum of RGB (Red+Green+Blue) = 126+197+122=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC57A is #813A85. Grayscale: #A7A7A7. Windows color (decimal): -8469126 or 8045950. OLE color: 8045950.
HSL color Cylindrical-coordinate representation of color #7EC57A: hue angle of 116.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EC57A is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 122 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.23 |
| HSL | 116.8º | 0.39% | 0.63% | - |
| HSV(B) | 116.8º | 0.38% | 0.77% | - |
| XYZ | 32.08 | 45.77 | 25.56 | - |
| YUV | 167.22 | 102.48 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 122 | 0.36 | 0 | 0.38 | 0.23 | 116.8 | 0.39 | 0.63 |
| Hex | 7E | C5 | 7A | 24 | 0 | 26 | 17 | 75 | 27 | 3F |
| Octal | 176 | 305 | 172 | 44 | 0 | 46 | 27 | 165 | 47 | 77 |
| Binary | 1111110 | 11000101 | 1111010 | 100100 | 0 | 100110 | 10111 | 1110101 | 100111 | 111111 |
Color Harmonies of #7EC57A
Complementary color
Monochromatic Colors of #7EC57A
Black with #7EC57A
Text Example
Text Example
White with #7EC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC57A; }
p { color: rgb(126,197,122); }
H1.HeaderClassName
{
color: #7EC57A;
}
.AnyTagClassName
{
color: #7EC57A;
}
</style>
background-color css
<style>
a { background-color: #7EC57A; }
a { background-color: rgb(126,197,122); }
div.DivClassName
{
background-color: #7EC57A;
}
.BgClassName
{
background-color: #7EC57A;
}
</style>
border-color css
<style>
span { border-color: #7EC57A; }
span { border-color: rgb(126,197,122); }
td.TdClassName
{
border-color: #7EC57A;
}
.TagClassName
{
border-color: #7EC57A;
}
</style>