Shades of De York #88CC88
Tints of De York #88CC88
RGB
CMYK
RGB Variations
Color information
#88CC88 (or 0x88CC88) is known color: De York. HEX triplet: 88, CC and 88. RGB value is (136,204,136). Sum of RGB (Red+Green+Blue) = 136+204+136=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CC88 is #773377. Grayscale: #B0B0B0. Windows color (decimal): -7811960 or 8965256. OLE color: 8965256.
HSL color Cylindrical-coordinate representation of color #88CC88: hue angle of 120º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CC88 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 136 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.2 |
| HSL | 120º | 0.4% | 0.67% | - |
| HSV(B) | 120º | 0.33% | 0.8% | - |
| XYZ | 36.19 | 50.2 | 31.07 | - |
| YUV | 175.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 136 | 0.33 | 0 | 0.33 | 0.2 | 120 | 0.4 | 0.67 |
| Hex | 88 | CC | 88 | 21 | 0 | 21 | 14 | 78 | 28 | 43 |
| Octal | 210 | 314 | 210 | 41 | 0 | 41 | 24 | 170 | 50 | 103 |
| Binary | 10001000 | 11001100 | 10001000 | 100001 | 0 | 100001 | 10100 | 1111000 | 101000 | 1000011 |
Color Harmonies of #88CC88
Complementary color
Monochromatic Colors of #88CC88
Black with #88CC88
Text Example
Text Example
White with #88CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CC88; }
p { color: rgb(136,204,136); }
H1.HeaderClassName
{
color: #88CC88;
}
.AnyTagClassName
{
color: #88CC88;
}
</style>
background-color css
<style>
a { background-color: #88CC88; }
a { background-color: rgb(136,204,136); }
div.DivClassName
{
background-color: #88CC88;
}
.BgClassName
{
background-color: #88CC88;
}
</style>
border-color css
<style>
span { border-color: #88CC88; }
span { border-color: rgb(136,204,136); }
td.TdClassName
{
border-color: #88CC88;
}
.TagClassName
{
border-color: #88CC88;
}
</style>