Shades of De York #8DCE88
Tints of De York #8DCE88
RGB
CMYK
RGB Variations
Color information
#8DCE88 (or 0x8DCE88) is known color: De York. HEX triplet: 8D, CE and 88. RGB value is (141,206,136). Sum of RGB (Red+Green+Blue) = 141+206+136=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE88 is #723177. Grayscale: #B2B2B2. Windows color (decimal): -7483768 or 8965773. OLE color: 8965773.
HSL color Cylindrical-coordinate representation of color #8DCE88: hue angle of 115.71º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DCE88 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 136 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.19 |
| HSL | 115.71º | 0.42% | 0.67% | - |
| HSV(B) | 115.71º | 0.34% | 0.81% | - |
| XYZ | 37.5 | 51.58 | 31.27 | - |
| YUV | 178.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 136 | 0.32 | 0 | 0.34 | 0.19 | 115.71 | 0.42 | 0.67 |
| Hex | 8D | CE | 88 | 20 | 0 | 22 | 13 | 74 | 2A | 43 |
| Octal | 215 | 316 | 210 | 40 | 0 | 42 | 23 | 164 | 52 | 103 |
| Binary | 10001101 | 11001110 | 10001000 | 100000 | 0 | 100010 | 10011 | 1110100 | 101010 | 1000011 |
Color Harmonies of #8DCE88
Complementary color
Monochromatic Colors of #8DCE88
Black with #8DCE88
Text Example
Text Example
White with #8DCE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE88; }
p { color: rgb(141,206,136); }
H1.HeaderClassName
{
color: #8DCE88;
}
.AnyTagClassName
{
color: #8DCE88;
}
</style>
background-color css
<style>
a { background-color: #8DCE88; }
a { background-color: rgb(141,206,136); }
div.DivClassName
{
background-color: #8DCE88;
}
.BgClassName
{
background-color: #8DCE88;
}
</style>
border-color css
<style>
span { border-color: #8DCE88; }
span { border-color: rgb(141,206,136); }
td.TdClassName
{
border-color: #8DCE88;
}
.TagClassName
{
border-color: #8DCE88;
}
</style>