Shades of De York #86D996
Tints of De York #86D996
RGB
CMYK
RGB Variations
Color information
#86D996 (or 0x86D996) is known color: De York. HEX triplet: 86, D9 and 96. RGB value is (134,217,150). Sum of RGB (Red+Green+Blue) = 134+217+150=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #86D996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D996 is #792669. Grayscale: #B8B8B8. Windows color (decimal): -7939690 or 9886086. OLE color: 9886086.
HSL color Cylindrical-coordinate representation of color #86D996: hue angle of 131.57º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D996 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 217 | 150 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.15 |
| HSL | 131.57º | 0.52% | 0.69% | - |
| HSV(B) | 131.57º | 0.38% | 0.85% | - |
| XYZ | 40.15 | 56.9 | 37.72 | - |
| YUV | 184.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 150 | 0.38 | 0 | 0.31 | 0.15 | 131.57 | 0.52 | 0.69 |
| Hex | 86 | D9 | 96 | 26 | 0 | 1F | F | 84 | 34 | 45 |
| Octal | 206 | 331 | 226 | 46 | 0 | 37 | 17 | 204 | 64 | 105 |
| Binary | 10000110 | 11011001 | 10010110 | 100110 | 0 | 11111 | 1111 | 10000100 | 110100 | 1000101 |
Color Harmonies of #86D996
Complementary color
Monochromatic Colors of #86D996
Black with #86D996
Text Example
Text Example
White with #86D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D996; }
p { color: rgb(134,217,150); }
H1.HeaderClassName
{
color: #86D996;
}
.AnyTagClassName
{
color: #86D996;
}
</style>
background-color css
<style>
a { background-color: #86D996; }
a { background-color: rgb(134,217,150); }
div.DivClassName
{
background-color: #86D996;
}
.BgClassName
{
background-color: #86D996;
}
</style>
border-color css
<style>
span { border-color: #86D996; }
span { border-color: rgb(134,217,150); }
td.TdClassName
{
border-color: #86D996;
}
.TagClassName
{
border-color: #86D996;
}
</style>