Shades of De York #7EC473
Tints of De York #7EC473
RGB
CMYK
RGB Variations
Color information
#7EC473 (or 0x7EC473) is known color: De York. HEX triplet: 7E, C4 and 73. RGB value is (126,196,115). Sum of RGB (Red+Green+Blue) = 126+196+115=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC473 is #813B8C. Grayscale: #A6A6A6. Windows color (decimal): -8469389 or 7586942. OLE color: 7586942.
HSL color Cylindrical-coordinate representation of color #7EC473: hue angle of 111.85º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EC473 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 115 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.23 |
| HSL | 111.85º | 0.41% | 0.61% | - |
| HSV(B) | 111.85º | 0.41% | 0.77% | - |
| XYZ | 31.44 | 45.15 | 23.28 | - |
| YUV | 165.84 | 99.31 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 115 | 0.36 | 0 | 0.41 | 0.23 | 111.85 | 0.41 | 0.61 |
| Hex | 7E | C4 | 73 | 24 | 0 | 29 | 17 | 70 | 29 | 3D |
| Octal | 176 | 304 | 163 | 44 | 0 | 51 | 27 | 160 | 51 | 75 |
| Binary | 1111110 | 11000100 | 1110011 | 100100 | 0 | 101001 | 10111 | 1110000 | 101001 | 111101 |
Color Harmonies of #7EC473
Complementary color
Monochromatic Colors of #7EC473
Black with #7EC473
Text Example
Text Example
White with #7EC473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC473; }
p { color: rgb(126,196,115); }
H1.HeaderClassName
{
color: #7EC473;
}
.AnyTagClassName
{
color: #7EC473;
}
</style>
background-color css
<style>
a { background-color: #7EC473; }
a { background-color: rgb(126,196,115); }
div.DivClassName
{
background-color: #7EC473;
}
.BgClassName
{
background-color: #7EC473;
}
</style>
border-color css
<style>
span { border-color: #7EC473; }
span { border-color: rgb(126,196,115); }
td.TdClassName
{
border-color: #7EC473;
}
.TagClassName
{
border-color: #7EC473;
}
</style>