Shades of De York #8FCB86
Tints of De York #8FCB86
RGB
CMYK
RGB Variations
Color information
#8FCB86 (or 0x8FCB86) is known color: De York. HEX triplet: 8F, CB and 86. RGB value is (143,203,134). Sum of RGB (Red+Green+Blue) = 143+203+134=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB86 is #703479. Grayscale: #B1B1B1. Windows color (decimal): -7353466 or 8833935. OLE color: 8833935.
HSL color Cylindrical-coordinate representation of color #8FCB86: hue angle of 112.17º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCB86 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 134 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.20 |
| HSL | 112.17º | 0.4% | 0.66% | - |
| HSV(B) | 112.17º | 0.34% | 0.8% | - |
| XYZ | 36.99 | 50.27 | 30.31 | - |
| YUV | 177.19 | 103.62 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 134 | 0.30 | 0 | 0.34 | 0.20 | 112.17 | 0.4 | 0.66 |
| Hex | 8F | CB | 86 | 1E | 0 | 22 | 14 | 70 | 28 | 42 |
| Octal | 217 | 313 | 206 | 36 | 0 | 42 | 24 | 160 | 50 | 102 |
| Binary | 10001111 | 11001011 | 10000110 | 11110 | 0 | 100010 | 10100 | 1110000 | 101000 | 1000010 |
Color Harmonies of #8FCB86
Complementary color
Monochromatic Colors of #8FCB86
Black with #8FCB86
Text Example
Text Example
White with #8FCB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB86; }
p { color: rgb(143,203,134); }
H1.HeaderClassName
{
color: #8FCB86;
}
.AnyTagClassName
{
color: #8FCB86;
}
</style>
background-color css
<style>
a { background-color: #8FCB86; }
a { background-color: rgb(143,203,134); }
div.DivClassName
{
background-color: #8FCB86;
}
.BgClassName
{
background-color: #8FCB86;
}
</style>
border-color css
<style>
span { border-color: #8FCB86; }
span { border-color: rgb(143,203,134); }
td.TdClassName
{
border-color: #8FCB86;
}
.TagClassName
{
border-color: #8FCB86;
}
</style>