Shades of De York #88C07F
Tints of De York #88C07F
RGB
CMYK
RGB Variations
Color information
#88C07F (or 0x88C07F) is known color: De York. HEX triplet: 88, C0 and 7F. RGB value is (136,192,127). Sum of RGB (Red+Green+Blue) = 136+192+127=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #88C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C07F is #773F80. Grayscale: #A8A8A8. Windows color (decimal): -7815041 or 8372360. OLE color: 8372360.
HSL color Cylindrical-coordinate representation of color #88C07F: hue angle of 111.69º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C07F is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 127 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.25 |
| HSL | 111.69º | 0.34% | 0.63% | - |
| HSV(B) | 111.69º | 0.34% | 0.75% | - |
| XYZ | 32.83 | 44.47 | 26.93 | - |
| YUV | 167.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 127 | 0.29 | 0 | 0.34 | 0.25 | 111.69 | 0.34 | 0.63 |
| Hex | 88 | C0 | 7F | 1D | 0 | 22 | 19 | 70 | 22 | 3F |
| Octal | 210 | 300 | 177 | 35 | 0 | 42 | 31 | 160 | 42 | 77 |
| Binary | 10001000 | 11000000 | 1111111 | 11101 | 0 | 100010 | 11001 | 1110000 | 100010 | 111111 |
Color Harmonies of #88C07F
Complementary color
Monochromatic Colors of #88C07F
Black with #88C07F
Text Example
Text Example
White with #88C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C07F; }
p { color: rgb(136,192,127); }
H1.HeaderClassName
{
color: #88C07F;
}
.AnyTagClassName
{
color: #88C07F;
}
</style>
background-color css
<style>
a { background-color: #88C07F; }
a { background-color: rgb(136,192,127); }
div.DivClassName
{
background-color: #88C07F;
}
.BgClassName
{
background-color: #88C07F;
}
</style>
border-color css
<style>
span { border-color: #88C07F; }
span { border-color: rgb(136,192,127); }
td.TdClassName
{
border-color: #88C07F;
}
.TagClassName
{
border-color: #88C07F;
}
</style>