Shades of De York #8CC586
Tints of De York #8CC586
RGB
CMYK
RGB Variations
Color information
#8CC586 (or 0x8CC586) is known color: De York. HEX triplet: 8C, C5 and 86. RGB value is (140,197,134). Sum of RGB (Red+Green+Blue) = 140+197+134=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC586 is #733A79. Grayscale: #ACACAC. Windows color (decimal): -7551610 or 8832396. OLE color: 8832396.
HSL color Cylindrical-coordinate representation of color #8CC586: hue angle of 114.29º 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 #8CC586 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 134 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.23 |
| HSL | 114.29º | 0.35% | 0.65% | - |
| HSV(B) | 114.29º | 0.32% | 0.77% | - |
| XYZ | 35.08 | 47.23 | 29.82 | - |
| YUV | 172.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 134 | 0.29 | 0 | 0.32 | 0.23 | 114.29 | 0.35 | 0.65 |
| Hex | 8C | C5 | 86 | 1D | 0 | 20 | 17 | 72 | 23 | 41 |
| Octal | 214 | 305 | 206 | 35 | 0 | 40 | 27 | 162 | 43 | 101 |
| Binary | 10001100 | 11000101 | 10000110 | 11101 | 0 | 100000 | 10111 | 1110010 | 100011 | 1000001 |
Color Harmonies of #8CC586
Complementary color
Monochromatic Colors of #8CC586
Black with #8CC586
Text Example
Text Example
White with #8CC586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC586; }
p { color: rgb(140,197,134); }
H1.HeaderClassName
{
color: #8CC586;
}
.AnyTagClassName
{
color: #8CC586;
}
</style>
background-color css
<style>
a { background-color: #8CC586; }
a { background-color: rgb(140,197,134); }
div.DivClassName
{
background-color: #8CC586;
}
.BgClassName
{
background-color: #8CC586;
}
</style>
border-color css
<style>
span { border-color: #8CC586; }
span { border-color: rgb(140,197,134); }
td.TdClassName
{
border-color: #8CC586;
}
.TagClassName
{
border-color: #8CC586;
}
</style>