Shades of De York #88C185
Tints of De York #88C185
RGB
CMYK
RGB Variations
Color information
#88C185 (or 0x88C185) is known color: De York. HEX triplet: 88, C1 and 85. RGB value is (136,193,133). Sum of RGB (Red+Green+Blue) = 136+193+133=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 133 (52.34% from 255 or 28.79% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #88C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C185 is #773E7A. Grayscale: #A9A9A9. Windows color (decimal): -7814779 or 8765832. OLE color: 8765832.
HSL color Cylindrical-coordinate representation of color #88C185: hue angle of 117º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C185 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 193 | 133 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.24 |
| HSL | 117º | 0.33% | 0.64% | - |
| HSV(B) | 117º | 0.31% | 0.76% | - |
| XYZ | 33.46 | 45.07 | 29.13 | - |
| YUV | 169.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 193 | 133 | 0.30 | 0 | 0.31 | 0.24 | 117 | 0.33 | 0.64 |
| Hex | 88 | C1 | 85 | 1E | 0 | 1F | 18 | 75 | 21 | 40 |
| Octal | 210 | 301 | 205 | 36 | 0 | 37 | 30 | 165 | 41 | 100 |
| Binary | 10001000 | 11000001 | 10000101 | 11110 | 0 | 11111 | 11000 | 1110101 | 100001 | 1000000 |
Color Harmonies of #88C185
Complementary color
Monochromatic Colors of #88C185
Black with #88C185
Text Example
Text Example
White with #88C185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C185; }
p { color: rgb(136,193,133); }
H1.HeaderClassName
{
color: #88C185;
}
.AnyTagClassName
{
color: #88C185;
}
</style>
background-color css
<style>
a { background-color: #88C185; }
a { background-color: rgb(136,193,133); }
div.DivClassName
{
background-color: #88C185;
}
.BgClassName
{
background-color: #88C185;
}
</style>
border-color css
<style>
span { border-color: #88C185; }
span { border-color: rgb(136,193,133); }
td.TdClassName
{
border-color: #88C185;
}
.TagClassName
{
border-color: #88C185;
}
</style>