Shades of De York #88DB8D
Tints of De York #88DB8D
RGB
CMYK
RGB Variations
Color information
#88DB8D (or 0x88DB8D) is known color: De York. HEX triplet: 88, DB and 8D. RGB value is (136,219,141). Sum of RGB (Red+Green+Blue) = 136+219+141=496 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.42% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB8D is #772472. Grayscale: #B9B9B9. Windows color (decimal): -7808115 or 9296776. OLE color: 9296776.
HSL color Cylindrical-coordinate representation of color #88DB8D: hue angle of 123.61º 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 #88DB8D is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 141 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.14 |
| HSL | 123.61º | 0.54% | 0.7% | - |
| HSV(B) | 123.61º | 0.38% | 0.86% | - |
| XYZ | 40.29 | 57.82 | 34.24 | - |
| YUV | 185.29 | 103 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 141 | 0.38 | 0 | 0.36 | 0.14 | 123.61 | 0.54 | 0.7 |
| Hex | 88 | DB | 8D | 26 | 0 | 24 | E | 7C | 36 | 46 |
| Octal | 210 | 333 | 215 | 46 | 0 | 44 | 16 | 174 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10001101 | 100110 | 0 | 100100 | 1110 | 1111100 | 110110 | 1000110 |
Color Harmonies of #88DB8D
Complementary color
Monochromatic Colors of #88DB8D
Black with #88DB8D
Text Example
Text Example
White with #88DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB8D; }
p { color: rgb(136,219,141); }
H1.HeaderClassName
{
color: #88DB8D;
}
.AnyTagClassName
{
color: #88DB8D;
}
</style>
background-color css
<style>
a { background-color: #88DB8D; }
a { background-color: rgb(136,219,141); }
div.DivClassName
{
background-color: #88DB8D;
}
.BgClassName
{
background-color: #88DB8D;
}
</style>
border-color css
<style>
span { border-color: #88DB8D; }
span { border-color: rgb(136,219,141); }
td.TdClassName
{
border-color: #88DB8D;
}
.TagClassName
{
border-color: #88DB8D;
}
</style>