Shades of De York #8FC685
Tints of De York #8FC685
RGB
CMYK
RGB Variations
Color information
#8FC685 (or 0x8FC685) is known color: De York. HEX triplet: 8F, C6 and 85. RGB value is (143,198,133). Sum of RGB (Red+Green+Blue) = 143+198+133=474 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.17% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #8FC685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC685 is #70397A. Grayscale: #AEAEAE. Windows color (decimal): -7354747 or 8767119. OLE color: 8767119.
HSL color Cylindrical-coordinate representation of color #8FC685: hue angle of 110.77º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FC685 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 198 | 133 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.22 |
| HSL | 110.77º | 0.36% | 0.65% | - |
| HSV(B) | 110.77º | 0.33% | 0.78% | - |
| XYZ | 35.76 | 47.92 | 29.56 | - |
| YUV | 174.15 | 104.78 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 198 | 133 | 0.28 | 0 | 0.33 | 0.22 | 110.77 | 0.36 | 0.65 |
| Hex | 8F | C6 | 85 | 1C | 0 | 21 | 16 | 6F | 24 | 41 |
| Octal | 217 | 306 | 205 | 34 | 0 | 41 | 26 | 157 | 44 | 101 |
| Binary | 10001111 | 11000110 | 10000101 | 11100 | 0 | 100001 | 10110 | 1101111 | 100100 | 1000001 |
Color Harmonies of #8FC685
Complementary color
Monochromatic Colors of #8FC685
Black with #8FC685
Text Example
Text Example
White with #8FC685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC685; }
p { color: rgb(143,198,133); }
H1.HeaderClassName
{
color: #8FC685;
}
.AnyTagClassName
{
color: #8FC685;
}
</style>
background-color css
<style>
a { background-color: #8FC685; }
a { background-color: rgb(143,198,133); }
div.DivClassName
{
background-color: #8FC685;
}
.BgClassName
{
background-color: #8FC685;
}
</style>
border-color css
<style>
span { border-color: #8FC685; }
span { border-color: rgb(143,198,133); }
td.TdClassName
{
border-color: #8FC685;
}
.TagClassName
{
border-color: #8FC685;
}
</style>