Shades of De York #8FCB91
Tints of De York #8FCB91
RGB
CMYK
RGB Variations
Color information
#8FCB91 (or 0x8FCB91) is known color: De York. HEX triplet: 8F, CB and 91. RGB value is (143,203,145). Sum of RGB (Red+Green+Blue) = 143+203+145=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCB91 is #70346E. Grayscale: #B2B2B2. Windows color (decimal): -7353455 or 9554831. OLE color: 9554831.
HSL color Cylindrical-coordinate representation of color #8FCB91: hue angle of 122º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCB91 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 145 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.20 |
| HSL | 122º | 0.37% | 0.68% | - |
| HSV(B) | 122º | 0.3% | 0.8% | - |
| XYZ | 37.79 | 50.6 | 34.56 | - |
| YUV | 178.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 145 | 0.30 | 0 | 0.29 | 0.20 | 122 | 0.37 | 0.68 |
| Hex | 8F | CB | 91 | 1E | 0 | 1D | 14 | 7A | 25 | 44 |
| Octal | 217 | 313 | 221 | 36 | 0 | 35 | 24 | 172 | 45 | 104 |
| Binary | 10001111 | 11001011 | 10010001 | 11110 | 0 | 11101 | 10100 | 1111010 | 100101 | 1000100 |
Color Harmonies of #8FCB91
Complementary color
Monochromatic Colors of #8FCB91
Black with #8FCB91
Text Example
Text Example
White with #8FCB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB91; }
p { color: rgb(143,203,145); }
H1.HeaderClassName
{
color: #8FCB91;
}
.AnyTagClassName
{
color: #8FCB91;
}
</style>
background-color css
<style>
a { background-color: #8FCB91; }
a { background-color: rgb(143,203,145); }
div.DivClassName
{
background-color: #8FCB91;
}
.BgClassName
{
background-color: #8FCB91;
}
</style>
border-color css
<style>
span { border-color: #8FCB91; }
span { border-color: rgb(143,203,145); }
td.TdClassName
{
border-color: #8FCB91;
}
.TagClassName
{
border-color: #8FCB91;
}
</style>