Shades of De York #8DCE8D
Tints of De York #8DCE8D
RGB
CMYK
RGB Variations
Color information
#8DCE8D (or 0x8DCE8D) is known color: De York. HEX triplet: 8D, CE and 8D. RGB value is (141,206,141). Sum of RGB (Red+Green+Blue) = 141+206+141=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE8D is #723172. Grayscale: #B3B3B3. Windows color (decimal): -7483763 or 9293453. OLE color: 9293453.
HSL color Cylindrical-coordinate representation of color #8DCE8D: hue angle of 120º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCE8D is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 141 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.19 |
| HSL | 120º | 0.4% | 0.68% | - |
| HSV(B) | 120º | 0.32% | 0.81% | - |
| XYZ | 37.86 | 51.73 | 33.19 | - |
| YUV | 179.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 141 | 0.32 | 0 | 0.32 | 0.19 | 120 | 0.4 | 0.68 |
| Hex | 8D | CE | 8D | 20 | 0 | 20 | 13 | 78 | 28 | 44 |
| Octal | 215 | 316 | 215 | 40 | 0 | 40 | 23 | 170 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10001101 | 100000 | 0 | 100000 | 10011 | 1111000 | 101000 | 1000100 |
Color Harmonies of #8DCE8D
Complementary color
Monochromatic Colors of #8DCE8D
Black with #8DCE8D
Text Example
Text Example
White with #8DCE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE8D; }
p { color: rgb(141,206,141); }
H1.HeaderClassName
{
color: #8DCE8D;
}
.AnyTagClassName
{
color: #8DCE8D;
}
</style>
background-color css
<style>
a { background-color: #8DCE8D; }
a { background-color: rgb(141,206,141); }
div.DivClassName
{
background-color: #8DCE8D;
}
.BgClassName
{
background-color: #8DCE8D;
}
</style>
border-color css
<style>
span { border-color: #8DCE8D; }
span { border-color: rgb(141,206,141); }
td.TdClassName
{
border-color: #8DCE8D;
}
.TagClassName
{
border-color: #8DCE8D;
}
</style>