Shades of De York #86DB88
Tints of De York #86DB88
RGB
CMYK
RGB Variations
Color information
#86DB88 (or 0x86DB88) is known color: De York. HEX triplet: 86, DB and 88. RGB value is (134,219,136). Sum of RGB (Red+Green+Blue) = 134+219+136=489 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.40% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB88 is #792477. Grayscale: #B8B8B8. Windows color (decimal): -7939192 or 8969094. OLE color: 8969094.
HSL color Cylindrical-coordinate representation of color #86DB88: hue angle of 121.41º 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 #86DB88 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 136 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.14 |
| HSL | 121.41º | 0.54% | 0.69% | - |
| HSV(B) | 121.41º | 0.39% | 0.86% | - |
| XYZ | 39.61 | 57.51 | 32.31 | - |
| YUV | 184.12 | 100.84 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 136 | 0.39 | 0 | 0.38 | 0.14 | 121.41 | 0.54 | 0.69 |
| Hex | 86 | DB | 88 | 27 | 0 | 26 | E | 79 | 36 | 45 |
| Octal | 206 | 333 | 210 | 47 | 0 | 46 | 16 | 171 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10001000 | 100111 | 0 | 100110 | 1110 | 1111001 | 110110 | 1000101 |
Color Harmonies of #86DB88
Complementary color
Monochromatic Colors of #86DB88
Black with #86DB88
Text Example
Text Example
White with #86DB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB88; }
p { color: rgb(134,219,136); }
H1.HeaderClassName
{
color: #86DB88;
}
.AnyTagClassName
{
color: #86DB88;
}
</style>
background-color css
<style>
a { background-color: #86DB88; }
a { background-color: rgb(134,219,136); }
div.DivClassName
{
background-color: #86DB88;
}
.BgClassName
{
background-color: #86DB88;
}
</style>
border-color css
<style>
span { border-color: #86DB88; }
span { border-color: rgb(134,219,136); }
td.TdClassName
{
border-color: #86DB88;
}
.TagClassName
{
border-color: #86DB88;
}
</style>