Shades of De York #88D883
Tints of De York #88D883
RGB
CMYK
RGB Variations
Color information
#88D883 (or 0x88D883) is known color: De York. HEX triplet: 88, D8 and 83. RGB value is (136,216,131). Sum of RGB (Red+Green+Blue) = 136+216+131=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #88D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D883 is #77277C. Grayscale: #B6B6B6. Windows color (decimal): -7808893 or 8640648. OLE color: 8640648.
HSL color Cylindrical-coordinate representation of color #88D883: hue angle of 116.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88D883 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 216 | 131 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.15 |
| HSL | 116.47º | 0.52% | 0.68% | - |
| HSV(B) | 116.47º | 0.39% | 0.85% | - |
| XYZ | 38.81 | 55.98 | 30.23 | - |
| YUV | 182.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 216 | 131 | 0.37 | 0 | 0.39 | 0.15 | 116.47 | 0.52 | 0.68 |
| Hex | 88 | D8 | 83 | 25 | 0 | 27 | F | 74 | 34 | 44 |
| Octal | 210 | 330 | 203 | 45 | 0 | 47 | 17 | 164 | 64 | 104 |
| Binary | 10001000 | 11011000 | 10000011 | 100101 | 0 | 100111 | 1111 | 1110100 | 110100 | 1000100 |
Color Harmonies of #88D883
Complementary color
Monochromatic Colors of #88D883
Black with #88D883
Text Example
Text Example
White with #88D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D883; }
p { color: rgb(136,216,131); }
H1.HeaderClassName
{
color: #88D883;
}
.AnyTagClassName
{
color: #88D883;
}
</style>
background-color css
<style>
a { background-color: #88D883; }
a { background-color: rgb(136,216,131); }
div.DivClassName
{
background-color: #88D883;
}
.BgClassName
{
background-color: #88D883;
}
</style>
border-color css
<style>
span { border-color: #88D883; }
span { border-color: rgb(136,216,131); }
td.TdClassName
{
border-color: #88D883;
}
.TagClassName
{
border-color: #88D883;
}
</style>