Shades of De York #7EC475
Tints of De York #7EC475
RGB
CMYK
RGB Variations
Color information
#7EC475 (or 0x7EC475) is known color: De York. HEX triplet: 7E, C4 and 75. RGB value is (126,196,117). Sum of RGB (Red+Green+Blue) = 126+196+117=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 117 (46.09% from 255 or 26.65% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC475 is #813B8A. Grayscale: #A6A6A6. Windows color (decimal): -8469387 or 7718014. OLE color: 7718014.
HSL color Cylindrical-coordinate representation of color #7EC475: hue angle of 113.16º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EC475 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 117 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.23 |
| HSL | 113.16º | 0.4% | 0.61% | - |
| HSV(B) | 113.16º | 0.4% | 0.77% | - |
| XYZ | 31.56 | 45.2 | 23.89 | - |
| YUV | 166.06 | 100.31 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 117 | 0.36 | 0 | 0.40 | 0.23 | 113.16 | 0.4 | 0.61 |
| Hex | 7E | C4 | 75 | 24 | 0 | 28 | 17 | 71 | 28 | 3D |
| Octal | 176 | 304 | 165 | 44 | 0 | 50 | 27 | 161 | 50 | 75 |
| Binary | 1111110 | 11000100 | 1110101 | 100100 | 0 | 101000 | 10111 | 1110001 | 101000 | 111101 |
Color Harmonies of #7EC475
Complementary color
Monochromatic Colors of #7EC475
Black with #7EC475
Text Example
Text Example
White with #7EC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC475; }
p { color: rgb(126,196,117); }
H1.HeaderClassName
{
color: #7EC475;
}
.AnyTagClassName
{
color: #7EC475;
}
</style>
background-color css
<style>
a { background-color: #7EC475; }
a { background-color: rgb(126,196,117); }
div.DivClassName
{
background-color: #7EC475;
}
.BgClassName
{
background-color: #7EC475;
}
</style>
border-color css
<style>
span { border-color: #7EC475; }
span { border-color: rgb(126,196,117); }
td.TdClassName
{
border-color: #7EC475;
}
.TagClassName
{
border-color: #7EC475;
}
</style>