Shades of De York #8CC587
Tints of De York #8CC587
RGB
CMYK
RGB Variations
Color information
#8CC587 (or 0x8CC587) is known color: De York. HEX triplet: 8C, C5 and 87. RGB value is (140,197,135). Sum of RGB (Red+Green+Blue) = 140+197+135=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC587 is #733A78. Grayscale: #ADADAD. Windows color (decimal): -7551609 or 8897932. OLE color: 8897932.
HSL color Cylindrical-coordinate representation of color #8CC587: hue angle of 115.16º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC587 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 135 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.23 |
| HSL | 115.16º | 0.35% | 0.65% | - |
| HSV(B) | 115.16º | 0.31% | 0.77% | - |
| XYZ | 35.15 | 47.26 | 30.19 | - |
| YUV | 172.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 135 | 0.29 | 0 | 0.31 | 0.23 | 115.16 | 0.35 | 0.65 |
| Hex | 8C | C5 | 87 | 1D | 0 | 1F | 17 | 73 | 23 | 41 |
| Octal | 214 | 305 | 207 | 35 | 0 | 37 | 27 | 163 | 43 | 101 |
| Binary | 10001100 | 11000101 | 10000111 | 11101 | 0 | 11111 | 10111 | 1110011 | 100011 | 1000001 |
Color Harmonies of #8CC587
Complementary color
Monochromatic Colors of #8CC587
Black with #8CC587
Text Example
Text Example
White with #8CC587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC587; }
p { color: rgb(140,197,135); }
H1.HeaderClassName
{
color: #8CC587;
}
.AnyTagClassName
{
color: #8CC587;
}
</style>
background-color css
<style>
a { background-color: #8CC587; }
a { background-color: rgb(140,197,135); }
div.DivClassName
{
background-color: #8CC587;
}
.BgClassName
{
background-color: #8CC587;
}
</style>
border-color css
<style>
span { border-color: #8CC587; }
span { border-color: rgb(140,197,135); }
td.TdClassName
{
border-color: #8CC587;
}
.TagClassName
{
border-color: #8CC587;
}
</style>