Shades of De York #8FCD86
Tints of De York #8FCD86
RGB
CMYK
RGB Variations
Color information
#8FCD86 (or 0x8FCD86) is known color: De York. HEX triplet: 8F, CD and 86. RGB value is (143,205,134). Sum of RGB (Red+Green+Blue) = 143+205+134=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 134 (52.73% from 255 or 27.80% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD86 is #703279. Grayscale: #B2B2B2. Windows color (decimal): -7352954 or 8834447. OLE color: 8834447.
HSL color Cylindrical-coordinate representation of color #8FCD86: hue angle of 112.39º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FCD86 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 134 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.20 |
| HSL | 112.39º | 0.42% | 0.66% | - |
| HSV(B) | 112.39º | 0.35% | 0.8% | - |
| XYZ | 37.46 | 51.22 | 30.47 | - |
| YUV | 178.37 | 102.96 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 134 | 0.30 | 0 | 0.35 | 0.20 | 112.39 | 0.42 | 0.66 |
| Hex | 8F | CD | 86 | 1E | 0 | 23 | 14 | 70 | 2A | 42 |
| Octal | 217 | 315 | 206 | 36 | 0 | 43 | 24 | 160 | 52 | 102 |
| Binary | 10001111 | 11001101 | 10000110 | 11110 | 0 | 100011 | 10100 | 1110000 | 101010 | 1000010 |
Color Harmonies of #8FCD86
Complementary color
Monochromatic Colors of #8FCD86
Black with #8FCD86
Text Example
Text Example
White with #8FCD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD86; }
p { color: rgb(143,205,134); }
H1.HeaderClassName
{
color: #8FCD86;
}
.AnyTagClassName
{
color: #8FCD86;
}
</style>
background-color css
<style>
a { background-color: #8FCD86; }
a { background-color: rgb(143,205,134); }
div.DivClassName
{
background-color: #8FCD86;
}
.BgClassName
{
background-color: #8FCD86;
}
</style>
border-color css
<style>
span { border-color: #8FCD86; }
span { border-color: rgb(143,205,134); }
td.TdClassName
{
border-color: #8FCD86;
}
.TagClassName
{
border-color: #8FCD86;
}
</style>