Shades of De York #86DB8C
Tints of De York #86DB8C
RGB
CMYK
RGB Variations
Color information
#86DB8C (or 0x86DB8C) is known color: De York. HEX triplet: 86, DB and 8C. RGB value is (134,219,140). Sum of RGB (Red+Green+Blue) = 134+219+140=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB8C is #792473. Grayscale: #B8B8B8. Windows color (decimal): -7939188 or 9231238. OLE color: 9231238.
HSL color Cylindrical-coordinate representation of color #86DB8C: hue angle of 124.24º 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 #86DB8C is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 140 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.14 |
| HSL | 124.24º | 0.54% | 0.69% | - |
| HSV(B) | 124.24º | 0.39% | 0.86% | - |
| XYZ | 39.9 | 57.62 | 33.83 | - |
| YUV | 184.58 | 102.84 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 140 | 0.39 | 0 | 0.36 | 0.14 | 124.24 | 0.54 | 0.69 |
| Hex | 86 | DB | 8C | 27 | 0 | 24 | E | 7C | 36 | 45 |
| Octal | 206 | 333 | 214 | 47 | 0 | 44 | 16 | 174 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10001100 | 100111 | 0 | 100100 | 1110 | 1111100 | 110110 | 1000101 |
Color Harmonies of #86DB8C
Complementary color
Monochromatic Colors of #86DB8C
Black with #86DB8C
Text Example
Text Example
White with #86DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB8C; }
p { color: rgb(134,219,140); }
H1.HeaderClassName
{
color: #86DB8C;
}
.AnyTagClassName
{
color: #86DB8C;
}
</style>
background-color css
<style>
a { background-color: #86DB8C; }
a { background-color: rgb(134,219,140); }
div.DivClassName
{
background-color: #86DB8C;
}
.BgClassName
{
background-color: #86DB8C;
}
</style>
border-color css
<style>
span { border-color: #86DB8C; }
span { border-color: rgb(134,219,140); }
td.TdClassName
{
border-color: #86DB8C;
}
.TagClassName
{
border-color: #86DB8C;
}
</style>