Shades of De York #8FC887
Tints of De York #8FC887
RGB
CMYK
RGB Variations
Color information
#8FC887 (or 0x8FC887) is known color: De York. HEX triplet: 8F, C8 and 87. RGB value is (143,200,135). Sum of RGB (Red+Green+Blue) = 143+200+135=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC887 is #703778. Grayscale: #AFAFAF. Windows color (decimal): -7354233 or 8898703. OLE color: 8898703.
HSL color Cylindrical-coordinate representation of color #8FC887: hue angle of 112.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FC887 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 135 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.22 |
| HSL | 112.62º | 0.37% | 0.66% | - |
| HSV(B) | 112.62º | 0.33% | 0.78% | - |
| XYZ | 36.36 | 48.9 | 30.44 | - |
| YUV | 175.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 135 | 0.28 | 0 | 0.32 | 0.22 | 112.62 | 0.37 | 0.66 |
| Hex | 8F | C8 | 87 | 1C | 0 | 20 | 16 | 71 | 25 | 42 |
| Octal | 217 | 310 | 207 | 34 | 0 | 40 | 26 | 161 | 45 | 102 |
| Binary | 10001111 | 11001000 | 10000111 | 11100 | 0 | 100000 | 10110 | 1110001 | 100101 | 1000010 |
Color Harmonies of #8FC887
Complementary color
Monochromatic Colors of #8FC887
Black with #8FC887
Text Example
Text Example
White with #8FC887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC887; }
p { color: rgb(143,200,135); }
H1.HeaderClassName
{
color: #8FC887;
}
.AnyTagClassName
{
color: #8FC887;
}
</style>
background-color css
<style>
a { background-color: #8FC887; }
a { background-color: rgb(143,200,135); }
div.DivClassName
{
background-color: #8FC887;
}
.BgClassName
{
background-color: #8FC887;
}
</style>
border-color css
<style>
span { border-color: #8FC887; }
span { border-color: rgb(143,200,135); }
td.TdClassName
{
border-color: #8FC887;
}
.TagClassName
{
border-color: #8FC887;
}
</style>