Shades of De York #8DC890
Tints of De York #8DC890
RGB
CMYK
RGB Variations
Color information
#8DC890 (or 0x8DC890) is known color: De York. HEX triplet: 8D, C8 and 90. RGB value is (141,200,144). Sum of RGB (Red+Green+Blue) = 141+200+144=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC890 is #72376F. Grayscale: #B0B0B0. Windows color (decimal): -7485296 or 9488525. OLE color: 9488525.
HSL color Cylindrical-coordinate representation of color #8DC890: hue angle of 123.05º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC890 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 144 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.22 |
| HSL | 123.05º | 0.35% | 0.67% | - |
| HSV(B) | 123.05º | 0.3% | 0.78% | - |
| XYZ | 36.67 | 48.98 | 33.91 | - |
| YUV | 175.98 | 109.95 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 144 | 0.29 | 0 | 0.28 | 0.22 | 123.05 | 0.35 | 0.67 |
| Hex | 8D | C8 | 90 | 1D | 0 | 1C | 16 | 7B | 23 | 43 |
| Octal | 215 | 310 | 220 | 35 | 0 | 34 | 26 | 173 | 43 | 103 |
| Binary | 10001101 | 11001000 | 10010000 | 11101 | 0 | 11100 | 10110 | 1111011 | 100011 | 1000011 |
Color Harmonies of #8DC890
Complementary color
Monochromatic Colors of #8DC890
Black with #8DC890
Text Example
Text Example
White with #8DC890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC890; }
p { color: rgb(141,200,144); }
H1.HeaderClassName
{
color: #8DC890;
}
.AnyTagClassName
{
color: #8DC890;
}
</style>
background-color css
<style>
a { background-color: #8DC890; }
a { background-color: rgb(141,200,144); }
div.DivClassName
{
background-color: #8DC890;
}
.BgClassName
{
background-color: #8DC890;
}
</style>
border-color css
<style>
span { border-color: #8DC890; }
span { border-color: rgb(141,200,144); }
td.TdClassName
{
border-color: #8DC890;
}
.TagClassName
{
border-color: #8DC890;
}
</style>