Shades of De York #88CB93
Tints of De York #88CB93
RGB
CMYK
RGB Variations
Color information
#88CB93 (or 0x88CB93) is known color: De York. HEX triplet: 88, CB and 93. RGB value is (136,203,147). Sum of RGB (Red+Green+Blue) = 136+203+147=486 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.98% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CB93 is #77346C. Grayscale: #B0B0B0. Windows color (decimal): -7812205 or 9685896. OLE color: 9685896.
HSL color Cylindrical-coordinate representation of color #88CB93: hue angle of 129.85º 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 #88CB93 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 203 | 147 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.20 |
| HSL | 129.85º | 0.39% | 0.66% | - |
| HSV(B) | 129.85º | 0.33% | 0.8% | - |
| XYZ | 36.78 | 50.05 | 35.33 | - |
| YUV | 176.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 203 | 147 | 0.33 | 0 | 0.28 | 0.20 | 129.85 | 0.39 | 0.66 |
| Hex | 88 | CB | 93 | 21 | 0 | 1C | 14 | 82 | 27 | 42 |
| Octal | 210 | 313 | 223 | 41 | 0 | 34 | 24 | 202 | 47 | 102 |
| Binary | 10001000 | 11001011 | 10010011 | 100001 | 0 | 11100 | 10100 | 10000010 | 100111 | 1000010 |
Color Harmonies of #88CB93
Complementary color
Monochromatic Colors of #88CB93
Black with #88CB93
Text Example
Text Example
White with #88CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CB93; }
p { color: rgb(136,203,147); }
H1.HeaderClassName
{
color: #88CB93;
}
.AnyTagClassName
{
color: #88CB93;
}
</style>
background-color css
<style>
a { background-color: #88CB93; }
a { background-color: rgb(136,203,147); }
div.DivClassName
{
background-color: #88CB93;
}
.BgClassName
{
background-color: #88CB93;
}
</style>
border-color css
<style>
span { border-color: #88CB93; }
span { border-color: rgb(136,203,147); }
td.TdClassName
{
border-color: #88CB93;
}
.TagClassName
{
border-color: #88CB93;
}
</style>