Shades of De York #88C279
Tints of De York #88C279
RGB
CMYK
RGB Variations
Color information
#88C279 (or 0x88C279) is known color: De York. HEX triplet: 88, C2 and 79. RGB value is (136,194,121). Sum of RGB (Red+Green+Blue) = 136+194+121=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #88C279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C279 is #773D86. Grayscale: #A8A8A8. Windows color (decimal): -7814535 or 7979656. OLE color: 7979656.
HSL color Cylindrical-coordinate representation of color #88C279: hue angle of 107.67º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88C279 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 121 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.24 |
| HSL | 107.67º | 0.37% | 0.62% | - |
| HSV(B) | 107.67º | 0.38% | 0.76% | - |
| XYZ | 32.9 | 45.2 | 25.08 | - |
| YUV | 168.34 | 101.28 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 121 | 0.30 | 0 | 0.38 | 0.24 | 107.67 | 0.37 | 0.62 |
| Hex | 88 | C2 | 79 | 1E | 0 | 26 | 18 | 6C | 25 | 3E |
| Octal | 210 | 302 | 171 | 36 | 0 | 46 | 30 | 154 | 45 | 76 |
| Binary | 10001000 | 11000010 | 1111001 | 11110 | 0 | 100110 | 11000 | 1101100 | 100101 | 111110 |
Color Harmonies of #88C279
Complementary color
Monochromatic Colors of #88C279
Black with #88C279
Text Example
Text Example
White with #88C279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C279; }
p { color: rgb(136,194,121); }
H1.HeaderClassName
{
color: #88C279;
}
.AnyTagClassName
{
color: #88C279;
}
</style>
background-color css
<style>
a { background-color: #88C279; }
a { background-color: rgb(136,194,121); }
div.DivClassName
{
background-color: #88C279;
}
.BgClassName
{
background-color: #88C279;
}
</style>
border-color css
<style>
span { border-color: #88C279; }
span { border-color: rgb(136,194,121); }
td.TdClassName
{
border-color: #88C279;
}
.TagClassName
{
border-color: #88C279;
}
</style>