Shades of De York #8FCF8C
Tints of De York #8FCF8C
RGB
CMYK
RGB Variations
Color information
#8FCF8C (or 0x8FCF8C) is known color: De York. HEX triplet: 8F, CF and 8C. RGB value is (143,207,140). Sum of RGB (Red+Green+Blue) = 143+207+140=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF8C is #703073. Grayscale: #B4B4B4. Windows color (decimal): -7352436 or 9228175. OLE color: 9228175.
HSL color Cylindrical-coordinate representation of color #8FCF8C: hue angle of 117.31º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FCF8C is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 140 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.19 |
| HSL | 117.31º | 0.41% | 0.68% | - |
| HSV(B) | 117.31º | 0.32% | 0.81% | - |
| XYZ | 38.37 | 52.36 | 32.89 | - |
| YUV | 180.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 140 | 0.31 | 0 | 0.32 | 0.19 | 117.31 | 0.41 | 0.68 |
| Hex | 8F | CF | 8C | 1F | 0 | 20 | 13 | 75 | 29 | 44 |
| Octal | 217 | 317 | 214 | 37 | 0 | 40 | 23 | 165 | 51 | 104 |
| Binary | 10001111 | 11001111 | 10001100 | 11111 | 0 | 100000 | 10011 | 1110101 | 101001 | 1000100 |
Color Harmonies of #8FCF8C
Complementary color
Monochromatic Colors of #8FCF8C
Black with #8FCF8C
Text Example
Text Example
White with #8FCF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF8C; }
p { color: rgb(143,207,140); }
H1.HeaderClassName
{
color: #8FCF8C;
}
.AnyTagClassName
{
color: #8FCF8C;
}
</style>
background-color css
<style>
a { background-color: #8FCF8C; }
a { background-color: rgb(143,207,140); }
div.DivClassName
{
background-color: #8FCF8C;
}
.BgClassName
{
background-color: #8FCF8C;
}
</style>
border-color css
<style>
span { border-color: #8FCF8C; }
span { border-color: rgb(143,207,140); }
td.TdClassName
{
border-color: #8FCF8C;
}
.TagClassName
{
border-color: #8FCF8C;
}
</style>