Shades of De York #7EC275
Tints of De York #7EC275
RGB
CMYK
RGB Variations
Color information
#7EC275 (or 0x7EC275) is known color: De York. HEX triplet: 7E, C2 and 75. RGB value is (126,194,117). Sum of RGB (Red+Green+Blue) = 126+194+117=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC275 is #813D8A. Grayscale: #A5A5A5. Windows color (decimal): -8469899 or 7717502. OLE color: 7717502.
HSL color Cylindrical-coordinate representation of color #7EC275: hue angle of 112.99º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7EC275 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 117 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.24 |
| HSL | 112.99º | 0.39% | 0.61% | - |
| HSV(B) | 112.99º | 0.4% | 0.76% | - |
| XYZ | 31.11 | 44.3 | 23.74 | - |
| YUV | 164.89 | 100.97 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 117 | 0.35 | 0 | 0.40 | 0.24 | 112.99 | 0.39 | 0.61 |
| Hex | 7E | C2 | 75 | 23 | 0 | 28 | 18 | 71 | 27 | 3D |
| Octal | 176 | 302 | 165 | 43 | 0 | 50 | 30 | 161 | 47 | 75 |
| Binary | 1111110 | 11000010 | 1110101 | 100011 | 0 | 101000 | 11000 | 1110001 | 100111 | 111101 |
Color Harmonies of #7EC275
Complementary color
Monochromatic Colors of #7EC275
Black with #7EC275
Text Example
Text Example
White with #7EC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC275; }
p { color: rgb(126,194,117); }
H1.HeaderClassName
{
color: #7EC275;
}
.AnyTagClassName
{
color: #7EC275;
}
</style>
background-color css
<style>
a { background-color: #7EC275; }
a { background-color: rgb(126,194,117); }
div.DivClassName
{
background-color: #7EC275;
}
.BgClassName
{
background-color: #7EC275;
}
</style>
border-color css
<style>
span { border-color: #7EC275; }
span { border-color: rgb(126,194,117); }
td.TdClassName
{
border-color: #7EC275;
}
.TagClassName
{
border-color: #7EC275;
}
</style>