Shades of De York #6EC980
Tints of De York #6EC980
RGB
CMYK
RGB Variations
Color information
#6EC980 (or 0x6EC980) is known color: De York. HEX triplet: 6E, C9 and 80. RGB value is (110,201,128). Sum of RGB (Red+Green+Blue) = 110+201+128=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #6EC980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EC980 is #91367F. Grayscale: #A5A5A5. Windows color (decimal): -9516672 or 8440174. OLE color: 8440174.
HSL color Cylindrical-coordinate representation of color #6EC980: hue angle of 131.87º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EC980 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 201 | 128 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.21 |
| HSL | 131.87º | 0.46% | 0.61% | - |
| HSV(B) | 131.87º | 0.45% | 0.79% | - |
| XYZ | 31.21 | 46.65 | 27.78 | - |
| YUV | 165.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 201 | 128 | 0.45 | 0 | 0.36 | 0.21 | 131.87 | 0.46 | 0.61 |
| Hex | 6E | C9 | 80 | 2D | 0 | 24 | 15 | 84 | 2E | 3D |
| Octal | 156 | 311 | 200 | 55 | 0 | 44 | 25 | 204 | 56 | 75 |
| Binary | 1101110 | 11001001 | 10000000 | 101101 | 0 | 100100 | 10101 | 10000100 | 101110 | 111101 |
Color Harmonies of #6EC980
Complementary color
Monochromatic Colors of #6EC980
Black with #6EC980
Text Example
Text Example
White with #6EC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC980; }
p { color: rgb(110,201,128); }
H1.HeaderClassName
{
color: #6EC980;
}
.AnyTagClassName
{
color: #6EC980;
}
</style>
background-color css
<style>
a { background-color: #6EC980; }
a { background-color: rgb(110,201,128); }
div.DivClassName
{
background-color: #6EC980;
}
.BgClassName
{
background-color: #6EC980;
}
</style>
border-color css
<style>
span { border-color: #6EC980; }
span { border-color: rgb(110,201,128); }
td.TdClassName
{
border-color: #6EC980;
}
.TagClassName
{
border-color: #6EC980;
}
</style>