Shades of De York #86D797
Tints of De York #86D797
RGB
CMYK
RGB Variations
Color information
#86D797 (or 0x86D797) is known color: De York. HEX triplet: 86, D7 and 97. RGB value is (134,215,151). Sum of RGB (Red+Green+Blue) = 134+215+151=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 215 (84.38% from 255 or 43% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 215 - color contains mainly: green. Hex color #86D797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D797 is #792868. Grayscale: #B7B7B7. Windows color (decimal): -7940201 or 9951110. OLE color: 9951110.
HSL color Cylindrical-coordinate representation of color #86D797: hue angle of 132.59º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D797 is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 215 | 151 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.16 |
| HSL | 132.59º | 0.5% | 0.68% | - |
| HSV(B) | 132.59º | 0.38% | 0.84% | - |
| XYZ | 39.72 | 55.9 | 37.98 | - |
| YUV | 183.49 | 109.66 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 215 | 151 | 0.38 | 0 | 0.30 | 0.16 | 132.59 | 0.5 | 0.68 |
| Hex | 86 | D7 | 97 | 26 | 0 | 1E | 10 | 85 | 32 | 44 |
| Octal | 206 | 327 | 227 | 46 | 0 | 36 | 20 | 205 | 62 | 104 |
| Binary | 10000110 | 11010111 | 10010111 | 100110 | 0 | 11110 | 10000 | 10000101 | 110010 | 1000100 |
Color Harmonies of #86D797
Complementary color
Monochromatic Colors of #86D797
Black with #86D797
Text Example
Text Example
White with #86D797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D797; }
p { color: rgb(134,215,151); }
H1.HeaderClassName
{
color: #86D797;
}
.AnyTagClassName
{
color: #86D797;
}
</style>
background-color css
<style>
a { background-color: #86D797; }
a { background-color: rgb(134,215,151); }
div.DivClassName
{
background-color: #86D797;
}
.BgClassName
{
background-color: #86D797;
}
</style>
border-color css
<style>
span { border-color: #86D797; }
span { border-color: rgb(134,215,151); }
td.TdClassName
{
border-color: #86D797;
}
.TagClassName
{
border-color: #86D797;
}
</style>