Shades of De York #8FD089
Tints of De York #8FD089
RGB
CMYK
RGB Variations
Color information
#8FD089 (or 0x8FD089) is known color: De York. HEX triplet: 8F, D0 and 89. RGB value is (143,208,137). Sum of RGB (Red+Green+Blue) = 143+208+137=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD089 is #702F76. Grayscale: #B4B4B4. Windows color (decimal): -7352183 or 9031823. OLE color: 9031823.
HSL color Cylindrical-coordinate representation of color #8FD089: hue angle of 114.93º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD089 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 208 | 137 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.18 |
| HSL | 114.93º | 0.43% | 0.68% | - |
| HSV(B) | 114.93º | 0.34% | 0.82% | - |
| XYZ | 38.4 | 52.76 | 31.83 | - |
| YUV | 180.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 208 | 137 | 0.31 | 0 | 0.34 | 0.18 | 114.93 | 0.43 | 0.68 |
| Hex | 8F | D0 | 89 | 1F | 0 | 22 | 12 | 73 | 2B | 44 |
| Octal | 217 | 320 | 211 | 37 | 0 | 42 | 22 | 163 | 53 | 104 |
| Binary | 10001111 | 11010000 | 10001001 | 11111 | 0 | 100010 | 10010 | 1110011 | 101011 | 1000100 |
Color Harmonies of #8FD089
Complementary color
Monochromatic Colors of #8FD089
Black with #8FD089
Text Example
Text Example
White with #8FD089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD089; }
p { color: rgb(143,208,137); }
H1.HeaderClassName
{
color: #8FD089;
}
.AnyTagClassName
{
color: #8FD089;
}
</style>
background-color css
<style>
a { background-color: #8FD089; }
a { background-color: rgb(143,208,137); }
div.DivClassName
{
background-color: #8FD089;
}
.BgClassName
{
background-color: #8FD089;
}
</style>
border-color css
<style>
span { border-color: #8FD089; }
span { border-color: rgb(143,208,137); }
td.TdClassName
{
border-color: #8FD089;
}
.TagClassName
{
border-color: #8FD089;
}
</style>