Shades of De York #88C488
Tints of De York #88C488
RGB
CMYK
RGB Variations
Color information
#88C488 (or 0x88C488) is known color: De York. HEX triplet: 88, C4 and 88. RGB value is (136,196,136). Sum of RGB (Red+Green+Blue) = 136+196+136=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #88C488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C488 is #773B77. Grayscale: #ABABAB. Windows color (decimal): -7814008 or 8963208. OLE color: 8963208.
HSL color Cylindrical-coordinate representation of color #88C488: hue angle of 120º 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 #88C488 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 136 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.23 |
| HSL | 120º | 0.34% | 0.65% | - |
| HSV(B) | 120º | 0.31% | 0.77% | - |
| XYZ | 34.34 | 46.49 | 30.46 | - |
| YUV | 171.22 | 108.12 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 136 | 0.31 | 0 | 0.31 | 0.23 | 120 | 0.34 | 0.65 |
| Hex | 88 | C4 | 88 | 1F | 0 | 1F | 17 | 78 | 22 | 41 |
| Octal | 210 | 304 | 210 | 37 | 0 | 37 | 27 | 170 | 42 | 101 |
| Binary | 10001000 | 11000100 | 10001000 | 11111 | 0 | 11111 | 10111 | 1111000 | 100010 | 1000001 |
Color Harmonies of #88C488
Complementary color
Monochromatic Colors of #88C488
Black with #88C488
Text Example
Text Example
White with #88C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C488; }
p { color: rgb(136,196,136); }
H1.HeaderClassName
{
color: #88C488;
}
.AnyTagClassName
{
color: #88C488;
}
</style>
background-color css
<style>
a { background-color: #88C488; }
a { background-color: rgb(136,196,136); }
div.DivClassName
{
background-color: #88C488;
}
.BgClassName
{
background-color: #88C488;
}
</style>
border-color css
<style>
span { border-color: #88C488; }
span { border-color: rgb(136,196,136); }
td.TdClassName
{
border-color: #88C488;
}
.TagClassName
{
border-color: #88C488;
}
</style>