Shades of De York #8FCA85
Tints of De York #8FCA85
RGB
CMYK
RGB Variations
Color information
#8FCA85 (or 0x8FCA85) is known color: De York. HEX triplet: 8F, CA and 85. RGB value is (143,202,133). Sum of RGB (Red+Green+Blue) = 143+202+133=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA85 is #70357A. Grayscale: #B0B0B0. Windows color (decimal): -7353723 or 8768143. OLE color: 8768143.
HSL color Cylindrical-coordinate representation of color #8FCA85: hue angle of 111.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCA85 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 202 | 133 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.21 |
| HSL | 111.3º | 0.39% | 0.66% | - |
| HSV(B) | 111.3º | 0.34% | 0.79% | - |
| XYZ | 36.68 | 49.77 | 29.86 | - |
| YUV | 176.49 | 103.45 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 202 | 133 | 0.29 | 0 | 0.34 | 0.21 | 111.3 | 0.39 | 0.66 |
| Hex | 8F | CA | 85 | 1D | 0 | 22 | 15 | 6F | 27 | 42 |
| Octal | 217 | 312 | 205 | 35 | 0 | 42 | 25 | 157 | 47 | 102 |
| Binary | 10001111 | 11001010 | 10000101 | 11101 | 0 | 100010 | 10101 | 1101111 | 100111 | 1000010 |
Color Harmonies of #8FCA85
Complementary color
Monochromatic Colors of #8FCA85
Black with #8FCA85
Text Example
Text Example
White with #8FCA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCA85; }
p { color: rgb(143,202,133); }
H1.HeaderClassName
{
color: #8FCA85;
}
.AnyTagClassName
{
color: #8FCA85;
}
</style>
background-color css
<style>
a { background-color: #8FCA85; }
a { background-color: rgb(143,202,133); }
div.DivClassName
{
background-color: #8FCA85;
}
.BgClassName
{
background-color: #8FCA85;
}
</style>
border-color css
<style>
span { border-color: #8FCA85; }
span { border-color: rgb(143,202,133); }
td.TdClassName
{
border-color: #8FCA85;
}
.TagClassName
{
border-color: #8FCA85;
}
</style>