Shades of De York #88DB89
Tints of De York #88DB89
RGB
CMYK
RGB Variations
Color information
#88DB89 (or 0x88DB89) is known color: De York. HEX triplet: 88, DB and 89. RGB value is (136,219,137). Sum of RGB (Red+Green+Blue) = 136+219+137=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB89 is #772476. Grayscale: #B9B9B9. Windows color (decimal): -7808119 or 9034632. OLE color: 9034632.
HSL color Cylindrical-coordinate representation of color #88DB89: hue angle of 120.72º 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 #88DB89 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 137 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.14 |
| HSL | 120.72º | 0.54% | 0.7% | - |
| HSV(B) | 120.72º | 0.38% | 0.86% | - |
| XYZ | 40 | 57.7 | 32.7 | - |
| YUV | 184.84 | 101 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 137 | 0.38 | 0 | 0.37 | 0.14 | 120.72 | 0.54 | 0.7 |
| Hex | 88 | DB | 89 | 26 | 0 | 25 | E | 79 | 36 | 46 |
| Octal | 210 | 333 | 211 | 46 | 0 | 45 | 16 | 171 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10001001 | 100110 | 0 | 100101 | 1110 | 1111001 | 110110 | 1000110 |
Color Harmonies of #88DB89
Complementary color
Monochromatic Colors of #88DB89
Black with #88DB89
Text Example
Text Example
White with #88DB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB89; }
p { color: rgb(136,219,137); }
H1.HeaderClassName
{
color: #88DB89;
}
.AnyTagClassName
{
color: #88DB89;
}
</style>
background-color css
<style>
a { background-color: #88DB89; }
a { background-color: rgb(136,219,137); }
div.DivClassName
{
background-color: #88DB89;
}
.BgClassName
{
background-color: #88DB89;
}
</style>
border-color css
<style>
span { border-color: #88DB89; }
span { border-color: rgb(136,219,137); }
td.TdClassName
{
border-color: #88DB89;
}
.TagClassName
{
border-color: #88DB89;
}
</style>