Shades of De York #86C38E
Tints of De York #86C38E
RGB
CMYK
RGB Variations
Color information
#86C38E (or 0x86C38E) is known color: De York. HEX triplet: 86, C3 and 8E. RGB value is (134,195,142). Sum of RGB (Red+Green+Blue) = 134+195+142=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 195 - color contains mainly: green. Hex color #86C38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C38E is #793C71. Grayscale: #AAAAAA. Windows color (decimal): -7945330 or 9356166. OLE color: 9356166.
HSL color Cylindrical-coordinate representation of color #86C38E: hue angle of 127.87º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86C38E is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 142 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.24 |
| HSL | 127.87º | 0.34% | 0.65% | - |
| HSV(B) | 127.87º | 0.31% | 0.76% | - |
| XYZ | 34.23 | 46.05 | 32.68 | - |
| YUV | 170.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 142 | 0.31 | 0 | 0.27 | 0.24 | 127.87 | 0.34 | 0.65 |
| Hex | 86 | C3 | 8E | 1F | 0 | 1B | 18 | 80 | 22 | 41 |
| Octal | 206 | 303 | 216 | 37 | 0 | 33 | 30 | 200 | 42 | 101 |
| Binary | 10000110 | 11000011 | 10001110 | 11111 | 0 | 11011 | 11000 | 10000000 | 100010 | 1000001 |
Color Harmonies of #86C38E
Complementary color
Monochromatic Colors of #86C38E
Black with #86C38E
Text Example
Text Example
White with #86C38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C38E; }
p { color: rgb(134,195,142); }
H1.HeaderClassName
{
color: #86C38E;
}
.AnyTagClassName
{
color: #86C38E;
}
</style>
background-color css
<style>
a { background-color: #86C38E; }
a { background-color: rgb(134,195,142); }
div.DivClassName
{
background-color: #86C38E;
}
.BgClassName
{
background-color: #86C38E;
}
</style>
border-color css
<style>
span { border-color: #86C38E; }
span { border-color: rgb(134,195,142); }
td.TdClassName
{
border-color: #86C38E;
}
.TagClassName
{
border-color: #86C38E;
}
</style>