Shades of De York #6DC980
Tints of De York #6DC980
RGB
CMYK
RGB Variations
Color information
#6DC980 (or 0x6DC980) is known color: De York. HEX triplet: 6D, C9 and 80. RGB value is (109,201,128). Sum of RGB (Red+Green+Blue) = 109+201+128=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 128 (50.39% from 255 or 29.22% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DC980 is #92367F. Grayscale: #A5A5A5. Windows color (decimal): -9582208 or 8440173. OLE color: 8440173.
HSL color Cylindrical-coordinate representation of color #6DC980: hue angle of 132.39º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC980 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 128 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.21 |
| HSL | 132.39º | 0.46% | 0.61% | - |
| HSV(B) | 132.39º | 0.46% | 0.79% | - |
| XYZ | 31.09 | 46.58 | 27.77 | - |
| YUV | 165.17 | 107.02 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 128 | 0.46 | 0 | 0.36 | 0.21 | 132.39 | 0.46 | 0.61 |
| Hex | 6D | C9 | 80 | 2E | 0 | 24 | 15 | 84 | 2E | 3D |
| Octal | 155 | 311 | 200 | 56 | 0 | 44 | 25 | 204 | 56 | 75 |
| Binary | 1101101 | 11001001 | 10000000 | 101110 | 0 | 100100 | 10101 | 10000100 | 101110 | 111101 |
Color Harmonies of #6DC980
Complementary color
Monochromatic Colors of #6DC980
Black with #6DC980
Text Example
Text Example
White with #6DC980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC980; }
p { color: rgb(109,201,128); }
H1.HeaderClassName
{
color: #6DC980;
}
.AnyTagClassName
{
color: #6DC980;
}
</style>
background-color css
<style>
a { background-color: #6DC980; }
a { background-color: rgb(109,201,128); }
div.DivClassName
{
background-color: #6DC980;
}
.BgClassName
{
background-color: #6DC980;
}
</style>
border-color css
<style>
span { border-color: #6DC980; }
span { border-color: rgb(109,201,128); }
td.TdClassName
{
border-color: #6DC980;
}
.TagClassName
{
border-color: #6DC980;
}
</style>