Shades of De York #7EC57F
Tints of De York #7EC57F
RGB
CMYK
RGB Variations
Color information
#7EC57F (or 0x7EC57F) is known color: De York. HEX triplet: 7E, C5 and 7F. RGB value is (126,197,127). Sum of RGB (Red+Green+Blue) = 126+197+127=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC57F is #813A80. Grayscale: #A7A7A7. Windows color (decimal): -8469121 or 8373630. OLE color: 8373630.
HSL color Cylindrical-coordinate representation of color #7EC57F: hue angle of 120.85º 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 #7EC57F is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 127 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.23 |
| HSL | 120.85º | 0.38% | 0.63% | - |
| HSV(B) | 120.85º | 0.36% | 0.77% | - |
| XYZ | 32.4 | 45.9 | 27.23 | - |
| YUV | 167.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 127 | 0.36 | 0 | 0.36 | 0.23 | 120.85 | 0.38 | 0.63 |
| Hex | 7E | C5 | 7F | 24 | 0 | 24 | 17 | 79 | 26 | 3F |
| Octal | 176 | 305 | 177 | 44 | 0 | 44 | 27 | 171 | 46 | 77 |
| Binary | 1111110 | 11000101 | 1111111 | 100100 | 0 | 100100 | 10111 | 1111001 | 100110 | 111111 |
Color Harmonies of #7EC57F
Complementary color
Monochromatic Colors of #7EC57F
Black with #7EC57F
Text Example
Text Example
White with #7EC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC57F; }
p { color: rgb(126,197,127); }
H1.HeaderClassName
{
color: #7EC57F;
}
.AnyTagClassName
{
color: #7EC57F;
}
</style>
background-color css
<style>
a { background-color: #7EC57F; }
a { background-color: rgb(126,197,127); }
div.DivClassName
{
background-color: #7EC57F;
}
.BgClassName
{
background-color: #7EC57F;
}
</style>
border-color css
<style>
span { border-color: #7EC57F; }
span { border-color: rgb(126,197,127); }
td.TdClassName
{
border-color: #7EC57F;
}
.TagClassName
{
border-color: #7EC57F;
}
</style>