Shades of De York #8DD189
Tints of De York #8DD189
RGB
CMYK
RGB Variations
Color information
#8DD189 (or 0x8DD189) is known color: De York. HEX triplet: 8D, D1 and 89. RGB value is (141,209,137). Sum of RGB (Red+Green+Blue) = 141+209+137=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD189 is #722E76. Grayscale: #B4B4B4. Windows color (decimal): -7482999 or 9032077. OLE color: 9032077.
HSL color Cylindrical-coordinate representation of color #8DD189: hue angle of 116.67º degrees, saturation: 0.44, 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 #8DD189 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 137 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.18 |
| HSL | 116.67º | 0.44% | 0.68% | - |
| HSV(B) | 116.67º | 0.34% | 0.82% | - |
| XYZ | 38.3 | 53.07 | 31.89 | - |
| YUV | 180.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 137 | 0.33 | 0 | 0.34 | 0.18 | 116.67 | 0.44 | 0.68 |
| Hex | 8D | D1 | 89 | 21 | 0 | 22 | 12 | 75 | 2C | 44 |
| Octal | 215 | 321 | 211 | 41 | 0 | 42 | 22 | 165 | 54 | 104 |
| Binary | 10001101 | 11010001 | 10001001 | 100001 | 0 | 100010 | 10010 | 1110101 | 101100 | 1000100 |
Color Harmonies of #8DD189
Complementary color
Monochromatic Colors of #8DD189
Black with #8DD189
Text Example
Text Example
White with #8DD189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD189; }
p { color: rgb(141,209,137); }
H1.HeaderClassName
{
color: #8DD189;
}
.AnyTagClassName
{
color: #8DD189;
}
</style>
background-color css
<style>
a { background-color: #8DD189; }
a { background-color: rgb(141,209,137); }
div.DivClassName
{
background-color: #8DD189;
}
.BgClassName
{
background-color: #8DD189;
}
</style>
border-color css
<style>
span { border-color: #8DD189; }
span { border-color: rgb(141,209,137); }
td.TdClassName
{
border-color: #8DD189;
}
.TagClassName
{
border-color: #8DD189;
}
</style>