Shades of De York #86D997
Tints of De York #86D997
RGB
CMYK
RGB Variations
Color information
#86D997 (or 0x86D997) is known color: De York. HEX triplet: 86, D9 and 97. RGB value is (134,217,151). Sum of RGB (Red+Green+Blue) = 134+217+151=502 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.69% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #86D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D997 is #792668. Grayscale: #B8B8B8. Windows color (decimal): -7939689 or 9951622. OLE color: 9951622.
HSL color Cylindrical-coordinate representation of color #86D997: hue angle of 132.29º 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 #86D997 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 217 | 151 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.15 |
| HSL | 132.29º | 0.52% | 0.69% | - |
| HSV(B) | 132.29º | 0.38% | 0.85% | - |
| XYZ | 40.23 | 56.93 | 38.15 | - |
| YUV | 184.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 217 | 151 | 0.38 | 0 | 0.30 | 0.15 | 132.29 | 0.52 | 0.69 |
| Hex | 86 | D9 | 97 | 26 | 0 | 1E | F | 84 | 34 | 45 |
| Octal | 206 | 331 | 227 | 46 | 0 | 36 | 17 | 204 | 64 | 105 |
| Binary | 10000110 | 11011001 | 10010111 | 100110 | 0 | 11110 | 1111 | 10000100 | 110100 | 1000101 |
Color Harmonies of #86D997
Complementary color
Monochromatic Colors of #86D997
Black with #86D997
Text Example
Text Example
White with #86D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D997; }
p { color: rgb(134,217,151); }
H1.HeaderClassName
{
color: #86D997;
}
.AnyTagClassName
{
color: #86D997;
}
</style>
background-color css
<style>
a { background-color: #86D997; }
a { background-color: rgb(134,217,151); }
div.DivClassName
{
background-color: #86D997;
}
.BgClassName
{
background-color: #86D997;
}
</style>
border-color css
<style>
span { border-color: #86D997; }
span { border-color: rgb(134,217,151); }
td.TdClassName
{
border-color: #86D997;
}
.TagClassName
{
border-color: #86D997;
}
</style>