Shades of De York #86DD8D
Tints of De York #86DD8D
RGB
CMYK
RGB Variations
Color information
#86DD8D (or 0x86DD8D) is known color: De York. HEX triplet: 86, DD and 8D. RGB value is (134,221,141). Sum of RGB (Red+Green+Blue) = 134+221+141=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD8D is #792272. Grayscale: #BABABA. Windows color (decimal): -7938675 or 9297286. OLE color: 9297286.
HSL color Cylindrical-coordinate representation of color #86DD8D: hue angle of 124.83º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD8D is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 141 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.13 |
| HSL | 124.83º | 0.56% | 0.7% | - |
| HSV(B) | 124.83º | 0.39% | 0.87% | - |
| XYZ | 40.5 | 58.7 | 34.4 | - |
| YUV | 185.87 | 102.68 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 141 | 0.39 | 0 | 0.36 | 0.13 | 124.83 | 0.56 | 0.7 |
| Hex | 86 | DD | 8D | 27 | 0 | 24 | D | 7D | 38 | 46 |
| Octal | 206 | 335 | 215 | 47 | 0 | 44 | 15 | 175 | 70 | 106 |
| Binary | 10000110 | 11011101 | 10001101 | 100111 | 0 | 100100 | 1101 | 1111101 | 111000 | 1000110 |
Color Harmonies of #86DD8D
Complementary color
Monochromatic Colors of #86DD8D
Black with #86DD8D
Text Example
Text Example
White with #86DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD8D; }
p { color: rgb(134,221,141); }
H1.HeaderClassName
{
color: #86DD8D;
}
.AnyTagClassName
{
color: #86DD8D;
}
</style>
background-color css
<style>
a { background-color: #86DD8D; }
a { background-color: rgb(134,221,141); }
div.DivClassName
{
background-color: #86DD8D;
}
.BgClassName
{
background-color: #86DD8D;
}
</style>
border-color css
<style>
span { border-color: #86DD8D; }
span { border-color: rgb(134,221,141); }
td.TdClassName
{
border-color: #86DD8D;
}
.TagClassName
{
border-color: #86DD8D;
}
</style>