Shades of De York #88CA86
Tints of De York #88CA86
RGB
CMYK
RGB Variations
Color information
#88CA86 (or 0x88CA86) is known color: De York. HEX triplet: 88, CA and 86. RGB value is (136,202,134). Sum of RGB (Red+Green+Blue) = 136+202+134=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 134 (52.73% from 255 or 28.39% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA86 is #773579. Grayscale: #AEAEAE. Windows color (decimal): -7812474 or 8833672. OLE color: 8833672.
HSL color Cylindrical-coordinate representation of color #88CA86: hue angle of 118.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CA86 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 202 | 134 | - |
| CMYK | 0.33 | 0 | 0.34 | 0.21 |
| HSL | 118.24º | 0.39% | 0.66% | - |
| HSV(B) | 118.24º | 0.34% | 0.79% | - |
| XYZ | 35.58 | 49.2 | 30.18 | - |
| YUV | 174.51 | 105.13 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 202 | 134 | 0.33 | 0 | 0.34 | 0.21 | 118.24 | 0.39 | 0.66 |
| Hex | 88 | CA | 86 | 21 | 0 | 22 | 15 | 76 | 27 | 42 |
| Octal | 210 | 312 | 206 | 41 | 0 | 42 | 25 | 166 | 47 | 102 |
| Binary | 10001000 | 11001010 | 10000110 | 100001 | 0 | 100010 | 10101 | 1110110 | 100111 | 1000010 |
Color Harmonies of #88CA86
Complementary color
Monochromatic Colors of #88CA86
Black with #88CA86
Text Example
Text Example
White with #88CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CA86; }
p { color: rgb(136,202,134); }
H1.HeaderClassName
{
color: #88CA86;
}
.AnyTagClassName
{
color: #88CA86;
}
</style>
background-color css
<style>
a { background-color: #88CA86; }
a { background-color: rgb(136,202,134); }
div.DivClassName
{
background-color: #88CA86;
}
.BgClassName
{
background-color: #88CA86;
}
</style>
border-color css
<style>
span { border-color: #88CA86; }
span { border-color: rgb(136,202,134); }
td.TdClassName
{
border-color: #88CA86;
}
.TagClassName
{
border-color: #88CA86;
}
</style>