Shades of De York #8DD289
Tints of De York #8DD289
RGB
CMYK
RGB Variations
Color information
#8DD289 (or 0x8DD289) is known color: De York. HEX triplet: 8D, D2 and 89. RGB value is (141,210,137). Sum of RGB (Red+Green+Blue) = 141+210+137=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD289 is #722D76. Grayscale: #B5B5B5. Windows color (decimal): -7482743 or 9032333. OLE color: 9032333.
HSL color Cylindrical-coordinate representation of color #8DD289: hue angle of 116.71º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD289 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 137 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.18 |
| HSL | 116.71º | 0.45% | 0.68% | - |
| HSV(B) | 116.71º | 0.35% | 0.82% | - |
| XYZ | 38.55 | 53.56 | 31.97 | - |
| YUV | 181.05 | 103.14 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 137 | 0.33 | 0 | 0.35 | 0.18 | 116.71 | 0.45 | 0.68 |
| Hex | 8D | D2 | 89 | 21 | 0 | 23 | 12 | 75 | 2D | 44 |
| Octal | 215 | 322 | 211 | 41 | 0 | 43 | 22 | 165 | 55 | 104 |
| Binary | 10001101 | 11010010 | 10001001 | 100001 | 0 | 100011 | 10010 | 1110101 | 101101 | 1000100 |
Color Harmonies of #8DD289
Complementary color
Monochromatic Colors of #8DD289
Black with #8DD289
Text Example
Text Example
White with #8DD289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD289; }
p { color: rgb(141,210,137); }
H1.HeaderClassName
{
color: #8DD289;
}
.AnyTagClassName
{
color: #8DD289;
}
</style>
background-color css
<style>
a { background-color: #8DD289; }
a { background-color: rgb(141,210,137); }
div.DivClassName
{
background-color: #8DD289;
}
.BgClassName
{
background-color: #8DD289;
}
</style>
border-color css
<style>
span { border-color: #8DD289; }
span { border-color: rgb(141,210,137); }
td.TdClassName
{
border-color: #8DD289;
}
.TagClassName
{
border-color: #8DD289;
}
</style>