Shades of De York #8CCA86
Tints of De York #8CCA86
RGB
CMYK
RGB Variations
Color information
#8CCA86 (or 0x8CCA86) is known color: De York. HEX triplet: 8C, CA and 86. RGB value is (140,202,134). Sum of RGB (Red+Green+Blue) = 140+202+134=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 202 (79.30% from 255 or 42.44% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA86 is #733579. Grayscale: #AFAFAF. Windows color (decimal): -7550330 or 8833676. OLE color: 8833676.
HSL color Cylindrical-coordinate representation of color #8CCA86: hue angle of 114.71º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CCA86 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 134 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.21 |
| HSL | 114.71º | 0.39% | 0.66% | - |
| HSV(B) | 114.71º | 0.34% | 0.79% | - |
| XYZ | 36.24 | 49.54 | 30.21 | - |
| YUV | 175.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 134 | 0.31 | 0 | 0.34 | 0.21 | 114.71 | 0.39 | 0.66 |
| Hex | 8C | CA | 86 | 1F | 0 | 22 | 15 | 73 | 27 | 42 |
| Octal | 214 | 312 | 206 | 37 | 0 | 42 | 25 | 163 | 47 | 102 |
| Binary | 10001100 | 11001010 | 10000110 | 11111 | 0 | 100010 | 10101 | 1110011 | 100111 | 1000010 |
Color Harmonies of #8CCA86
Complementary color
Monochromatic Colors of #8CCA86
Black with #8CCA86
Text Example
Text Example
White with #8CCA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA86; }
p { color: rgb(140,202,134); }
H1.HeaderClassName
{
color: #8CCA86;
}
.AnyTagClassName
{
color: #8CCA86;
}
</style>
background-color css
<style>
a { background-color: #8CCA86; }
a { background-color: rgb(140,202,134); }
div.DivClassName
{
background-color: #8CCA86;
}
.BgClassName
{
background-color: #8CCA86;
}
</style>
border-color css
<style>
span { border-color: #8CCA86; }
span { border-color: rgb(140,202,134); }
td.TdClassName
{
border-color: #8CCA86;
}
.TagClassName
{
border-color: #8CCA86;
}
</style>