Shades of De York #88C88E
Tints of De York #88C88E
RGB
CMYK
RGB Variations
Color information
#88C88E (or 0x88C88E) is known color: De York. HEX triplet: 88, C8 and 8E. RGB value is (136,200,142). Sum of RGB (Red+Green+Blue) = 136+200+142=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #88C88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C88E is #773771. Grayscale: #AEAEAE. Windows color (decimal): -7812978 or 9357448. OLE color: 9357448.
HSL color Cylindrical-coordinate representation of color #88C88E: hue angle of 125.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C88E is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 200 | 142 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.22 |
| HSL | 125.63º | 0.37% | 0.66% | - |
| HSV(B) | 125.63º | 0.32% | 0.78% | - |
| XYZ | 35.69 | 48.5 | 33.07 | - |
| YUV | 174.25 | 109.8 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 200 | 142 | 0.32 | 0 | 0.29 | 0.22 | 125.63 | 0.37 | 0.66 |
| Hex | 88 | C8 | 8E | 20 | 0 | 1D | 16 | 7E | 25 | 42 |
| Octal | 210 | 310 | 216 | 40 | 0 | 35 | 26 | 176 | 45 | 102 |
| Binary | 10001000 | 11001000 | 10001110 | 100000 | 0 | 11101 | 10110 | 1111110 | 100101 | 1000010 |
Color Harmonies of #88C88E
Complementary color
Monochromatic Colors of #88C88E
Black with #88C88E
Text Example
Text Example
White with #88C88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C88E; }
p { color: rgb(136,200,142); }
H1.HeaderClassName
{
color: #88C88E;
}
.AnyTagClassName
{
color: #88C88E;
}
</style>
background-color css
<style>
a { background-color: #88C88E; }
a { background-color: rgb(136,200,142); }
div.DivClassName
{
background-color: #88C88E;
}
.BgClassName
{
background-color: #88C88E;
}
</style>
border-color css
<style>
span { border-color: #88C88E; }
span { border-color: rgb(136,200,142); }
td.TdClassName
{
border-color: #88C88E;
}
.TagClassName
{
border-color: #88C88E;
}
</style>