Shades of De York #8DDB88
Tints of De York #8DDB88
RGB
CMYK
RGB Variations
Color information
#8DDB88 (or 0x8DDB88) is known color: De York. HEX triplet: 8D, DB and 88. RGB value is (141,219,136). Sum of RGB (Red+Green+Blue) = 141+219+136=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDB88 is #722477. Grayscale: #BABABA. Windows color (decimal): -7480440 or 8969101. OLE color: 8969101.
HSL color Cylindrical-coordinate representation of color #8DDB88: hue angle of 116.39º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DDB88 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 136 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.14 |
| HSL | 116.39º | 0.54% | 0.7% | - |
| HSV(B) | 116.39º | 0.38% | 0.86% | - |
| XYZ | 40.76 | 58.1 | 32.36 | - |
| YUV | 186.22 | 99.66 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 136 | 0.36 | 0 | 0.38 | 0.14 | 116.39 | 0.54 | 0.7 |
| Hex | 8D | DB | 88 | 24 | 0 | 26 | E | 74 | 36 | 46 |
| Octal | 215 | 333 | 210 | 44 | 0 | 46 | 16 | 164 | 66 | 106 |
| Binary | 10001101 | 11011011 | 10001000 | 100100 | 0 | 100110 | 1110 | 1110100 | 110110 | 1000110 |
Color Harmonies of #8DDB88
Complementary color
Monochromatic Colors of #8DDB88
Black with #8DDB88
Text Example
Text Example
White with #8DDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB88; }
p { color: rgb(141,219,136); }
H1.HeaderClassName
{
color: #8DDB88;
}
.AnyTagClassName
{
color: #8DDB88;
}
</style>
background-color css
<style>
a { background-color: #8DDB88; }
a { background-color: rgb(141,219,136); }
div.DivClassName
{
background-color: #8DDB88;
}
.BgClassName
{
background-color: #8DDB88;
}
</style>
border-color css
<style>
span { border-color: #8DDB88; }
span { border-color: rgb(141,219,136); }
td.TdClassName
{
border-color: #8DDB88;
}
.TagClassName
{
border-color: #8DDB88;
}
</style>