Shades of De York #8DC884
Tints of De York #8DC884
RGB
CMYK
RGB Variations
Color information
#8DC884 (or 0x8DC884) is known color: De York. HEX triplet: 8D, C8 and 84. RGB value is (141,200,132). Sum of RGB (Red+Green+Blue) = 141+200+132=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #8DC884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC884 is #72377B. Grayscale: #AEAEAE. Windows color (decimal): -7485308 or 8702093. OLE color: 8702093.
HSL color Cylindrical-coordinate representation of color #8DC884: hue angle of 112.06º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DC884 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 200 | 132 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.22 |
| HSL | 112.06º | 0.38% | 0.65% | - |
| HSV(B) | 112.06º | 0.34% | 0.78% | - |
| XYZ | 35.8 | 48.64 | 29.33 | - |
| YUV | 174.61 | 103.95 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 200 | 132 | 0.29 | 0 | 0.34 | 0.22 | 112.06 | 0.38 | 0.65 |
| Hex | 8D | C8 | 84 | 1D | 0 | 22 | 16 | 70 | 26 | 41 |
| Octal | 215 | 310 | 204 | 35 | 0 | 42 | 26 | 160 | 46 | 101 |
| Binary | 10001101 | 11001000 | 10000100 | 11101 | 0 | 100010 | 10110 | 1110000 | 100110 | 1000001 |
Color Harmonies of #8DC884
Complementary color
Monochromatic Colors of #8DC884
Black with #8DC884
Text Example
Text Example
White with #8DC884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC884; }
p { color: rgb(141,200,132); }
H1.HeaderClassName
{
color: #8DC884;
}
.AnyTagClassName
{
color: #8DC884;
}
</style>
background-color css
<style>
a { background-color: #8DC884; }
a { background-color: rgb(141,200,132); }
div.DivClassName
{
background-color: #8DC884;
}
.BgClassName
{
background-color: #8DC884;
}
</style>
border-color css
<style>
span { border-color: #8DC884; }
span { border-color: rgb(141,200,132); }
td.TdClassName
{
border-color: #8DC884;
}
.TagClassName
{
border-color: #8DC884;
}
</style>