Shades of De York #88D184
Tints of De York #88D184
RGB
CMYK
RGB Variations
Color information
#88D184 (or 0x88D184) is known color: De York. HEX triplet: 88, D1 and 84. RGB value is (136,209,132). Sum of RGB (Red+Green+Blue) = 136+209+132=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #88D184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D184 is #772E7B. Grayscale: #B2B2B2. Windows color (decimal): -7810684 or 8704392. OLE color: 8704392.
HSL color Cylindrical-coordinate representation of color #88D184: hue angle of 116.88º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D184 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 209 | 132 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.18 |
| HSL | 116.88º | 0.46% | 0.67% | - |
| HSV(B) | 116.88º | 0.37% | 0.82% | - |
| XYZ | 37.12 | 52.5 | 30.01 | - |
| YUV | 178.4 | 101.82 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 209 | 132 | 0.35 | 0 | 0.37 | 0.18 | 116.88 | 0.46 | 0.67 |
| Hex | 88 | D1 | 84 | 23 | 0 | 25 | 12 | 75 | 2E | 43 |
| Octal | 210 | 321 | 204 | 43 | 0 | 45 | 22 | 165 | 56 | 103 |
| Binary | 10001000 | 11010001 | 10000100 | 100011 | 0 | 100101 | 10010 | 1110101 | 101110 | 1000011 |
Color Harmonies of #88D184
Complementary color
Monochromatic Colors of #88D184
Black with #88D184
Text Example
Text Example
White with #88D184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D184; }
p { color: rgb(136,209,132); }
H1.HeaderClassName
{
color: #88D184;
}
.AnyTagClassName
{
color: #88D184;
}
</style>
background-color css
<style>
a { background-color: #88D184; }
a { background-color: rgb(136,209,132); }
div.DivClassName
{
background-color: #88D184;
}
.BgClassName
{
background-color: #88D184;
}
</style>
border-color css
<style>
span { border-color: #88D184; }
span { border-color: rgb(136,209,132); }
td.TdClassName
{
border-color: #88D184;
}
.TagClassName
{
border-color: #88D184;
}
</style>