Shades of De York #88C991
Tints of De York #88C991
RGB
CMYK
RGB Variations
Color information
#88C991 (or 0x88C991) is known color: De York. HEX triplet: 88, C9 and 91. RGB value is (136,201,145). Sum of RGB (Red+Green+Blue) = 136+201+145=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #88C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C991 is #77366E. Grayscale: #AFAFAF. Windows color (decimal): -7812719 or 9554312. OLE color: 9554312.
HSL color Cylindrical-coordinate representation of color #88C991: hue angle of 128.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C991 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 145 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.21 |
| HSL | 128.31º | 0.38% | 0.66% | - |
| HSV(B) | 128.31º | 0.32% | 0.79% | - |
| XYZ | 36.15 | 49.05 | 34.35 | - |
| YUV | 175.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 145 | 0.32 | 0 | 0.28 | 0.21 | 128.31 | 0.38 | 0.66 |
| Hex | 88 | C9 | 91 | 20 | 0 | 1C | 15 | 80 | 26 | 42 |
| Octal | 210 | 311 | 221 | 40 | 0 | 34 | 25 | 200 | 46 | 102 |
| Binary | 10001000 | 11001001 | 10010001 | 100000 | 0 | 11100 | 10101 | 10000000 | 100110 | 1000010 |
Color Harmonies of #88C991
Complementary color
Monochromatic Colors of #88C991
Black with #88C991
Text Example
Text Example
White with #88C991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C991; }
p { color: rgb(136,201,145); }
H1.HeaderClassName
{
color: #88C991;
}
.AnyTagClassName
{
color: #88C991;
}
</style>
background-color css
<style>
a { background-color: #88C991; }
a { background-color: rgb(136,201,145); }
div.DivClassName
{
background-color: #88C991;
}
.BgClassName
{
background-color: #88C991;
}
</style>
border-color css
<style>
span { border-color: #88C991; }
span { border-color: rgb(136,201,145); }
td.TdClassName
{
border-color: #88C991;
}
.TagClassName
{
border-color: #88C991;
}
</style>