Shades of De York #88CC8D
Tints of De York #88CC8D
RGB
CMYK
RGB Variations
Color information
#88CC8D (or 0x88CC8D) is known color: De York. HEX triplet: 88, CC and 8D. RGB value is (136,204,141). Sum of RGB (Red+Green+Blue) = 136+204+141=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #88CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CC8D is #773372. Grayscale: #B0B0B0. Windows color (decimal): -7811955 or 9292936. OLE color: 9292936.
HSL color Cylindrical-coordinate representation of color #88CC8D: hue angle of 124.41º 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 #88CC8D is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 141 | - |
| CMYK | 0.33 | 0 | 0.31 | 0.2 |
| HSL | 124.41º | 0.4% | 0.67% | - |
| HSV(B) | 124.41º | 0.33% | 0.8% | - |
| XYZ | 36.55 | 50.34 | 32.99 | - |
| YUV | 176.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 141 | 0.33 | 0 | 0.31 | 0.2 | 124.41 | 0.4 | 0.67 |
| Hex | 88 | CC | 8D | 21 | 0 | 1F | 14 | 7C | 28 | 43 |
| Octal | 210 | 314 | 215 | 41 | 0 | 37 | 24 | 174 | 50 | 103 |
| Binary | 10001000 | 11001100 | 10001101 | 100001 | 0 | 11111 | 10100 | 1111100 | 101000 | 1000011 |
Color Harmonies of #88CC8D
Complementary color
Monochromatic Colors of #88CC8D
Black with #88CC8D
Text Example
Text Example
White with #88CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CC8D; }
p { color: rgb(136,204,141); }
H1.HeaderClassName
{
color: #88CC8D;
}
.AnyTagClassName
{
color: #88CC8D;
}
</style>
background-color css
<style>
a { background-color: #88CC8D; }
a { background-color: rgb(136,204,141); }
div.DivClassName
{
background-color: #88CC8D;
}
.BgClassName
{
background-color: #88CC8D;
}
</style>
border-color css
<style>
span { border-color: #88CC8D; }
span { border-color: rgb(136,204,141); }
td.TdClassName
{
border-color: #88CC8D;
}
.TagClassName
{
border-color: #88CC8D;
}
</style>