Shades of De York #88D892
Tints of De York #88D892
RGB
CMYK
RGB Variations
Color information
#88D892 (or 0x88D892) is known color: De York. HEX triplet: 88, D8 and 92. RGB value is (136,216,146). Sum of RGB (Red+Green+Blue) = 136+216+146=498 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.31% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 216 - color contains mainly: green. Hex color #88D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D892 is #77276D. Grayscale: #B8B8B8. Windows color (decimal): -7808878 or 9623688. OLE color: 9623688.
HSL color Cylindrical-coordinate representation of color #88D892: hue angle of 127.5º 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 #88D892 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 146 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.15 |
| HSL | 127.5º | 0.51% | 0.69% | - |
| HSV(B) | 127.5º | 0.37% | 0.85% | - |
| XYZ | 39.9 | 56.42 | 35.98 | - |
| YUV | 184.1 | 106.5 | 93.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 146 | 0.37 | 0 | 0.32 | 0.15 | 127.5 | 0.51 | 0.69 |
| Hex | 88 | D8 | 92 | 25 | 0 | 20 | F | 80 | 33 | 45 |
| Octal | 210 | 330 | 222 | 45 | 0 | 40 | 17 | 200 | 63 | 105 |
| Binary | 10001000 | 11011000 | 10010010 | 100101 | 0 | 100000 | 1111 | 10000000 | 110011 | 1000101 |
Color Harmonies of #88D892
Complementary color
Monochromatic Colors of #88D892
Black with #88D892
Text Example
Text Example
White with #88D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D892; }
p { color: rgb(136,216,146); }
H1.HeaderClassName
{
color: #88D892;
}
.AnyTagClassName
{
color: #88D892;
}
</style>
background-color css
<style>
a { background-color: #88D892; }
a { background-color: rgb(136,216,146); }
div.DivClassName
{
background-color: #88D892;
}
.BgClassName
{
background-color: #88D892;
}
</style>
border-color css
<style>
span { border-color: #88D892; }
span { border-color: rgb(136,216,146); }
td.TdClassName
{
border-color: #88D892;
}
.TagClassName
{
border-color: #88D892;
}
</style>