Shades of Pastel Green #88DB6A
Tints of Pastel Green #88DB6A
RGB
CMYK
RGB Variations
Color information
#88DB6A (or 0x88DB6A) is known color: Pastel Green. HEX triplet: 88, DB and 6A. RGB value is (136,219,106). Sum of RGB (Red+Green+Blue) = 136+219+106=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 106 (41.80% from 255 or 22.99% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DB6A is #772495. Grayscale: #B5B5B5. Windows color (decimal): -7808150 or 7003016. OLE color: 7003016.
HSL color Cylindrical-coordinate representation of color #88DB6A: hue angle of 104.07º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88DB6A is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 106 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.14 |
| HSL | 104.07º | 0.61% | 0.64% | - |
| HSV(B) | 104.07º | 0.52% | 0.86% | - |
| XYZ | 38.09 | 56.94 | 22.62 | - |
| YUV | 181.3 | 85.5 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 106 | 0.38 | 0 | 0.52 | 0.14 | 104.07 | 0.61 | 0.64 |
| Hex | 88 | DB | 6A | 26 | 0 | 34 | E | 68 | 3D | 40 |
| Octal | 210 | 333 | 152 | 46 | 0 | 64 | 16 | 150 | 75 | 100 |
| Binary | 10001000 | 11011011 | 1101010 | 100110 | 0 | 110100 | 1110 | 1101000 | 111101 | 1000000 |
Color Harmonies of #88DB6A
Complementary color
Monochromatic Colors of #88DB6A
Black with #88DB6A
Text Example
Text Example
White with #88DB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB6A; }
p { color: rgb(136,219,106); }
H1.HeaderClassName
{
color: #88DB6A;
}
.AnyTagClassName
{
color: #88DB6A;
}
</style>
background-color css
<style>
a { background-color: #88DB6A; }
a { background-color: rgb(136,219,106); }
div.DivClassName
{
background-color: #88DB6A;
}
.BgClassName
{
background-color: #88DB6A;
}
</style>
border-color css
<style>
span { border-color: #88DB6A; }
span { border-color: rgb(136,219,106); }
td.TdClassName
{
border-color: #88DB6A;
}
.TagClassName
{
border-color: #88DB6A;
}
</style>