Shades of De York #88D089
Tints of De York #88D089
RGB
CMYK
RGB Variations
Color information
#88D089 (or 0x88D089) is known color: De York. HEX triplet: 88, D0 and 89. RGB value is (136,208,137). Sum of RGB (Red+Green+Blue) = 136+208+137=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #88D089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D089 is #772F76. Grayscale: #B2B2B2. Windows color (decimal): -7810935 or 9031816. OLE color: 9031816.
HSL color Cylindrical-coordinate representation of color #88D089: hue angle of 120.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D089 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 137 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.18 |
| HSL | 120.83º | 0.43% | 0.67% | - |
| HSV(B) | 120.83º | 0.35% | 0.82% | - |
| XYZ | 37.22 | 52.15 | 31.77 | - |
| YUV | 178.38 | 104.65 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 137 | 0.35 | 0 | 0.34 | 0.18 | 120.83 | 0.43 | 0.67 |
| Hex | 88 | D0 | 89 | 23 | 0 | 22 | 12 | 79 | 2B | 43 |
| Octal | 210 | 320 | 211 | 43 | 0 | 42 | 22 | 171 | 53 | 103 |
| Binary | 10001000 | 11010000 | 10001001 | 100011 | 0 | 100010 | 10010 | 1111001 | 101011 | 1000011 |
Color Harmonies of #88D089
Complementary color
Monochromatic Colors of #88D089
Black with #88D089
Text Example
Text Example
White with #88D089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D089; }
p { color: rgb(136,208,137); }
H1.HeaderClassName
{
color: #88D089;
}
.AnyTagClassName
{
color: #88D089;
}
</style>
background-color css
<style>
a { background-color: #88D089; }
a { background-color: rgb(136,208,137); }
div.DivClassName
{
background-color: #88D089;
}
.BgClassName
{
background-color: #88D089;
}
</style>
border-color css
<style>
span { border-color: #88D089; }
span { border-color: rgb(136,208,137); }
td.TdClassName
{
border-color: #88D089;
}
.TagClassName
{
border-color: #88D089;
}
</style>