Shades of De York #86DB91
Tints of De York #86DB91
RGB
CMYK
RGB Variations
Color information
#86DB91 (or 0x86DB91) is known color: De York. HEX triplet: 86, DB and 91. RGB value is (134,219,145). Sum of RGB (Red+Green+Blue) = 134+219+145=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 219 (85.94% from 255 or 43.98% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB91 is #79246E. Grayscale: #B9B9B9. Windows color (decimal): -7939183 or 9558918. OLE color: 9558918.
HSL color Cylindrical-coordinate representation of color #86DB91: hue angle of 127.76º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DB91 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 145 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.14 |
| HSL | 127.76º | 0.54% | 0.69% | - |
| HSV(B) | 127.76º | 0.39% | 0.86% | - |
| XYZ | 40.27 | 57.78 | 35.82 | - |
| YUV | 185.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 145 | 0.39 | 0 | 0.34 | 0.14 | 127.76 | 0.54 | 0.69 |
| Hex | 86 | DB | 91 | 27 | 0 | 22 | E | 80 | 36 | 45 |
| Octal | 206 | 333 | 221 | 47 | 0 | 42 | 16 | 200 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10010001 | 100111 | 0 | 100010 | 1110 | 10000000 | 110110 | 1000101 |
Color Harmonies of #86DB91
Complementary color
Monochromatic Colors of #86DB91
Black with #86DB91
Text Example
Text Example
White with #86DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB91; }
p { color: rgb(134,219,145); }
H1.HeaderClassName
{
color: #86DB91;
}
.AnyTagClassName
{
color: #86DB91;
}
</style>
background-color css
<style>
a { background-color: #86DB91; }
a { background-color: rgb(134,219,145); }
div.DivClassName
{
background-color: #86DB91;
}
.BgClassName
{
background-color: #86DB91;
}
</style>
border-color css
<style>
span { border-color: #86DB91; }
span { border-color: rgb(134,219,145); }
td.TdClassName
{
border-color: #86DB91;
}
.TagClassName
{
border-color: #86DB91;
}
</style>