Shades of De York #8DCA91
Tints of De York #8DCA91
RGB
CMYK
RGB Variations
Color information
#8DCA91 (or 0x8DCA91) is known color: De York. HEX triplet: 8D, CA and 91. RGB value is (141,202,145). Sum of RGB (Red+Green+Blue) = 141+202+145=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA91 is #72356E. Grayscale: #B1B1B1. Windows color (decimal): -7484783 or 9554573. OLE color: 9554573.
HSL color Cylindrical-coordinate representation of color #8DCA91: hue angle of 123.93º degrees, saturation: 0.37, 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 #8DCA91 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 145 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.21 |
| HSL | 123.93º | 0.37% | 0.67% | - |
| HSV(B) | 123.93º | 0.3% | 0.79% | - |
| XYZ | 37.22 | 49.95 | 34.47 | - |
| YUV | 177.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 145 | 0.30 | 0 | 0.28 | 0.21 | 123.93 | 0.37 | 0.67 |
| Hex | 8D | CA | 91 | 1E | 0 | 1C | 15 | 7C | 25 | 43 |
| Octal | 215 | 312 | 221 | 36 | 0 | 34 | 25 | 174 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10010001 | 11110 | 0 | 11100 | 10101 | 1111100 | 100101 | 1000011 |
Color Harmonies of #8DCA91
Complementary color
Monochromatic Colors of #8DCA91
Black with #8DCA91
Text Example
Text Example
White with #8DCA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA91; }
p { color: rgb(141,202,145); }
H1.HeaderClassName
{
color: #8DCA91;
}
.AnyTagClassName
{
color: #8DCA91;
}
</style>
background-color css
<style>
a { background-color: #8DCA91; }
a { background-color: rgb(141,202,145); }
div.DivClassName
{
background-color: #8DCA91;
}
.BgClassName
{
background-color: #8DCA91;
}
</style>
border-color css
<style>
span { border-color: #8DCA91; }
span { border-color: rgb(141,202,145); }
td.TdClassName
{
border-color: #8DCA91;
}
.TagClassName
{
border-color: #8DCA91;
}
</style>