Shades of De York #86C57A
Tints of De York #86C57A
RGB
CMYK
RGB Variations
Color information
#86C57A (or 0x86C57A) is known color: De York. HEX triplet: 86, C5 and 7A. RGB value is (134,197,122). Sum of RGB (Red+Green+Blue) = 134+197+122=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #86C57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C57A is #793A85. Grayscale: #A9A9A9. Windows color (decimal): -7944838 or 8045958. OLE color: 8045958.
HSL color Cylindrical-coordinate representation of color #86C57A: hue angle of 110.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86C57A is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 122 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.23 |
| HSL | 110.4º | 0.39% | 0.63% | - |
| HSV(B) | 110.4º | 0.38% | 0.77% | - |
| XYZ | 33.31 | 46.41 | 25.61 | - |
| YUV | 169.61 | 101.13 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 122 | 0.32 | 0 | 0.38 | 0.23 | 110.4 | 0.39 | 0.63 |
| Hex | 86 | C5 | 7A | 20 | 0 | 26 | 17 | 6E | 27 | 3F |
| Octal | 206 | 305 | 172 | 40 | 0 | 46 | 27 | 156 | 47 | 77 |
| Binary | 10000110 | 11000101 | 1111010 | 100000 | 0 | 100110 | 10111 | 1101110 | 100111 | 111111 |
Color Harmonies of #86C57A
Complementary color
Monochromatic Colors of #86C57A
Black with #86C57A
Text Example
Text Example
White with #86C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C57A; }
p { color: rgb(134,197,122); }
H1.HeaderClassName
{
color: #86C57A;
}
.AnyTagClassName
{
color: #86C57A;
}
</style>
background-color css
<style>
a { background-color: #86C57A; }
a { background-color: rgb(134,197,122); }
div.DivClassName
{
background-color: #86C57A;
}
.BgClassName
{
background-color: #86C57A;
}
</style>
border-color css
<style>
span { border-color: #86C57A; }
span { border-color: rgb(134,197,122); }
td.TdClassName
{
border-color: #86C57A;
}
.TagClassName
{
border-color: #86C57A;
}
</style>