Shades of De York #88D882
Tints of De York #88D882
RGB
CMYK
RGB Variations
Color information
#88D882 (or 0x88D882) is known color: De York. HEX triplet: 88, D8 and 82. RGB value is (136,216,130). Sum of RGB (Red+Green+Blue) = 136+216+130=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #88D882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D882 is #77277D. Grayscale: #B6B6B6. Windows color (decimal): -7808894 or 8575112. OLE color: 8575112.
HSL color Cylindrical-coordinate representation of color #88D882: hue angle of 115.81º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88D882 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 130 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.15 |
| HSL | 115.81º | 0.52% | 0.68% | - |
| HSV(B) | 115.81º | 0.4% | 0.85% | - |
| XYZ | 38.74 | 55.96 | 29.88 | - |
| YUV | 182.28 | 98.5 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 130 | 0.37 | 0 | 0.40 | 0.15 | 115.81 | 0.52 | 0.68 |
| Hex | 88 | D8 | 82 | 25 | 0 | 28 | F | 74 | 34 | 44 |
| Octal | 210 | 330 | 202 | 45 | 0 | 50 | 17 | 164 | 64 | 104 |
| Binary | 10001000 | 11011000 | 10000010 | 100101 | 0 | 101000 | 1111 | 1110100 | 110100 | 1000100 |
Color Harmonies of #88D882
Complementary color
Monochromatic Colors of #88D882
Black with #88D882
Text Example
Text Example
White with #88D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D882; }
p { color: rgb(136,216,130); }
H1.HeaderClassName
{
color: #88D882;
}
.AnyTagClassName
{
color: #88D882;
}
</style>
background-color css
<style>
a { background-color: #88D882; }
a { background-color: rgb(136,216,130); }
div.DivClassName
{
background-color: #88D882;
}
.BgClassName
{
background-color: #88D882;
}
</style>
border-color css
<style>
span { border-color: #88D882; }
span { border-color: rgb(136,216,130); }
td.TdClassName
{
border-color: #88D882;
}
.TagClassName
{
border-color: #88D882;
}
</style>