Shades of De York #88CE99
Tints of De York #88CE99
RGB
CMYK
RGB Variations
Color information
#88CE99 (or 0x88CE99) is known color: De York. HEX triplet: 88, CE and 99. RGB value is (136,206,153). Sum of RGB (Red+Green+Blue) = 136+206+153=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #88CE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CE99 is #773166. Grayscale: #B3B3B3. Windows color (decimal): -7811431 or 10079880. OLE color: 10079880.
HSL color Cylindrical-coordinate representation of color #88CE99: hue angle of 134.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CE99 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 206 | 153 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.19 |
| HSL | 134.57º | 0.42% | 0.67% | - |
| HSV(B) | 134.57º | 0.34% | 0.81% | - |
| XYZ | 37.97 | 51.68 | 38.11 | - |
| YUV | 179.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 206 | 153 | 0.34 | 0 | 0.26 | 0.19 | 134.57 | 0.42 | 0.67 |
| Hex | 88 | CE | 99 | 22 | 0 | 1A | 13 | 87 | 2A | 43 |
| Octal | 210 | 316 | 231 | 42 | 0 | 32 | 23 | 207 | 52 | 103 |
| Binary | 10001000 | 11001110 | 10011001 | 100010 | 0 | 11010 | 10011 | 10000111 | 101010 | 1000011 |
Color Harmonies of #88CE99
Complementary color
Monochromatic Colors of #88CE99
Black with #88CE99
Text Example
Text Example
White with #88CE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CE99; }
p { color: rgb(136,206,153); }
H1.HeaderClassName
{
color: #88CE99;
}
.AnyTagClassName
{
color: #88CE99;
}
</style>
background-color css
<style>
a { background-color: #88CE99; }
a { background-color: rgb(136,206,153); }
div.DivClassName
{
background-color: #88CE99;
}
.BgClassName
{
background-color: #88CE99;
}
</style>
border-color css
<style>
span { border-color: #88CE99; }
span { border-color: rgb(136,206,153); }
td.TdClassName
{
border-color: #88CE99;
}
.TagClassName
{
border-color: #88CE99;
}
</style>