Shades of De York #86D597
Tints of De York #86D597
RGB
CMYK
RGB Variations
Color information
#86D597 (or 0x86D597) is known color: De York. HEX triplet: 86, D5 and 97. RGB value is (134,213,151). Sum of RGB (Red+Green+Blue) = 134+213+151=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #86D597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D597 is #792A68. Grayscale: #B6B6B6. Windows color (decimal): -7940713 or 9950598. OLE color: 9950598.
HSL color Cylindrical-coordinate representation of color #86D597: hue angle of 132.91º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D597 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 151 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.16 |
| HSL | 132.91º | 0.48% | 0.68% | - |
| HSV(B) | 132.91º | 0.37% | 0.84% | - |
| XYZ | 39.21 | 54.89 | 37.81 | - |
| YUV | 182.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 151 | 0.37 | 0 | 0.29 | 0.16 | 132.91 | 0.48 | 0.68 |
| Hex | 86 | D5 | 97 | 25 | 0 | 1D | 10 | 85 | 30 | 44 |
| Octal | 206 | 325 | 227 | 45 | 0 | 35 | 20 | 205 | 60 | 104 |
| Binary | 10000110 | 11010101 | 10010111 | 100101 | 0 | 11101 | 10000 | 10000101 | 110000 | 1000100 |
Color Harmonies of #86D597
Complementary color
Monochromatic Colors of #86D597
Black with #86D597
Text Example
Text Example
White with #86D597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D597; }
p { color: rgb(134,213,151); }
H1.HeaderClassName
{
color: #86D597;
}
.AnyTagClassName
{
color: #86D597;
}
</style>
background-color css
<style>
a { background-color: #86D597; }
a { background-color: rgb(134,213,151); }
div.DivClassName
{
background-color: #86D597;
}
.BgClassName
{
background-color: #86D597;
}
</style>
border-color css
<style>
span { border-color: #86D597; }
span { border-color: rgb(134,213,151); }
td.TdClassName
{
border-color: #86D597;
}
.TagClassName
{
border-color: #86D597;
}
</style>