Shades of De York #7EC885
Tints of De York #7EC885
RGB
CMYK
RGB Variations
Color information
#7EC885 (or 0x7EC885) is known color: De York. HEX triplet: 7E, C8 and 85. RGB value is (126,200,133). Sum of RGB (Red+Green+Blue) = 126+200+133=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC885 is #81377A. Grayscale: #AAAAAA. Windows color (decimal): -8468347 or 8767614. OLE color: 8767614.
HSL color Cylindrical-coordinate representation of color #7EC885: hue angle of 125.68º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC885 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 133 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.22 |
| HSL | 125.68º | 0.4% | 0.64% | - |
| HSV(B) | 125.68º | 0.37% | 0.78% | - |
| XYZ | 33.49 | 47.44 | 29.58 | - |
| YUV | 170.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 133 | 0.37 | 0 | 0.34 | 0.22 | 125.68 | 0.4 | 0.64 |
| Hex | 7E | C8 | 85 | 25 | 0 | 22 | 16 | 7E | 28 | 40 |
| Octal | 176 | 310 | 205 | 45 | 0 | 42 | 26 | 176 | 50 | 100 |
| Binary | 1111110 | 11001000 | 10000101 | 100101 | 0 | 100010 | 10110 | 1111110 | 101000 | 1000000 |
Color Harmonies of #7EC885
Complementary color
Monochromatic Colors of #7EC885
Black with #7EC885
Text Example
Text Example
White with #7EC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC885; }
p { color: rgb(126,200,133); }
H1.HeaderClassName
{
color: #7EC885;
}
.AnyTagClassName
{
color: #7EC885;
}
</style>
background-color css
<style>
a { background-color: #7EC885; }
a { background-color: rgb(126,200,133); }
div.DivClassName
{
background-color: #7EC885;
}
.BgClassName
{
background-color: #7EC885;
}
</style>
border-color css
<style>
span { border-color: #7EC885; }
span { border-color: rgb(126,200,133); }
td.TdClassName
{
border-color: #7EC885;
}
.TagClassName
{
border-color: #7EC885;
}
</style>