Shades of De York #88D384
Tints of De York #88D384
RGB
CMYK
RGB Variations
Color information
#88D384 (or 0x88D384) is known color: De York. HEX triplet: 88, D3 and 84. RGB value is (136,211,132). Sum of RGB (Red+Green+Blue) = 136+211+132=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 211 - color contains mainly: green. Hex color #88D384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D384 is #772C7B. Grayscale: #B3B3B3. Windows color (decimal): -7810172 or 8704904. OLE color: 8704904.
HSL color Cylindrical-coordinate representation of color #88D384: hue angle of 116.96º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D384 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 211 | 132 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.17 |
| HSL | 116.96º | 0.47% | 0.67% | - |
| HSV(B) | 116.96º | 0.37% | 0.83% | - |
| XYZ | 37.61 | 53.49 | 30.17 | - |
| YUV | 179.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 211 | 132 | 0.36 | 0 | 0.37 | 0.17 | 116.96 | 0.47 | 0.67 |
| Hex | 88 | D3 | 84 | 24 | 0 | 25 | 11 | 75 | 2F | 43 |
| Octal | 210 | 323 | 204 | 44 | 0 | 45 | 21 | 165 | 57 | 103 |
| Binary | 10001000 | 11010011 | 10000100 | 100100 | 0 | 100101 | 10001 | 1110101 | 101111 | 1000011 |
Color Harmonies of #88D384
Complementary color
Monochromatic Colors of #88D384
Black with #88D384
Text Example
Text Example
White with #88D384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D384; }
p { color: rgb(136,211,132); }
H1.HeaderClassName
{
color: #88D384;
}
.AnyTagClassName
{
color: #88D384;
}
</style>
background-color css
<style>
a { background-color: #88D384; }
a { background-color: rgb(136,211,132); }
div.DivClassName
{
background-color: #88D384;
}
.BgClassName
{
background-color: #88D384;
}
</style>
border-color css
<style>
span { border-color: #88D384; }
span { border-color: rgb(136,211,132); }
td.TdClassName
{
border-color: #88D384;
}
.TagClassName
{
border-color: #88D384;
}
</style>