Shades of De York #8CC989
Tints of De York #8CC989
RGB
CMYK
RGB Variations
Color information
#8CC989 (or 0x8CC989) is known color: De York. HEX triplet: 8C, C9 and 89. RGB value is (140,201,137). Sum of RGB (Red+Green+Blue) = 140+201+137=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC989 is #733676. Grayscale: #AFAFAF. Windows color (decimal): -7550583 or 9030028. OLE color: 9030028.
HSL color Cylindrical-coordinate representation of color #8CC989: hue angle of 117.19º 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 #8CC989 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 201 | 137 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.21 |
| HSL | 117.19º | 0.37% | 0.66% | - |
| HSV(B) | 117.19º | 0.32% | 0.79% | - |
| XYZ | 36.22 | 49.15 | 31.25 | - |
| YUV | 175.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 201 | 137 | 0.30 | 0 | 0.32 | 0.21 | 117.19 | 0.37 | 0.66 |
| Hex | 8C | C9 | 89 | 1E | 0 | 20 | 15 | 75 | 25 | 42 |
| Octal | 214 | 311 | 211 | 36 | 0 | 40 | 25 | 165 | 45 | 102 |
| Binary | 10001100 | 11001001 | 10001001 | 11110 | 0 | 100000 | 10101 | 1110101 | 100101 | 1000010 |
Color Harmonies of #8CC989
Complementary color
Monochromatic Colors of #8CC989
Black with #8CC989
Text Example
Text Example
White with #8CC989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC989; }
p { color: rgb(140,201,137); }
H1.HeaderClassName
{
color: #8CC989;
}
.AnyTagClassName
{
color: #8CC989;
}
</style>
background-color css
<style>
a { background-color: #8CC989; }
a { background-color: rgb(140,201,137); }
div.DivClassName
{
background-color: #8CC989;
}
.BgClassName
{
background-color: #8CC989;
}
</style>
border-color css
<style>
span { border-color: #8CC989; }
span { border-color: rgb(140,201,137); }
td.TdClassName
{
border-color: #8CC989;
}
.TagClassName
{
border-color: #8CC989;
}
</style>