Shades of De York #88C482
Tints of De York #88C482
RGB
CMYK
RGB Variations
Color information
#88C482 (or 0x88C482) is known color: De York. HEX triplet: 88, C4 and 82. RGB value is (136,196,130). Sum of RGB (Red+Green+Blue) = 136+196+130=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #88C482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C482 is #773B7D. Grayscale: #AAAAAA. Windows color (decimal): -7814014 or 8569992. OLE color: 8569992.
HSL color Cylindrical-coordinate representation of color #88C482: hue angle of 114.55º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88C482 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 130 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.23 |
| HSL | 114.55º | 0.36% | 0.64% | - |
| HSV(B) | 114.55º | 0.34% | 0.77% | - |
| XYZ | 33.92 | 46.33 | 28.27 | - |
| YUV | 170.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 130 | 0.31 | 0 | 0.34 | 0.23 | 114.55 | 0.36 | 0.64 |
| Hex | 88 | C4 | 82 | 1F | 0 | 22 | 17 | 73 | 24 | 40 |
| Octal | 210 | 304 | 202 | 37 | 0 | 42 | 27 | 163 | 44 | 100 |
| Binary | 10001000 | 11000100 | 10000010 | 11111 | 0 | 100010 | 10111 | 1110011 | 100100 | 1000000 |
Color Harmonies of #88C482
Complementary color
Monochromatic Colors of #88C482
Black with #88C482
Text Example
Text Example
White with #88C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C482; }
p { color: rgb(136,196,130); }
H1.HeaderClassName
{
color: #88C482;
}
.AnyTagClassName
{
color: #88C482;
}
</style>
background-color css
<style>
a { background-color: #88C482; }
a { background-color: rgb(136,196,130); }
div.DivClassName
{
background-color: #88C482;
}
.BgClassName
{
background-color: #88C482;
}
</style>
border-color css
<style>
span { border-color: #88C482; }
span { border-color: rgb(136,196,130); }
td.TdClassName
{
border-color: #88C482;
}
.TagClassName
{
border-color: #88C482;
}
</style>