Shades of De York #86C580
Tints of De York #86C580
RGB
CMYK
RGB Variations
Color information
#86C580 (or 0x86C580) is known color: De York. HEX triplet: 86, C5 and 80. RGB value is (134,197,128). Sum of RGB (Red+Green+Blue) = 134+197+128=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #86C580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C580 is #793A7F. Grayscale: #AAAAAA. Windows color (decimal): -7944832 or 8439174. OLE color: 8439174.
HSL color Cylindrical-coordinate representation of color #86C580: hue angle of 114.78º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86C580 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 128 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.23 |
| HSL | 114.78º | 0.37% | 0.64% | - |
| HSV(B) | 114.78º | 0.35% | 0.77% | - |
| XYZ | 33.69 | 46.56 | 27.63 | - |
| YUV | 170.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 128 | 0.32 | 0 | 0.35 | 0.23 | 114.78 | 0.37 | 0.64 |
| Hex | 86 | C5 | 80 | 20 | 0 | 23 | 17 | 73 | 25 | 40 |
| Octal | 206 | 305 | 200 | 40 | 0 | 43 | 27 | 163 | 45 | 100 |
| Binary | 10000110 | 11000101 | 10000000 | 100000 | 0 | 100011 | 10111 | 1110011 | 100101 | 1000000 |
Color Harmonies of #86C580
Complementary color
Monochromatic Colors of #86C580
Black with #86C580
Text Example
Text Example
White with #86C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C580; }
p { color: rgb(134,197,128); }
H1.HeaderClassName
{
color: #86C580;
}
.AnyTagClassName
{
color: #86C580;
}
</style>
background-color css
<style>
a { background-color: #86C580; }
a { background-color: rgb(134,197,128); }
div.DivClassName
{
background-color: #86C580;
}
.BgClassName
{
background-color: #86C580;
}
</style>
border-color css
<style>
span { border-color: #86C580; }
span { border-color: rgb(134,197,128); }
td.TdClassName
{
border-color: #86C580;
}
.TagClassName
{
border-color: #86C580;
}
</style>