Shades of De York #7EC284
Tints of De York #7EC284
RGB
CMYK
RGB Variations
Color information
#7EC284 (or 0x7EC284) is known color: De York. HEX triplet: 7E, C2 and 84. RGB value is (126,194,132). Sum of RGB (Red+Green+Blue) = 126+194+132=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC284 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC284 is #813D7B. Grayscale: #A6A6A6. Windows color (decimal): -8469884 or 8700542. OLE color: 8700542.
HSL color Cylindrical-coordinate representation of color #7EC284: hue angle of 125.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC284 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 132 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.24 |
| HSL | 125.29º | 0.36% | 0.63% | - |
| HSV(B) | 125.29º | 0.35% | 0.76% | - |
| XYZ | 32.06 | 44.69 | 28.77 | - |
| YUV | 166.6 | 108.47 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 132 | 0.35 | 0 | 0.32 | 0.24 | 125.29 | 0.36 | 0.63 |
| Hex | 7E | C2 | 84 | 23 | 0 | 20 | 18 | 7D | 24 | 3F |
| Octal | 176 | 302 | 204 | 43 | 0 | 40 | 30 | 175 | 44 | 77 |
| Binary | 1111110 | 11000010 | 10000100 | 100011 | 0 | 100000 | 11000 | 1111101 | 100100 | 111111 |
Color Harmonies of #7EC284
Complementary color
Monochromatic Colors of #7EC284
Black with #7EC284
Text Example
Text Example
White with #7EC284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC284; }
p { color: rgb(126,194,132); }
H1.HeaderClassName
{
color: #7EC284;
}
.AnyTagClassName
{
color: #7EC284;
}
</style>
background-color css
<style>
a { background-color: #7EC284; }
a { background-color: rgb(126,194,132); }
div.DivClassName
{
background-color: #7EC284;
}
.BgClassName
{
background-color: #7EC284;
}
</style>
border-color css
<style>
span { border-color: #7EC284; }
span { border-color: rgb(126,194,132); }
td.TdClassName
{
border-color: #7EC284;
}
.TagClassName
{
border-color: #7EC284;
}
</style>