Shades of De York #8FC888
Tints of De York #8FC888
RGB
CMYK
RGB Variations
Color information
#8FC888 (or 0x8FC888) is known color: De York. HEX triplet: 8F, C8 and 88. RGB value is (143,200,136). Sum of RGB (Red+Green+Blue) = 143+200+136=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC888 is #703777. Grayscale: #AFAFAF. Windows color (decimal): -7354232 or 8964239. OLE color: 8964239.
HSL color Cylindrical-coordinate representation of color #8FC888: hue angle of 113.44º 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 #8FC888 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 200 | 136 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.22 |
| HSL | 113.44º | 0.37% | 0.66% | - |
| HSV(B) | 113.44º | 0.32% | 0.78% | - |
| XYZ | 36.43 | 48.93 | 30.82 | - |
| YUV | 175.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 200 | 136 | 0.28 | 0 | 0.32 | 0.22 | 113.44 | 0.37 | 0.66 |
| Hex | 8F | C8 | 88 | 1C | 0 | 20 | 16 | 71 | 25 | 42 |
| Octal | 217 | 310 | 210 | 34 | 0 | 40 | 26 | 161 | 45 | 102 |
| Binary | 10001111 | 11001000 | 10001000 | 11100 | 0 | 100000 | 10110 | 1110001 | 100101 | 1000010 |
Color Harmonies of #8FC888
Complementary color
Monochromatic Colors of #8FC888
Black with #8FC888
Text Example
Text Example
White with #8FC888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC888; }
p { color: rgb(143,200,136); }
H1.HeaderClassName
{
color: #8FC888;
}
.AnyTagClassName
{
color: #8FC888;
}
</style>
background-color css
<style>
a { background-color: #8FC888; }
a { background-color: rgb(143,200,136); }
div.DivClassName
{
background-color: #8FC888;
}
.BgClassName
{
background-color: #8FC888;
}
</style>
border-color css
<style>
span { border-color: #8FC888; }
span { border-color: rgb(143,200,136); }
td.TdClassName
{
border-color: #8FC888;
}
.TagClassName
{
border-color: #8FC888;
}
</style>