Shades of De York #86D587
Tints of De York #86D587
RGB
CMYK
RGB Variations
Color information
#86D587 (or 0x86D587) is known color: De York. HEX triplet: 86, D5 and 87. RGB value is (134,213,135). Sum of RGB (Red+Green+Blue) = 134+213+135=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #86D587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D587 is #792A78. Grayscale: #B4B4B4. Windows color (decimal): -7940729 or 8902022. OLE color: 8902022.
HSL color Cylindrical-coordinate representation of color #86D587: hue angle of 120.76º 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 #86D587 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 135 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.16 |
| HSL | 120.76º | 0.48% | 0.68% | - |
| HSV(B) | 120.76º | 0.37% | 0.84% | - |
| XYZ | 38 | 54.41 | 31.42 | - |
| YUV | 180.49 | 102.33 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 135 | 0.37 | 0 | 0.37 | 0.16 | 120.76 | 0.48 | 0.68 |
| Hex | 86 | D5 | 87 | 25 | 0 | 25 | 10 | 79 | 30 | 44 |
| Octal | 206 | 325 | 207 | 45 | 0 | 45 | 20 | 171 | 60 | 104 |
| Binary | 10000110 | 11010101 | 10000111 | 100101 | 0 | 100101 | 10000 | 1111001 | 110000 | 1000100 |
Color Harmonies of #86D587
Complementary color
Monochromatic Colors of #86D587
Black with #86D587
Text Example
Text Example
White with #86D587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D587; }
p { color: rgb(134,213,135); }
H1.HeaderClassName
{
color: #86D587;
}
.AnyTagClassName
{
color: #86D587;
}
</style>
background-color css
<style>
a { background-color: #86D587; }
a { background-color: rgb(134,213,135); }
div.DivClassName
{
background-color: #86D587;
}
.BgClassName
{
background-color: #86D587;
}
</style>
border-color css
<style>
span { border-color: #86D587; }
span { border-color: rgb(134,213,135); }
td.TdClassName
{
border-color: #86D587;
}
.TagClassName
{
border-color: #86D587;
}
</style>