Shades of De York #8DC891
Tints of De York #8DC891
RGB
CMYK
RGB Variations
Color information
#8DC891 (or 0x8DC891) is known color: De York. HEX triplet: 8D, C8 and 91. RGB value is (141,200,145). Sum of RGB (Red+Green+Blue) = 141+200+145=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC891 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC891 is #72376E. Grayscale: #B0B0B0. Windows color (decimal): -7485295 or 9554061. OLE color: 9554061.
HSL color Cylindrical-coordinate representation of color #8DC891: hue angle of 124.07º 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 #8DC891 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 145 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.22 |
| HSL | 124.07º | 0.35% | 0.67% | - |
| HSV(B) | 124.07º | 0.3% | 0.78% | - |
| XYZ | 36.75 | 49.02 | 34.31 | - |
| YUV | 176.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 145 | 0.29 | 0 | 0.28 | 0.22 | 124.07 | 0.35 | 0.67 |
| Hex | 8D | C8 | 91 | 1D | 0 | 1C | 16 | 7C | 23 | 43 |
| Octal | 215 | 310 | 221 | 35 | 0 | 34 | 26 | 174 | 43 | 103 |
| Binary | 10001101 | 11001000 | 10010001 | 11101 | 0 | 11100 | 10110 | 1111100 | 100011 | 1000011 |
Color Harmonies of #8DC891
Complementary color
Monochromatic Colors of #8DC891
Black with #8DC891
Text Example
Text Example
White with #8DC891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC891; }
p { color: rgb(141,200,145); }
H1.HeaderClassName
{
color: #8DC891;
}
.AnyTagClassName
{
color: #8DC891;
}
</style>
background-color css
<style>
a { background-color: #8DC891; }
a { background-color: rgb(141,200,145); }
div.DivClassName
{
background-color: #8DC891;
}
.BgClassName
{
background-color: #8DC891;
}
</style>
border-color css
<style>
span { border-color: #8DC891; }
span { border-color: rgb(141,200,145); }
td.TdClassName
{
border-color: #8DC891;
}
.TagClassName
{
border-color: #8DC891;
}
</style>