Shades of De York #88D995
Tints of De York #88D995
RGB
CMYK
RGB Variations
Color information
#88D995 (or 0x88D995) is known color: De York. HEX triplet: 88, D9 and 95. RGB value is (136,217,149). Sum of RGB (Red+Green+Blue) = 136+217+149=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #88D995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D995 is #77266A. Grayscale: #B9B9B9. Windows color (decimal): -7808619 or 9820552. OLE color: 9820552.
HSL color Cylindrical-coordinate representation of color #88D995: hue angle of 129.63º degrees, saturation: 0.52, 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 #88D995 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 217 | 149 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.15 |
| HSL | 129.63º | 0.52% | 0.69% | - |
| HSV(B) | 129.63º | 0.37% | 0.85% | - |
| XYZ | 40.39 | 57.03 | 37.31 | - |
| YUV | 185.03 | 107.66 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 217 | 149 | 0.37 | 0 | 0.31 | 0.15 | 129.63 | 0.52 | 0.69 |
| Hex | 88 | D9 | 95 | 25 | 0 | 1F | F | 82 | 34 | 45 |
| Octal | 210 | 331 | 225 | 45 | 0 | 37 | 17 | 202 | 64 | 105 |
| Binary | 10001000 | 11011001 | 10010101 | 100101 | 0 | 11111 | 1111 | 10000010 | 110100 | 1000101 |
Color Harmonies of #88D995
Complementary color
Monochromatic Colors of #88D995
Black with #88D995
Text Example
Text Example
White with #88D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D995; }
p { color: rgb(136,217,149); }
H1.HeaderClassName
{
color: #88D995;
}
.AnyTagClassName
{
color: #88D995;
}
</style>
background-color css
<style>
a { background-color: #88D995; }
a { background-color: rgb(136,217,149); }
div.DivClassName
{
background-color: #88D995;
}
.BgClassName
{
background-color: #88D995;
}
</style>
border-color css
<style>
span { border-color: #88D995; }
span { border-color: rgb(136,217,149); }
td.TdClassName
{
border-color: #88D995;
}
.TagClassName
{
border-color: #88D995;
}
</style>