Shades of De York #88D782
Tints of De York #88D782
RGB
CMYK
RGB Variations
Color information
#88D782 (or 0x88D782) is known color: De York. HEX triplet: 88, D7 and 82. RGB value is (136,215,130). Sum of RGB (Red+Green+Blue) = 136+215+130=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #88D782 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D782 is #77287D. Grayscale: #B5B5B5. Windows color (decimal): -7809150 or 8574856. OLE color: 8574856.
HSL color Cylindrical-coordinate representation of color #88D782: hue angle of 115.76º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88D782 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 215 | 130 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.16 |
| HSL | 115.76º | 0.52% | 0.68% | - |
| HSV(B) | 115.76º | 0.4% | 0.84% | - |
| XYZ | 38.48 | 55.45 | 29.79 | - |
| YUV | 181.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 215 | 130 | 0.37 | 0 | 0.40 | 0.16 | 115.76 | 0.52 | 0.68 |
| Hex | 88 | D7 | 82 | 25 | 0 | 28 | 10 | 74 | 34 | 44 |
| Octal | 210 | 327 | 202 | 45 | 0 | 50 | 20 | 164 | 64 | 104 |
| Binary | 10001000 | 11010111 | 10000010 | 100101 | 0 | 101000 | 10000 | 1110100 | 110100 | 1000100 |
Color Harmonies of #88D782
Complementary color
Monochromatic Colors of #88D782
Black with #88D782
Text Example
Text Example
White with #88D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D782; }
p { color: rgb(136,215,130); }
H1.HeaderClassName
{
color: #88D782;
}
.AnyTagClassName
{
color: #88D782;
}
</style>
background-color css
<style>
a { background-color: #88D782; }
a { background-color: rgb(136,215,130); }
div.DivClassName
{
background-color: #88D782;
}
.BgClassName
{
background-color: #88D782;
}
</style>
border-color css
<style>
span { border-color: #88D782; }
span { border-color: rgb(136,215,130); }
td.TdClassName
{
border-color: #88D782;
}
.TagClassName
{
border-color: #88D782;
}
</style>