Shades of De York #88D07F
Tints of De York #88D07F
RGB
CMYK
RGB Variations
Color information
#88D07F (or 0x88D07F) is known color: De York. HEX triplet: 88, D0 and 7F. RGB value is (136,208,127). Sum of RGB (Red+Green+Blue) = 136+208+127=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #88D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D07F is #772F80. Grayscale: #B1B1B1. Windows color (decimal): -7810945 or 8376456. OLE color: 8376456.
HSL color Cylindrical-coordinate representation of color #88D07F: hue angle of 113.33º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88D07F is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 127 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.18 |
| HSL | 113.33º | 0.46% | 0.66% | - |
| HSV(B) | 113.33º | 0.39% | 0.82% | - |
| XYZ | 36.54 | 51.88 | 28.17 | - |
| YUV | 177.24 | 99.65 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 127 | 0.35 | 0 | 0.39 | 0.18 | 113.33 | 0.46 | 0.66 |
| Hex | 88 | D0 | 7F | 23 | 0 | 27 | 12 | 71 | 2E | 42 |
| Octal | 210 | 320 | 177 | 43 | 0 | 47 | 22 | 161 | 56 | 102 |
| Binary | 10001000 | 11010000 | 1111111 | 100011 | 0 | 100111 | 10010 | 1110001 | 101110 | 1000010 |
Color Harmonies of #88D07F
Complementary color
Monochromatic Colors of #88D07F
Black with #88D07F
Text Example
Text Example
White with #88D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D07F; }
p { color: rgb(136,208,127); }
H1.HeaderClassName
{
color: #88D07F;
}
.AnyTagClassName
{
color: #88D07F;
}
</style>
background-color css
<style>
a { background-color: #88D07F; }
a { background-color: rgb(136,208,127); }
div.DivClassName
{
background-color: #88D07F;
}
.BgClassName
{
background-color: #88D07F;
}
</style>
border-color css
<style>
span { border-color: #88D07F; }
span { border-color: rgb(136,208,127); }
td.TdClassName
{
border-color: #88D07F;
}
.TagClassName
{
border-color: #88D07F;
}
</style>