Shades of De York #88C682
Tints of De York #88C682
RGB
CMYK
RGB Variations
Color information
#88C682 (or 0x88C682) is known color: De York. HEX triplet: 88, C6 and 82. RGB value is (136,198,130). Sum of RGB (Red+Green+Blue) = 136+198+130=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #88C682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C682 is #77397D. Grayscale: #ABABAB. Windows color (decimal): -7813502 or 8570504. OLE color: 8570504.
HSL color Cylindrical-coordinate representation of color #88C682: hue angle of 114.71º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C682 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 198 | 130 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.22 |
| HSL | 114.71º | 0.37% | 0.64% | - |
| HSV(B) | 114.71º | 0.34% | 0.78% | - |
| XYZ | 34.38 | 47.23 | 28.42 | - |
| YUV | 171.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 198 | 130 | 0.31 | 0 | 0.34 | 0.22 | 114.71 | 0.37 | 0.64 |
| Hex | 88 | C6 | 82 | 1F | 0 | 22 | 16 | 73 | 25 | 40 |
| Octal | 210 | 306 | 202 | 37 | 0 | 42 | 26 | 163 | 45 | 100 |
| Binary | 10001000 | 11000110 | 10000010 | 11111 | 0 | 100010 | 10110 | 1110011 | 100101 | 1000000 |
Color Harmonies of #88C682
Complementary color
Monochromatic Colors of #88C682
Black with #88C682
Text Example
Text Example
White with #88C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C682; }
p { color: rgb(136,198,130); }
H1.HeaderClassName
{
color: #88C682;
}
.AnyTagClassName
{
color: #88C682;
}
</style>
background-color css
<style>
a { background-color: #88C682; }
a { background-color: rgb(136,198,130); }
div.DivClassName
{
background-color: #88C682;
}
.BgClassName
{
background-color: #88C682;
}
</style>
border-color css
<style>
span { border-color: #88C682; }
span { border-color: rgb(136,198,130); }
td.TdClassName
{
border-color: #88C682;
}
.TagClassName
{
border-color: #88C682;
}
</style>