Shades of De York #88DC8B
Tints of De York #88DC8B
RGB
CMYK
RGB Variations
Color information
#88DC8B (or 0x88DC8B) is known color: De York. HEX triplet: 88, DC and 8B. RGB value is (136,220,139). Sum of RGB (Red+Green+Blue) = 136+220+139=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DC8B is #772374. Grayscale: #B9B9B9. Windows color (decimal): -7807861 or 9165960. OLE color: 9165960.
HSL color Cylindrical-coordinate representation of color #88DC8B: hue angle of 122.14º degrees, saturation: 0.55, 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 #88DC8B is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 139 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.14 |
| HSL | 122.14º | 0.55% | 0.7% | - |
| HSV(B) | 122.14º | 0.38% | 0.86% | - |
| XYZ | 40.41 | 58.28 | 33.55 | - |
| YUV | 185.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 139 | 0.38 | 0 | 0.37 | 0.14 | 122.14 | 0.55 | 0.7 |
| Hex | 88 | DC | 8B | 26 | 0 | 25 | E | 7A | 37 | 46 |
| Octal | 210 | 334 | 213 | 46 | 0 | 45 | 16 | 172 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10001011 | 100110 | 0 | 100101 | 1110 | 1111010 | 110111 | 1000110 |
Color Harmonies of #88DC8B
Complementary color
Monochromatic Colors of #88DC8B
Black with #88DC8B
Text Example
Text Example
White with #88DC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DC8B; }
p { color: rgb(136,220,139); }
H1.HeaderClassName
{
color: #88DC8B;
}
.AnyTagClassName
{
color: #88DC8B;
}
</style>
background-color css
<style>
a { background-color: #88DC8B; }
a { background-color: rgb(136,220,139); }
div.DivClassName
{
background-color: #88DC8B;
}
.BgClassName
{
background-color: #88DC8B;
}
</style>
border-color css
<style>
span { border-color: #88DC8B; }
span { border-color: rgb(136,220,139); }
td.TdClassName
{
border-color: #88DC8B;
}
.TagClassName
{
border-color: #88DC8B;
}
</style>