Shades of De York #8DCE93
Tints of De York #8DCE93
RGB
CMYK
RGB Variations
Color information
#8DCE93 (or 0x8DCE93) is known color: De York. HEX triplet: 8D, CE and 93. RGB value is (141,206,147). Sum of RGB (Red+Green+Blue) = 141+206+147=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE93 is #72316C. Grayscale: #B4B4B4. Windows color (decimal): -7483757 or 9686669. OLE color: 9686669.
HSL color Cylindrical-coordinate representation of color #8DCE93: hue angle of 125.54º 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 #8DCE93 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 147 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.19 |
| HSL | 125.54º | 0.4% | 0.68% | - |
| HSV(B) | 125.54º | 0.32% | 0.81% | - |
| XYZ | 38.32 | 51.91 | 35.6 | - |
| YUV | 179.84 | 109.47 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 147 | 0.32 | 0 | 0.29 | 0.19 | 125.54 | 0.4 | 0.68 |
| Hex | 8D | CE | 93 | 20 | 0 | 1D | 13 | 7E | 28 | 44 |
| Octal | 215 | 316 | 223 | 40 | 0 | 35 | 23 | 176 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10010011 | 100000 | 0 | 11101 | 10011 | 1111110 | 101000 | 1000100 |
Color Harmonies of #8DCE93
Complementary color
Monochromatic Colors of #8DCE93
Black with #8DCE93
Text Example
Text Example
White with #8DCE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE93; }
p { color: rgb(141,206,147); }
H1.HeaderClassName
{
color: #8DCE93;
}
.AnyTagClassName
{
color: #8DCE93;
}
</style>
background-color css
<style>
a { background-color: #8DCE93; }
a { background-color: rgb(141,206,147); }
div.DivClassName
{
background-color: #8DCE93;
}
.BgClassName
{
background-color: #8DCE93;
}
</style>
border-color css
<style>
span { border-color: #8DCE93; }
span { border-color: rgb(141,206,147); }
td.TdClassName
{
border-color: #8DCE93;
}
.TagClassName
{
border-color: #8DCE93;
}
</style>