Shades of De York #88D079
Tints of De York #88D079
RGB
CMYK
RGB Variations
Color information
#88D079 (or 0x88D079) is known color: De York. HEX triplet: 88, D0 and 79. RGB value is (136,208,121). Sum of RGB (Red+Green+Blue) = 136+208+121=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #88D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D079 is #772F86. Grayscale: #B0B0B0. Windows color (decimal): -7810951 or 7983240. OLE color: 7983240.
HSL color Cylindrical-coordinate representation of color #88D079: hue angle of 109.66º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88D079 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 121 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.18 |
| HSL | 109.66º | 0.48% | 0.65% | - |
| HSV(B) | 109.66º | 0.42% | 0.82% | - |
| XYZ | 36.16 | 51.73 | 26.17 | - |
| YUV | 176.55 | 96.65 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 121 | 0.35 | 0 | 0.42 | 0.18 | 109.66 | 0.48 | 0.65 |
| Hex | 88 | D0 | 79 | 23 | 0 | 2A | 12 | 6E | 30 | 41 |
| Octal | 210 | 320 | 171 | 43 | 0 | 52 | 22 | 156 | 60 | 101 |
| Binary | 10001000 | 11010000 | 1111001 | 100011 | 0 | 101010 | 10010 | 1101110 | 110000 | 1000001 |
Color Harmonies of #88D079
Complementary color
Monochromatic Colors of #88D079
Black with #88D079
Text Example
Text Example
White with #88D079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D079; }
p { color: rgb(136,208,121); }
H1.HeaderClassName
{
color: #88D079;
}
.AnyTagClassName
{
color: #88D079;
}
</style>
background-color css
<style>
a { background-color: #88D079; }
a { background-color: rgb(136,208,121); }
div.DivClassName
{
background-color: #88D079;
}
.BgClassName
{
background-color: #88D079;
}
</style>
border-color css
<style>
span { border-color: #88D079; }
span { border-color: rgb(136,208,121); }
td.TdClassName
{
border-color: #88D079;
}
.TagClassName
{
border-color: #88D079;
}
</style>