Shades of De York #88D898
Tints of De York #88D898
RGB
CMYK
RGB Variations
Color information
#88D898 (or 0x88D898) is known color: De York. HEX triplet: 88, D8 and 98. RGB value is (136,216,152). Sum of RGB (Red+Green+Blue) = 136+216+152=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #88D898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D898 is #772767. Grayscale: #B8B8B8. Windows color (decimal): -7808872 or 10016904. OLE color: 10016904.
HSL color Cylindrical-coordinate representation of color #88D898: hue angle of 132º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D898 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 152 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.15 |
| HSL | 132º | 0.51% | 0.69% | - |
| HSV(B) | 132º | 0.37% | 0.85% | - |
| XYZ | 40.38 | 56.61 | 38.51 | - |
| YUV | 184.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 152 | 0.37 | 0 | 0.30 | 0.15 | 132 | 0.51 | 0.69 |
| Hex | 88 | D8 | 98 | 25 | 0 | 1E | F | 84 | 33 | 45 |
| Octal | 210 | 330 | 230 | 45 | 0 | 36 | 17 | 204 | 63 | 105 |
| Binary | 10001000 | 11011000 | 10011000 | 100101 | 0 | 11110 | 1111 | 10000100 | 110011 | 1000101 |
Color Harmonies of #88D898
Complementary color
Monochromatic Colors of #88D898
Black with #88D898
Text Example
Text Example
White with #88D898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D898; }
p { color: rgb(136,216,152); }
H1.HeaderClassName
{
color: #88D898;
}
.AnyTagClassName
{
color: #88D898;
}
</style>
background-color css
<style>
a { background-color: #88D898; }
a { background-color: rgb(136,216,152); }
div.DivClassName
{
background-color: #88D898;
}
.BgClassName
{
background-color: #88D898;
}
</style>
border-color css
<style>
span { border-color: #88D898; }
span { border-color: rgb(136,216,152); }
td.TdClassName
{
border-color: #88D898;
}
.TagClassName
{
border-color: #88D898;
}
</style>