Shades of De York #88C894
Tints of De York #88C894
RGB
CMYK
RGB Variations
Color information
#88C894 (or 0x88C894) is known color: De York. HEX triplet: 88, C8 and 94. RGB value is (136,200,148). Sum of RGB (Red+Green+Blue) = 136+200+148=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #88C894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C894 is #77376B. Grayscale: #AFAFAF. Windows color (decimal): -7812972 or 9750664. OLE color: 9750664.
HSL color Cylindrical-coordinate representation of color #88C894: hue angle of 131.25º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C894 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 148 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.22 |
| HSL | 131.25º | 0.37% | 0.66% | - |
| HSV(B) | 131.25º | 0.32% | 0.78% | - |
| XYZ | 36.15 | 48.68 | 35.51 | - |
| YUV | 174.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 148 | 0.32 | 0 | 0.26 | 0.22 | 131.25 | 0.37 | 0.66 |
| Hex | 88 | C8 | 94 | 20 | 0 | 1A | 16 | 83 | 25 | 42 |
| Octal | 210 | 310 | 224 | 40 | 0 | 32 | 26 | 203 | 45 | 102 |
| Binary | 10001000 | 11001000 | 10010100 | 100000 | 0 | 11010 | 10110 | 10000011 | 100101 | 1000010 |
Color Harmonies of #88C894
Complementary color
Monochromatic Colors of #88C894
Black with #88C894
Text Example
Text Example
White with #88C894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C894; }
p { color: rgb(136,200,148); }
H1.HeaderClassName
{
color: #88C894;
}
.AnyTagClassName
{
color: #88C894;
}
</style>
background-color css
<style>
a { background-color: #88C894; }
a { background-color: rgb(136,200,148); }
div.DivClassName
{
background-color: #88C894;
}
.BgClassName
{
background-color: #88C894;
}
</style>
border-color css
<style>
span { border-color: #88C894; }
span { border-color: rgb(136,200,148); }
td.TdClassName
{
border-color: #88C894;
}
.TagClassName
{
border-color: #88C894;
}
</style>