Shades of De York #8DC988
Tints of De York #8DC988
RGB
CMYK
RGB Variations
Color information
#8DC988 (or 0x8DC988) is known color: De York. HEX triplet: 8D, C9 and 88. RGB value is (141,201,136). Sum of RGB (Red+Green+Blue) = 141+201+136=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC988 is #723677. Grayscale: #AFAFAF. Windows color (decimal): -7485048 or 8964493. OLE color: 8964493.
HSL color Cylindrical-coordinate representation of color #8DC988: hue angle of 115.38º degrees, saturation: 0.38, 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 #8DC988 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 136 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.21 |
| HSL | 115.38º | 0.38% | 0.66% | - |
| HSV(B) | 115.38º | 0.32% | 0.79% | - |
| XYZ | 36.32 | 49.21 | 30.88 | - |
| YUV | 175.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 136 | 0.30 | 0 | 0.32 | 0.21 | 115.38 | 0.38 | 0.66 |
| Hex | 8D | C9 | 88 | 1E | 0 | 20 | 15 | 73 | 26 | 42 |
| Octal | 215 | 311 | 210 | 36 | 0 | 40 | 25 | 163 | 46 | 102 |
| Binary | 10001101 | 11001001 | 10001000 | 11110 | 0 | 100000 | 10101 | 1110011 | 100110 | 1000010 |
Color Harmonies of #8DC988
Complementary color
Monochromatic Colors of #8DC988
Black with #8DC988
Text Example
Text Example
White with #8DC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC988; }
p { color: rgb(141,201,136); }
H1.HeaderClassName
{
color: #8DC988;
}
.AnyTagClassName
{
color: #8DC988;
}
</style>
background-color css
<style>
a { background-color: #8DC988; }
a { background-color: rgb(141,201,136); }
div.DivClassName
{
background-color: #8DC988;
}
.BgClassName
{
background-color: #8DC988;
}
</style>
border-color css
<style>
span { border-color: #8DC988; }
span { border-color: rgb(141,201,136); }
td.TdClassName
{
border-color: #8DC988;
}
.TagClassName
{
border-color: #8DC988;
}
</style>