Shades of De York #88C594
Tints of De York #88C594
RGB
CMYK
RGB Variations
Color information
#88C594 (or 0x88C594) is known color: De York. HEX triplet: 88, C5 and 94. RGB value is (136,197,148). Sum of RGB (Red+Green+Blue) = 136+197+148=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #88C594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C594 is #773A6B. Grayscale: #ADADAD. Windows color (decimal): -7813740 or 9749896. OLE color: 9749896.
HSL color Cylindrical-coordinate representation of color #88C594: hue angle of 131.8º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C594 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 197 | 148 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.23 |
| HSL | 131.8º | 0.34% | 0.65% | - |
| HSV(B) | 131.8º | 0.31% | 0.77% | - |
| XYZ | 35.46 | 47.3 | 35.28 | - |
| YUV | 173.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 197 | 148 | 0.31 | 0 | 0.25 | 0.23 | 131.8 | 0.34 | 0.65 |
| Hex | 88 | C5 | 94 | 1F | 0 | 19 | 17 | 84 | 22 | 41 |
| Octal | 210 | 305 | 224 | 37 | 0 | 31 | 27 | 204 | 42 | 101 |
| Binary | 10001000 | 11000101 | 10010100 | 11111 | 0 | 11001 | 10111 | 10000100 | 100010 | 1000001 |
Color Harmonies of #88C594
Complementary color
Monochromatic Colors of #88C594
Black with #88C594
Text Example
Text Example
White with #88C594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C594; }
p { color: rgb(136,197,148); }
H1.HeaderClassName
{
color: #88C594;
}
.AnyTagClassName
{
color: #88C594;
}
</style>
background-color css
<style>
a { background-color: #88C594; }
a { background-color: rgb(136,197,148); }
div.DivClassName
{
background-color: #88C594;
}
.BgClassName
{
background-color: #88C594;
}
</style>
border-color css
<style>
span { border-color: #88C594; }
span { border-color: rgb(136,197,148); }
td.TdClassName
{
border-color: #88C594;
}
.TagClassName
{
border-color: #88C594;
}
</style>