Shades of De York #88DB8E
Tints of De York #88DB8E
RGB
CMYK
RGB Variations
Color information
#88DB8E (or 0x88DB8E) is known color: De York. HEX triplet: 88, DB and 8E. RGB value is (136,219,142). Sum of RGB (Red+Green+Blue) = 136+219+142=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB8E is #772471. Grayscale: #B9B9B9. Windows color (decimal): -7808114 or 9362312. OLE color: 9362312.
HSL color Cylindrical-coordinate representation of color #88DB8E: hue angle of 124.34º 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 #88DB8E is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 142 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.14 |
| HSL | 124.34º | 0.54% | 0.7% | - |
| HSV(B) | 124.34º | 0.38% | 0.86% | - |
| XYZ | 40.37 | 57.85 | 34.63 | - |
| YUV | 185.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 142 | 0.38 | 0 | 0.35 | 0.14 | 124.34 | 0.54 | 0.7 |
| Hex | 88 | DB | 8E | 26 | 0 | 23 | E | 7C | 36 | 46 |
| Octal | 210 | 333 | 216 | 46 | 0 | 43 | 16 | 174 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10001110 | 100110 | 0 | 100011 | 1110 | 1111100 | 110110 | 1000110 |
Color Harmonies of #88DB8E
Complementary color
Monochromatic Colors of #88DB8E
Black with #88DB8E
Text Example
Text Example
White with #88DB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB8E; }
p { color: rgb(136,219,142); }
H1.HeaderClassName
{
color: #88DB8E;
}
.AnyTagClassName
{
color: #88DB8E;
}
</style>
background-color css
<style>
a { background-color: #88DB8E; }
a { background-color: rgb(136,219,142); }
div.DivClassName
{
background-color: #88DB8E;
}
.BgClassName
{
background-color: #88DB8E;
}
</style>
border-color css
<style>
span { border-color: #88DB8E; }
span { border-color: rgb(136,219,142); }
td.TdClassName
{
border-color: #88DB8E;
}
.TagClassName
{
border-color: #88DB8E;
}
</style>