Shades of De York #88CB91
Tints of De York #88CB91
RGB
CMYK
RGB Variations
Color information
#88CB91 (or 0x88CB91) is known color: De York. HEX triplet: 88, CB and 91. RGB value is (136,203,145). Sum of RGB (Red+Green+Blue) = 136+203+145=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CB91 is #77346E. Grayscale: #B0B0B0. Windows color (decimal): -7812207 or 9554824. OLE color: 9554824.
HSL color Cylindrical-coordinate representation of color #88CB91: hue angle of 128.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CB91 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 203 | 145 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.20 |
| HSL | 128.06º | 0.39% | 0.66% | - |
| HSV(B) | 128.06º | 0.33% | 0.8% | - |
| XYZ | 36.62 | 49.99 | 34.51 | - |
| YUV | 176.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 145 | 0.33 | 0 | 0.29 | 0.20 | 128.06 | 0.39 | 0.66 |
| Hex | 88 | CB | 91 | 21 | 0 | 1D | 14 | 80 | 27 | 42 |
| Octal | 210 | 313 | 221 | 41 | 0 | 35 | 24 | 200 | 47 | 102 |
| Binary | 10001000 | 11001011 | 10010001 | 100001 | 0 | 11101 | 10100 | 10000000 | 100111 | 1000010 |
Color Harmonies of #88CB91
Complementary color
Monochromatic Colors of #88CB91
Black with #88CB91
Text Example
Text Example
White with #88CB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CB91; }
p { color: rgb(136,203,145); }
H1.HeaderClassName
{
color: #88CB91;
}
.AnyTagClassName
{
color: #88CB91;
}
</style>
background-color css
<style>
a { background-color: #88CB91; }
a { background-color: rgb(136,203,145); }
div.DivClassName
{
background-color: #88CB91;
}
.BgClassName
{
background-color: #88CB91;
}
</style>
border-color css
<style>
span { border-color: #88CB91; }
span { border-color: rgb(136,203,145); }
td.TdClassName
{
border-color: #88CB91;
}
.TagClassName
{
border-color: #88CB91;
}
</style>