Shades of De York #8DC990
Tints of De York #8DC990
RGB
CMYK
RGB Variations
Color information
#8DC990 (or 0x8DC990) is known color: De York. HEX triplet: 8D, C9 and 90. RGB value is (141,201,144). Sum of RGB (Red+Green+Blue) = 141+201+144=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC990 is #72366F. Grayscale: #B0B0B0. Windows color (decimal): -7485040 or 9488781. OLE color: 9488781.
HSL color Cylindrical-coordinate representation of color #8DC990: hue angle of 123º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC990 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 144 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.21 |
| HSL | 123º | 0.36% | 0.67% | - |
| HSV(B) | 123º | 0.3% | 0.79% | - |
| XYZ | 36.91 | 49.45 | 33.99 | - |
| YUV | 176.56 | 109.62 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 144 | 0.30 | 0 | 0.28 | 0.21 | 123 | 0.36 | 0.67 |
| Hex | 8D | C9 | 90 | 1E | 0 | 1C | 15 | 7B | 24 | 43 |
| Octal | 215 | 311 | 220 | 36 | 0 | 34 | 25 | 173 | 44 | 103 |
| Binary | 10001101 | 11001001 | 10010000 | 11110 | 0 | 11100 | 10101 | 1111011 | 100100 | 1000011 |
Color Harmonies of #8DC990
Complementary color
Monochromatic Colors of #8DC990
Black with #8DC990
Text Example
Text Example
White with #8DC990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC990; }
p { color: rgb(141,201,144); }
H1.HeaderClassName
{
color: #8DC990;
}
.AnyTagClassName
{
color: #8DC990;
}
</style>
background-color css
<style>
a { background-color: #8DC990; }
a { background-color: rgb(141,201,144); }
div.DivClassName
{
background-color: #8DC990;
}
.BgClassName
{
background-color: #8DC990;
}
</style>
border-color css
<style>
span { border-color: #8DC990; }
span { border-color: rgb(141,201,144); }
td.TdClassName
{
border-color: #8DC990;
}
.TagClassName
{
border-color: #8DC990;
}
</style>