Shades of De York #86C58D
Tints of De York #86C58D
RGB
CMYK
RGB Variations
Color information
#86C58D (or 0x86C58D) is known color: De York. HEX triplet: 86, C5 and 8D. RGB value is (134,197,141). Sum of RGB (Red+Green+Blue) = 134+197+141=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #86C58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C58D is #793A72. Grayscale: #ABABAB. Windows color (decimal): -7944819 or 9291142. OLE color: 9291142.
HSL color Cylindrical-coordinate representation of color #86C58D: hue angle of 126.67º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C58D is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 197 | 141 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.23 |
| HSL | 126.67º | 0.35% | 0.65% | - |
| HSV(B) | 126.67º | 0.32% | 0.77% | - |
| XYZ | 34.61 | 46.92 | 32.43 | - |
| YUV | 171.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 197 | 141 | 0.32 | 0 | 0.28 | 0.23 | 126.67 | 0.35 | 0.65 |
| Hex | 86 | C5 | 8D | 20 | 0 | 1C | 17 | 7F | 23 | 41 |
| Octal | 206 | 305 | 215 | 40 | 0 | 34 | 27 | 177 | 43 | 101 |
| Binary | 10000110 | 11000101 | 10001101 | 100000 | 0 | 11100 | 10111 | 1111111 | 100011 | 1000001 |
Color Harmonies of #86C58D
Complementary color
Monochromatic Colors of #86C58D
Black with #86C58D
Text Example
Text Example
White with #86C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C58D; }
p { color: rgb(134,197,141); }
H1.HeaderClassName
{
color: #86C58D;
}
.AnyTagClassName
{
color: #86C58D;
}
</style>
background-color css
<style>
a { background-color: #86C58D; }
a { background-color: rgb(134,197,141); }
div.DivClassName
{
background-color: #86C58D;
}
.BgClassName
{
background-color: #86C58D;
}
</style>
border-color css
<style>
span { border-color: #86C58D; }
span { border-color: rgb(134,197,141); }
td.TdClassName
{
border-color: #86C58D;
}
.TagClassName
{
border-color: #86C58D;
}
</style>