Shades of De York #88C285
Tints of De York #88C285
RGB
CMYK
RGB Variations
Color information
#88C285 (or 0x88C285) is known color: De York. HEX triplet: 88, C2 and 85. RGB value is (136,194,133). Sum of RGB (Red+Green+Blue) = 136+194+133=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #88C285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C285 is #773D7A. Grayscale: #A9A9A9. Windows color (decimal): -7814523 or 8766088. OLE color: 8766088.
HSL color Cylindrical-coordinate representation of color #88C285: hue angle of 117.05º 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 #88C285 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 133 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.24 |
| HSL | 117.05º | 0.33% | 0.64% | - |
| HSV(B) | 117.05º | 0.31% | 0.76% | - |
| XYZ | 33.68 | 45.51 | 29.2 | - |
| YUV | 169.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 133 | 0.30 | 0 | 0.31 | 0.24 | 117.05 | 0.33 | 0.64 |
| Hex | 88 | C2 | 85 | 1E | 0 | 1F | 18 | 75 | 21 | 40 |
| Octal | 210 | 302 | 205 | 36 | 0 | 37 | 30 | 165 | 41 | 100 |
| Binary | 10001000 | 11000010 | 10000101 | 11110 | 0 | 11111 | 11000 | 1110101 | 100001 | 1000000 |
Color Harmonies of #88C285
Complementary color
Monochromatic Colors of #88C285
Black with #88C285
Text Example
Text Example
White with #88C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C285; }
p { color: rgb(136,194,133); }
H1.HeaderClassName
{
color: #88C285;
}
.AnyTagClassName
{
color: #88C285;
}
</style>
background-color css
<style>
a { background-color: #88C285; }
a { background-color: rgb(136,194,133); }
div.DivClassName
{
background-color: #88C285;
}
.BgClassName
{
background-color: #88C285;
}
</style>
border-color css
<style>
span { border-color: #88C285; }
span { border-color: rgb(136,194,133); }
td.TdClassName
{
border-color: #88C285;
}
.TagClassName
{
border-color: #88C285;
}
</style>