Shades of De York #8DCE86
Tints of De York #8DCE86
RGB
CMYK
RGB Variations
Color information
#8DCE86 (or 0x8DCE86) is known color: De York. HEX triplet: 8D, CE and 86. RGB value is (141,206,134). Sum of RGB (Red+Green+Blue) = 141+206+134=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE86 is #723179. Grayscale: #B2B2B2. Windows color (decimal): -7483770 or 8834701. OLE color: 8834701.
HSL color Cylindrical-coordinate representation of color #8DCE86: hue angle of 114.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DCE86 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 134 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.19 |
| HSL | 114.17º | 0.42% | 0.67% | - |
| HSV(B) | 114.17º | 0.35% | 0.81% | - |
| XYZ | 37.36 | 51.53 | 30.53 | - |
| YUV | 178.36 | 102.97 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 134 | 0.32 | 0 | 0.35 | 0.19 | 114.17 | 0.42 | 0.67 |
| Hex | 8D | CE | 86 | 20 | 0 | 23 | 13 | 72 | 2A | 43 |
| Octal | 215 | 316 | 206 | 40 | 0 | 43 | 23 | 162 | 52 | 103 |
| Binary | 10001101 | 11001110 | 10000110 | 100000 | 0 | 100011 | 10011 | 1110010 | 101010 | 1000011 |
Color Harmonies of #8DCE86
Complementary color
Monochromatic Colors of #8DCE86
Black with #8DCE86
Text Example
Text Example
White with #8DCE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE86; }
p { color: rgb(141,206,134); }
H1.HeaderClassName
{
color: #8DCE86;
}
.AnyTagClassName
{
color: #8DCE86;
}
</style>
background-color css
<style>
a { background-color: #8DCE86; }
a { background-color: rgb(141,206,134); }
div.DivClassName
{
background-color: #8DCE86;
}
.BgClassName
{
background-color: #8DCE86;
}
</style>
border-color css
<style>
span { border-color: #8DCE86; }
span { border-color: rgb(141,206,134); }
td.TdClassName
{
border-color: #8DCE86;
}
.TagClassName
{
border-color: #8DCE86;
}
</style>