Shades of Pastel Green #88DB7E
Tints of Pastel Green #88DB7E
RGB
CMYK
RGB Variations
Color information
#88DB7E (or 0x88DB7E) is known color: Pastel Green. HEX triplet: 88, DB and 7E. RGB value is (136,219,126). Sum of RGB (Red+Green+Blue) = 136+219+126=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DB7E is #772481. Grayscale: #B7B7B7. Windows color (decimal): -7808130 or 8313736. OLE color: 8313736.
HSL color Cylindrical-coordinate representation of color #88DB7E: hue angle of 113.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88DB7E is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 126 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.14 |
| HSL | 113.55º | 0.56% | 0.68% | - |
| HSV(B) | 113.55º | 0.42% | 0.86% | - |
| XYZ | 39.25 | 57.4 | 28.75 | - |
| YUV | 183.58 | 95.5 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 126 | 0.38 | 0 | 0.42 | 0.14 | 113.55 | 0.56 | 0.68 |
| Hex | 88 | DB | 7E | 26 | 0 | 2A | E | 72 | 38 | 44 |
| Octal | 210 | 333 | 176 | 46 | 0 | 52 | 16 | 162 | 70 | 104 |
| Binary | 10001000 | 11011011 | 1111110 | 100110 | 0 | 101010 | 1110 | 1110010 | 111000 | 1000100 |
Color Harmonies of #88DB7E
Complementary color
Monochromatic Colors of #88DB7E
Black with #88DB7E
Text Example
Text Example
White with #88DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB7E; }
p { color: rgb(136,219,126); }
H1.HeaderClassName
{
color: #88DB7E;
}
.AnyTagClassName
{
color: #88DB7E;
}
</style>
background-color css
<style>
a { background-color: #88DB7E; }
a { background-color: rgb(136,219,126); }
div.DivClassName
{
background-color: #88DB7E;
}
.BgClassName
{
background-color: #88DB7E;
}
</style>
border-color css
<style>
span { border-color: #88DB7E; }
span { border-color: rgb(136,219,126); }
td.TdClassName
{
border-color: #88DB7E;
}
.TagClassName
{
border-color: #88DB7E;
}
</style>