Shades of De York #86D87F
Tints of De York #86D87F
RGB
CMYK
RGB Variations
Color information
#86D87F (or 0x86D87F) is known color: De York. HEX triplet: 86, D8 and 7F. RGB value is (134,216,127). Sum of RGB (Red+Green+Blue) = 134+216+127=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #86D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D87F is #792780. Grayscale: #B5B5B5. Windows color (decimal): -7939969 or 8378502. OLE color: 8378502.
HSL color Cylindrical-coordinate representation of color #86D87F: hue angle of 115.28º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86D87F is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 216 | 127 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.15 |
| HSL | 115.28º | 0.53% | 0.67% | - |
| HSV(B) | 115.28º | 0.41% | 0.85% | - |
| XYZ | 38.22 | 55.71 | 28.82 | - |
| YUV | 181.34 | 97.33 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 216 | 127 | 0.38 | 0 | 0.41 | 0.15 | 115.28 | 0.53 | 0.67 |
| Hex | 86 | D8 | 7F | 26 | 0 | 29 | F | 73 | 35 | 43 |
| Octal | 206 | 330 | 177 | 46 | 0 | 51 | 17 | 163 | 65 | 103 |
| Binary | 10000110 | 11011000 | 1111111 | 100110 | 0 | 101001 | 1111 | 1110011 | 110101 | 1000011 |
Color Harmonies of #86D87F
Complementary color
Monochromatic Colors of #86D87F
Black with #86D87F
Text Example
Text Example
White with #86D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D87F; }
p { color: rgb(134,216,127); }
H1.HeaderClassName
{
color: #86D87F;
}
.AnyTagClassName
{
color: #86D87F;
}
</style>
background-color css
<style>
a { background-color: #86D87F; }
a { background-color: rgb(134,216,127); }
div.DivClassName
{
background-color: #86D87F;
}
.BgClassName
{
background-color: #86D87F;
}
</style>
border-color css
<style>
span { border-color: #86D87F; }
span { border-color: rgb(134,216,127); }
td.TdClassName
{
border-color: #86D87F;
}
.TagClassName
{
border-color: #86D87F;
}
</style>