Shades of De York #8DD786
Tints of De York #8DD786
RGB
CMYK
RGB Variations
Color information
#8DD786 (or 0x8DD786) is known color: De York. HEX triplet: 8D, D7 and 86. RGB value is (141,215,134). Sum of RGB (Red+Green+Blue) = 141+215+134=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD786 is #722879. Grayscale: #B7B7B7. Windows color (decimal): -7481466 or 8837005. OLE color: 8837005.
HSL color Cylindrical-coordinate representation of color #8DD786: hue angle of 114.81º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DD786 is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 141 | 215 | 134 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.16 |
| HSL | 114.81º | 0.5% | 0.68% | - |
| HSV(B) | 114.81º | 0.38% | 0.84% | - |
| XYZ | 39.59 | 55.98 | 31.27 | - |
| YUV | 183.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 215 | 134 | 0.34 | 0 | 0.38 | 0.16 | 114.81 | 0.5 | 0.68 |
| Hex | 8D | D7 | 86 | 22 | 0 | 26 | 10 | 73 | 32 | 44 |
| Octal | 215 | 327 | 206 | 42 | 0 | 46 | 20 | 163 | 62 | 104 |
| Binary | 10001101 | 11010111 | 10000110 | 100010 | 0 | 100110 | 10000 | 1110011 | 110010 | 1000100 |
Color Harmonies of #8DD786
Complementary color
Monochromatic Colors of #8DD786
Black with #8DD786
Text Example
Text Example
White with #8DD786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD786; }
p { color: rgb(141,215,134); }
H1.HeaderClassName
{
color: #8DD786;
}
.AnyTagClassName
{
color: #8DD786;
}
</style>
background-color css
<style>
a { background-color: #8DD786; }
a { background-color: rgb(141,215,134); }
div.DivClassName
{
background-color: #8DD786;
}
.BgClassName
{
background-color: #8DD786;
}
</style>
border-color css
<style>
span { border-color: #8DD786; }
span { border-color: rgb(141,215,134); }
td.TdClassName
{
border-color: #8DD786;
}
.TagClassName
{
border-color: #8DD786;
}
</style>