Shades of De York #8FCE91
Tints of De York #8FCE91
RGB
CMYK
RGB Variations
Color information
#8FCE91 (or 0x8FCE91) is known color: De York. HEX triplet: 8F, CE and 91. RGB value is (143,206,145). Sum of RGB (Red+Green+Blue) = 143+206+145=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCE91 is #70316E. Grayscale: #B4B4B4. Windows color (decimal): -7352687 or 9555599. OLE color: 9555599.
HSL color Cylindrical-coordinate representation of color #8FCE91: hue angle of 121.9º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCE91 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 206 | 145 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.19 |
| HSL | 121.9º | 0.39% | 0.68% | - |
| HSV(B) | 121.9º | 0.31% | 0.81% | - |
| XYZ | 38.51 | 52.03 | 34.8 | - |
| YUV | 180.21 | 108.13 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 206 | 145 | 0.31 | 0 | 0.30 | 0.19 | 121.9 | 0.39 | 0.68 |
| Hex | 8F | CE | 91 | 1F | 0 | 1E | 13 | 7A | 27 | 44 |
| Octal | 217 | 316 | 221 | 37 | 0 | 36 | 23 | 172 | 47 | 104 |
| Binary | 10001111 | 11001110 | 10010001 | 11111 | 0 | 11110 | 10011 | 1111010 | 100111 | 1000100 |
Color Harmonies of #8FCE91
Complementary color
Monochromatic Colors of #8FCE91
Black with #8FCE91
Text Example
Text Example
White with #8FCE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCE91; }
p { color: rgb(143,206,145); }
H1.HeaderClassName
{
color: #8FCE91;
}
.AnyTagClassName
{
color: #8FCE91;
}
</style>
background-color css
<style>
a { background-color: #8FCE91; }
a { background-color: rgb(143,206,145); }
div.DivClassName
{
background-color: #8FCE91;
}
.BgClassName
{
background-color: #8FCE91;
}
</style>
border-color css
<style>
span { border-color: #8FCE91; }
span { border-color: rgb(143,206,145); }
td.TdClassName
{
border-color: #8FCE91;
}
.TagClassName
{
border-color: #8FCE91;
}
</style>