Shades of De York #86DD8C
Tints of De York #86DD8C
RGB
CMYK
RGB Variations
Color information
#86DD8C (or 0x86DD8C) is known color: De York. HEX triplet: 86, DD and 8C. RGB value is (134,221,140). Sum of RGB (Red+Green+Blue) = 134+221+140=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD8C is #792273. Grayscale: #B9B9B9. Windows color (decimal): -7938676 or 9231750. OLE color: 9231750.
HSL color Cylindrical-coordinate representation of color #86DD8C: hue angle of 124.14º 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 #86DD8C is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 140 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.13 |
| HSL | 124.14º | 0.56% | 0.7% | - |
| HSV(B) | 124.14º | 0.39% | 0.87% | - |
| XYZ | 40.42 | 58.67 | 34.01 | - |
| YUV | 185.75 | 102.18 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 140 | 0.39 | 0 | 0.37 | 0.13 | 124.14 | 0.56 | 0.7 |
| Hex | 86 | DD | 8C | 27 | 0 | 25 | D | 7C | 38 | 46 |
| Octal | 206 | 335 | 214 | 47 | 0 | 45 | 15 | 174 | 70 | 106 |
| Binary | 10000110 | 11011101 | 10001100 | 100111 | 0 | 100101 | 1101 | 1111100 | 111000 | 1000110 |
Color Harmonies of #86DD8C
Complementary color
Monochromatic Colors of #86DD8C
Black with #86DD8C
Text Example
Text Example
White with #86DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD8C; }
p { color: rgb(134,221,140); }
H1.HeaderClassName
{
color: #86DD8C;
}
.AnyTagClassName
{
color: #86DD8C;
}
</style>
background-color css
<style>
a { background-color: #86DD8C; }
a { background-color: rgb(134,221,140); }
div.DivClassName
{
background-color: #86DD8C;
}
.BgClassName
{
background-color: #86DD8C;
}
</style>
border-color css
<style>
span { border-color: #86DD8C; }
span { border-color: rgb(134,221,140); }
td.TdClassName
{
border-color: #86DD8C;
}
.TagClassName
{
border-color: #86DD8C;
}
</style>