Shades of De York #86C37A
Tints of De York #86C37A
RGB
CMYK
RGB Variations
Color information
#86C37A (or 0x86C37A) is known color: De York. HEX triplet: 86, C3 and 7A. RGB value is (134,195,122). Sum of RGB (Red+Green+Blue) = 134+195+122=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #86C37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C37A is #793C85. Grayscale: #A8A8A8. Windows color (decimal): -7945350 or 8045446. OLE color: 8045446.
HSL color Cylindrical-coordinate representation of color #86C37A: hue angle of 110.14º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86C37A is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 195 | 122 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.24 |
| HSL | 110.14º | 0.38% | 0.62% | - |
| HSV(B) | 110.14º | 0.37% | 0.76% | - |
| XYZ | 32.86 | 45.5 | 25.46 | - |
| YUV | 168.44 | 101.79 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 195 | 122 | 0.31 | 0 | 0.37 | 0.24 | 110.14 | 0.38 | 0.62 |
| Hex | 86 | C3 | 7A | 1F | 0 | 25 | 18 | 6E | 26 | 3E |
| Octal | 206 | 303 | 172 | 37 | 0 | 45 | 30 | 156 | 46 | 76 |
| Binary | 10000110 | 11000011 | 1111010 | 11111 | 0 | 100101 | 11000 | 1101110 | 100110 | 111110 |
Color Harmonies of #86C37A
Complementary color
Monochromatic Colors of #86C37A
Black with #86C37A
Text Example
Text Example
White with #86C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C37A; }
p { color: rgb(134,195,122); }
H1.HeaderClassName
{
color: #86C37A;
}
.AnyTagClassName
{
color: #86C37A;
}
</style>
background-color css
<style>
a { background-color: #86C37A; }
a { background-color: rgb(134,195,122); }
div.DivClassName
{
background-color: #86C37A;
}
.BgClassName
{
background-color: #86C37A;
}
</style>
border-color css
<style>
span { border-color: #86C37A; }
span { border-color: rgb(134,195,122); }
td.TdClassName
{
border-color: #86C37A;
}
.TagClassName
{
border-color: #86C37A;
}
</style>