Shades of De York #8FC98C
Tints of De York #8FC98C
RGB
CMYK
RGB Variations
Color information
#8FC98C (or 0x8FC98C) is known color: De York. HEX triplet: 8F, C9 and 8C. RGB value is (143,201,140). Sum of RGB (Red+Green+Blue) = 143+201+140=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC98C is #703673. Grayscale: #B0B0B0. Windows color (decimal): -7353972 or 9226639. OLE color: 9226639.
HSL color Cylindrical-coordinate representation of color #8FC98C: hue angle of 117.05º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FC98C is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 140 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.21 |
| HSL | 117.05º | 0.36% | 0.67% | - |
| HSV(B) | 117.05º | 0.3% | 0.79% | - |
| XYZ | 36.95 | 49.51 | 32.42 | - |
| YUV | 176.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 140 | 0.29 | 0 | 0.30 | 0.21 | 117.05 | 0.36 | 0.67 |
| Hex | 8F | C9 | 8C | 1D | 0 | 1E | 15 | 75 | 24 | 43 |
| Octal | 217 | 311 | 214 | 35 | 0 | 36 | 25 | 165 | 44 | 103 |
| Binary | 10001111 | 11001001 | 10001100 | 11101 | 0 | 11110 | 10101 | 1110101 | 100100 | 1000011 |
Color Harmonies of #8FC98C
Complementary color
Monochromatic Colors of #8FC98C
Black with #8FC98C
Text Example
Text Example
White with #8FC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC98C; }
p { color: rgb(143,201,140); }
H1.HeaderClassName
{
color: #8FC98C;
}
.AnyTagClassName
{
color: #8FC98C;
}
</style>
background-color css
<style>
a { background-color: #8FC98C; }
a { background-color: rgb(143,201,140); }
div.DivClassName
{
background-color: #8FC98C;
}
.BgClassName
{
background-color: #8FC98C;
}
</style>
border-color css
<style>
span { border-color: #8FC98C; }
span { border-color: rgb(143,201,140); }
td.TdClassName
{
border-color: #8FC98C;
}
.TagClassName
{
border-color: #8FC98C;
}
</style>