Shades of De York #8DC587
Tints of De York #8DC587
RGB
CMYK
RGB Variations
Color information
#8DC587 (or 0x8DC587) is known color: De York. HEX triplet: 8D, C5 and 87. RGB value is (141,197,135). Sum of RGB (Red+Green+Blue) = 141+197+135=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC587 is #723A78. Grayscale: #ADADAD. Windows color (decimal): -7486073 or 8897933. OLE color: 8897933.
HSL color Cylindrical-coordinate representation of color #8DC587: hue angle of 114.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DC587 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 135 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.23 |
| HSL | 114.19º | 0.35% | 0.65% | - |
| HSV(B) | 114.19º | 0.31% | 0.77% | - |
| XYZ | 35.32 | 47.34 | 30.2 | - |
| YUV | 173.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 135 | 0.28 | 0 | 0.31 | 0.23 | 114.19 | 0.35 | 0.65 |
| Hex | 8D | C5 | 87 | 1C | 0 | 1F | 17 | 72 | 23 | 41 |
| Octal | 215 | 305 | 207 | 34 | 0 | 37 | 27 | 162 | 43 | 101 |
| Binary | 10001101 | 11000101 | 10000111 | 11100 | 0 | 11111 | 10111 | 1110010 | 100011 | 1000001 |
Color Harmonies of #8DC587
Complementary color
Monochromatic Colors of #8DC587
Black with #8DC587
Text Example
Text Example
White with #8DC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC587; }
p { color: rgb(141,197,135); }
H1.HeaderClassName
{
color: #8DC587;
}
.AnyTagClassName
{
color: #8DC587;
}
</style>
background-color css
<style>
a { background-color: #8DC587; }
a { background-color: rgb(141,197,135); }
div.DivClassName
{
background-color: #8DC587;
}
.BgClassName
{
background-color: #8DC587;
}
</style>
border-color css
<style>
span { border-color: #8DC587; }
span { border-color: rgb(141,197,135); }
td.TdClassName
{
border-color: #8DC587;
}
.TagClassName
{
border-color: #8DC587;
}
</style>