Shades of De York #86C782
Tints of De York #86C782
RGB
CMYK
RGB Variations
Color information
#86C782 (or 0x86C782) is known color: De York. HEX triplet: 86, C7 and 82. RGB value is (134,199,130). Sum of RGB (Red+Green+Blue) = 134+199+130=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #86C782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C782 is #79387D. Grayscale: #ABABAB. Windows color (decimal): -7944318 or 8570758. OLE color: 8570758.
HSL color Cylindrical-coordinate representation of color #86C782: hue angle of 116.52º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86C782 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 199 | 130 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.22 |
| HSL | 116.52º | 0.38% | 0.65% | - |
| HSV(B) | 116.52º | 0.35% | 0.78% | - |
| XYZ | 34.28 | 47.53 | 28.49 | - |
| YUV | 171.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 199 | 130 | 0.33 | 0 | 0.35 | 0.22 | 116.52 | 0.38 | 0.65 |
| Hex | 86 | C7 | 82 | 21 | 0 | 23 | 16 | 75 | 26 | 41 |
| Octal | 206 | 307 | 202 | 41 | 0 | 43 | 26 | 165 | 46 | 101 |
| Binary | 10000110 | 11000111 | 10000010 | 100001 | 0 | 100011 | 10110 | 1110101 | 100110 | 1000001 |
Color Harmonies of #86C782
Complementary color
Monochromatic Colors of #86C782
Black with #86C782
Text Example
Text Example
White with #86C782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C782; }
p { color: rgb(134,199,130); }
H1.HeaderClassName
{
color: #86C782;
}
.AnyTagClassName
{
color: #86C782;
}
</style>
background-color css
<style>
a { background-color: #86C782; }
a { background-color: rgb(134,199,130); }
div.DivClassName
{
background-color: #86C782;
}
.BgClassName
{
background-color: #86C782;
}
</style>
border-color css
<style>
span { border-color: #86C782; }
span { border-color: rgb(134,199,130); }
td.TdClassName
{
border-color: #86C782;
}
.TagClassName
{
border-color: #86C782;
}
</style>