Shades of De York #86D994
Tints of De York #86D994
RGB
CMYK
RGB Variations
Color information
#86D994 (or 0x86D994) is known color: De York. HEX triplet: 86, D9 and 94. RGB value is (134,217,148). Sum of RGB (Red+Green+Blue) = 134+217+148=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #86D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D994 is #79266B. Grayscale: #B8B8B8. Windows color (decimal): -7939692 or 9755014. OLE color: 9755014.
HSL color Cylindrical-coordinate representation of color #86D994: hue angle of 130.12º 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 #86D994 is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 217 | 148 | - |
| CMYK | 0.38 | 0 | 0.32 | 0.15 |
| HSL | 130.12º | 0.52% | 0.69% | - |
| HSV(B) | 130.12º | 0.38% | 0.85% | - |
| XYZ | 39.99 | 56.83 | 36.88 | - |
| YUV | 184.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 148 | 0.38 | 0 | 0.32 | 0.15 | 130.12 | 0.52 | 0.69 |
| Hex | 86 | D9 | 94 | 26 | 0 | 20 | F | 82 | 34 | 45 |
| Octal | 206 | 331 | 224 | 46 | 0 | 40 | 17 | 202 | 64 | 105 |
| Binary | 10000110 | 11011001 | 10010100 | 100110 | 0 | 100000 | 1111 | 10000010 | 110100 | 1000101 |
Color Harmonies of #86D994
Complementary color
Monochromatic Colors of #86D994
Black with #86D994
Text Example
Text Example
White with #86D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D994; }
p { color: rgb(134,217,148); }
H1.HeaderClassName
{
color: #86D994;
}
.AnyTagClassName
{
color: #86D994;
}
</style>
background-color css
<style>
a { background-color: #86D994; }
a { background-color: rgb(134,217,148); }
div.DivClassName
{
background-color: #86D994;
}
.BgClassName
{
background-color: #86D994;
}
</style>
border-color css
<style>
span { border-color: #86D994; }
span { border-color: rgb(134,217,148); }
td.TdClassName
{
border-color: #86D994;
}
.TagClassName
{
border-color: #86D994;
}
</style>