Shades of De York #88C281
Tints of De York #88C281
RGB
CMYK
RGB Variations
Color information
#88C281 (or 0x88C281) is known color: De York. HEX triplet: 88, C2 and 81. RGB value is (136,194,129). Sum of RGB (Red+Green+Blue) = 136+194+129=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 194 - color contains mainly: green. Hex color #88C281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C281 is #773D7E. Grayscale: #A9A9A9. Windows color (decimal): -7814527 or 8503944. OLE color: 8503944.
HSL color Cylindrical-coordinate representation of color #88C281: hue angle of 113.54º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C281 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 129 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.24 |
| HSL | 113.54º | 0.35% | 0.63% | - |
| HSV(B) | 113.54º | 0.34% | 0.76% | - |
| XYZ | 33.41 | 45.4 | 27.77 | - |
| YUV | 169.25 | 105.28 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 129 | 0.30 | 0 | 0.34 | 0.24 | 113.54 | 0.35 | 0.63 |
| Hex | 88 | C2 | 81 | 1E | 0 | 22 | 18 | 72 | 23 | 3F |
| Octal | 210 | 302 | 201 | 36 | 0 | 42 | 30 | 162 | 43 | 77 |
| Binary | 10001000 | 11000010 | 10000001 | 11110 | 0 | 100010 | 11000 | 1110010 | 100011 | 111111 |
Color Harmonies of #88C281
Complementary color
Monochromatic Colors of #88C281
Black with #88C281
Text Example
Text Example
White with #88C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C281; }
p { color: rgb(136,194,129); }
H1.HeaderClassName
{
color: #88C281;
}
.AnyTagClassName
{
color: #88C281;
}
</style>
background-color css
<style>
a { background-color: #88C281; }
a { background-color: rgb(136,194,129); }
div.DivClassName
{
background-color: #88C281;
}
.BgClassName
{
background-color: #88C281;
}
</style>
border-color css
<style>
span { border-color: #88C281; }
span { border-color: rgb(136,194,129); }
td.TdClassName
{
border-color: #88C281;
}
.TagClassName
{
border-color: #88C281;
}
</style>