Shades of De York #8FC984
Tints of De York #8FC984
RGB
CMYK
RGB Variations
Color information
#8FC984 (or 0x8FC984) is known color: De York. HEX triplet: 8F, C9 and 84. RGB value is (143,201,132). Sum of RGB (Red+Green+Blue) = 143+201+132=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC984 is #70367B. Grayscale: #B0B0B0. Windows color (decimal): -7353980 or 8702351. OLE color: 8702351.
HSL color Cylindrical-coordinate representation of color #8FC984: hue angle of 110.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FC984 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 132 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.21 |
| HSL | 110.43º | 0.39% | 0.65% | - |
| HSV(B) | 110.43º | 0.34% | 0.79% | - |
| XYZ | 36.38 | 49.28 | 29.42 | - |
| YUV | 175.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 132 | 0.29 | 0 | 0.34 | 0.21 | 110.43 | 0.39 | 0.65 |
| Hex | 8F | C9 | 84 | 1D | 0 | 22 | 15 | 6E | 27 | 41 |
| Octal | 217 | 311 | 204 | 35 | 0 | 42 | 25 | 156 | 47 | 101 |
| Binary | 10001111 | 11001001 | 10000100 | 11101 | 0 | 100010 | 10101 | 1101110 | 100111 | 1000001 |
Color Harmonies of #8FC984
Complementary color
Monochromatic Colors of #8FC984
Black with #8FC984
Text Example
Text Example
White with #8FC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC984; }
p { color: rgb(143,201,132); }
H1.HeaderClassName
{
color: #8FC984;
}
.AnyTagClassName
{
color: #8FC984;
}
</style>
background-color css
<style>
a { background-color: #8FC984; }
a { background-color: rgb(143,201,132); }
div.DivClassName
{
background-color: #8FC984;
}
.BgClassName
{
background-color: #8FC984;
}
</style>
border-color css
<style>
span { border-color: #8FC984; }
span { border-color: rgb(143,201,132); }
td.TdClassName
{
border-color: #8FC984;
}
.TagClassName
{
border-color: #8FC984;
}
</style>