Shades of De York #86DA8E
Tints of De York #86DA8E
RGB
CMYK
RGB Variations
Color information
#86DA8E (or 0x86DA8E) is known color: De York. HEX triplet: 86, DA and 8E. RGB value is (134,218,142). Sum of RGB (Red+Green+Blue) = 134+218+142=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DA8E is #792571. Grayscale: #B8B8B8. Windows color (decimal): -7939442 or 9362054. OLE color: 9362054.
HSL color Cylindrical-coordinate representation of color #86DA8E: hue angle of 125.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DA8E is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 218 | 142 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.15 |
| HSL | 125.71º | 0.53% | 0.69% | - |
| HSV(B) | 125.71º | 0.39% | 0.85% | - |
| XYZ | 39.79 | 57.16 | 34.53 | - |
| YUV | 184.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 218 | 142 | 0.39 | 0 | 0.35 | 0.15 | 125.71 | 0.53 | 0.69 |
| Hex | 86 | DA | 8E | 27 | 0 | 23 | F | 7E | 35 | 45 |
| Octal | 206 | 332 | 216 | 47 | 0 | 43 | 17 | 176 | 65 | 105 |
| Binary | 10000110 | 11011010 | 10001110 | 100111 | 0 | 100011 | 1111 | 1111110 | 110101 | 1000101 |
Color Harmonies of #86DA8E
Complementary color
Monochromatic Colors of #86DA8E
Black with #86DA8E
Text Example
Text Example
White with #86DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DA8E; }
p { color: rgb(134,218,142); }
H1.HeaderClassName
{
color: #86DA8E;
}
.AnyTagClassName
{
color: #86DA8E;
}
</style>
background-color css
<style>
a { background-color: #86DA8E; }
a { background-color: rgb(134,218,142); }
div.DivClassName
{
background-color: #86DA8E;
}
.BgClassName
{
background-color: #86DA8E;
}
</style>
border-color css
<style>
span { border-color: #86DA8E; }
span { border-color: rgb(134,218,142); }
td.TdClassName
{
border-color: #86DA8E;
}
.TagClassName
{
border-color: #86DA8E;
}
</style>