Shades of De York #88C679
Tints of De York #88C679
RGB
CMYK
RGB Variations
Color information
#88C679 (or 0x88C679) is known color: De York. HEX triplet: 88, C6 and 79. RGB value is (136,198,121). Sum of RGB (Red+Green+Blue) = 136+198+121=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #88C679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88C679 is #773986. Grayscale: #AAAAAA. Windows color (decimal): -7813511 or 7980680. OLE color: 7980680.
HSL color Cylindrical-coordinate representation of color #88C679: hue angle of 108.31º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88C679 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 198 | 121 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.22 |
| HSL | 108.31º | 0.4% | 0.63% | - |
| HSV(B) | 108.31º | 0.39% | 0.78% | - |
| XYZ | 33.8 | 47 | 25.38 | - |
| YUV | 170.68 | 99.96 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 198 | 121 | 0.31 | 0 | 0.39 | 0.22 | 108.31 | 0.4 | 0.63 |
| Hex | 88 | C6 | 79 | 1F | 0 | 27 | 16 | 6C | 28 | 3F |
| Octal | 210 | 306 | 171 | 37 | 0 | 47 | 26 | 154 | 50 | 77 |
| Binary | 10001000 | 11000110 | 1111001 | 11111 | 0 | 100111 | 10110 | 1101100 | 101000 | 111111 |
Color Harmonies of #88C679
Complementary color
Monochromatic Colors of #88C679
Black with #88C679
Text Example
Text Example
White with #88C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C679; }
p { color: rgb(136,198,121); }
H1.HeaderClassName
{
color: #88C679;
}
.AnyTagClassName
{
color: #88C679;
}
</style>
background-color css
<style>
a { background-color: #88C679; }
a { background-color: rgb(136,198,121); }
div.DivClassName
{
background-color: #88C679;
}
.BgClassName
{
background-color: #88C679;
}
</style>
border-color css
<style>
span { border-color: #88C679; }
span { border-color: rgb(136,198,121); }
td.TdClassName
{
border-color: #88C679;
}
.TagClassName
{
border-color: #88C679;
}
</style>