Shades of De York #8DD890
Tints of De York #8DD890
RGB
CMYK
RGB Variations
Color information
#8DD890 (or 0x8DD890) is known color: De York. HEX triplet: 8D, D8 and 90. RGB value is (141,216,144). Sum of RGB (Red+Green+Blue) = 141+216+144=501 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.14% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD890 is #72276F. Grayscale: #B9B9B9. Windows color (decimal): -7481200 or 9492621. OLE color: 9492621.
HSL color Cylindrical-coordinate representation of color #8DD890: hue angle of 122.4º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD890 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 216 | 144 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.15 |
| HSL | 122.4º | 0.49% | 0.7% | - |
| HSV(B) | 122.4º | 0.35% | 0.85% | - |
| XYZ | 40.57 | 56.79 | 35.21 | - |
| YUV | 185.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 216 | 144 | 0.35 | 0 | 0.33 | 0.15 | 122.4 | 0.49 | 0.7 |
| Hex | 8D | D8 | 90 | 23 | 0 | 21 | F | 7A | 31 | 46 |
| Octal | 215 | 330 | 220 | 43 | 0 | 41 | 17 | 172 | 61 | 106 |
| Binary | 10001101 | 11011000 | 10010000 | 100011 | 0 | 100001 | 1111 | 1111010 | 110001 | 1000110 |
Color Harmonies of #8DD890
Complementary color
Monochromatic Colors of #8DD890
Black with #8DD890
Text Example
Text Example
White with #8DD890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD890; }
p { color: rgb(141,216,144); }
H1.HeaderClassName
{
color: #8DD890;
}
.AnyTagClassName
{
color: #8DD890;
}
</style>
background-color css
<style>
a { background-color: #8DD890; }
a { background-color: rgb(141,216,144); }
div.DivClassName
{
background-color: #8DD890;
}
.BgClassName
{
background-color: #8DD890;
}
</style>
border-color css
<style>
span { border-color: #8DD890; }
span { border-color: rgb(141,216,144); }
td.TdClassName
{
border-color: #8DD890;
}
.TagClassName
{
border-color: #8DD890;
}
</style>