Shades of De York #8DC989
Tints of De York #8DC989
RGB
CMYK
RGB Variations
Color information
#8DC989 (or 0x8DC989) is known color: De York. HEX triplet: 8D, C9 and 89. RGB value is (141,201,137). Sum of RGB (Red+Green+Blue) = 141+201+137=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC989 is #723676. Grayscale: #AFAFAF. Windows color (decimal): -7485047 or 9030029. OLE color: 9030029.
HSL color Cylindrical-coordinate representation of color #8DC989: hue angle of 116.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DC989 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 137 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.21 |
| HSL | 116.25º | 0.37% | 0.66% | - |
| HSV(B) | 116.25º | 0.32% | 0.79% | - |
| XYZ | 36.39 | 49.24 | 31.25 | - |
| YUV | 175.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 137 | 0.30 | 0 | 0.32 | 0.21 | 116.25 | 0.37 | 0.66 |
| Hex | 8D | C9 | 89 | 1E | 0 | 20 | 15 | 74 | 25 | 42 |
| Octal | 215 | 311 | 211 | 36 | 0 | 40 | 25 | 164 | 45 | 102 |
| Binary | 10001101 | 11001001 | 10001001 | 11110 | 0 | 100000 | 10101 | 1110100 | 100101 | 1000010 |
Color Harmonies of #8DC989
Complementary color
Monochromatic Colors of #8DC989
Black with #8DC989
Text Example
Text Example
White with #8DC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC989; }
p { color: rgb(141,201,137); }
H1.HeaderClassName
{
color: #8DC989;
}
.AnyTagClassName
{
color: #8DC989;
}
</style>
background-color css
<style>
a { background-color: #8DC989; }
a { background-color: rgb(141,201,137); }
div.DivClassName
{
background-color: #8DC989;
}
.BgClassName
{
background-color: #8DC989;
}
</style>
border-color css
<style>
span { border-color: #8DC989; }
span { border-color: rgb(141,201,137); }
td.TdClassName
{
border-color: #8DC989;
}
.TagClassName
{
border-color: #8DC989;
}
</style>