Shades of De York #88C58E
Tints of De York #88C58E
RGB
CMYK
RGB Variations
Color information
#88C58E (or 0x88C58E) is known color: De York. HEX triplet: 88, C5 and 8E. RGB value is (136,197,142). Sum of RGB (Red+Green+Blue) = 136+197+142=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #88C58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C58E is #773A71. Grayscale: #ACACAC. Windows color (decimal): -7813746 or 9356680. OLE color: 9356680.
HSL color Cylindrical-coordinate representation of color #88C58E: hue angle of 125.9º 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 #88C58E is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 197 | 142 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.23 |
| HSL | 125.9º | 0.34% | 0.65% | - |
| HSV(B) | 125.9º | 0.31% | 0.77% | - |
| XYZ | 35 | 47.12 | 32.84 | - |
| YUV | 172.49 | 110.79 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 197 | 142 | 0.31 | 0 | 0.28 | 0.23 | 125.9 | 0.34 | 0.65 |
| Hex | 88 | C5 | 8E | 1F | 0 | 1C | 17 | 7E | 22 | 41 |
| Octal | 210 | 305 | 216 | 37 | 0 | 34 | 27 | 176 | 42 | 101 |
| Binary | 10001000 | 11000101 | 10001110 | 11111 | 0 | 11100 | 10111 | 1111110 | 100010 | 1000001 |
Color Harmonies of #88C58E
Complementary color
Monochromatic Colors of #88C58E
Black with #88C58E
Text Example
Text Example
White with #88C58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C58E; }
p { color: rgb(136,197,142); }
H1.HeaderClassName
{
color: #88C58E;
}
.AnyTagClassName
{
color: #88C58E;
}
</style>
background-color css
<style>
a { background-color: #88C58E; }
a { background-color: rgb(136,197,142); }
div.DivClassName
{
background-color: #88C58E;
}
.BgClassName
{
background-color: #88C58E;
}
</style>
border-color css
<style>
span { border-color: #88C58E; }
span { border-color: rgb(136,197,142); }
td.TdClassName
{
border-color: #88C58E;
}
.TagClassName
{
border-color: #88C58E;
}
</style>