Shades of Pastel Green #88DC6D
Tints of Pastel Green #88DC6D
RGB
CMYK
RGB Variations
Color information
#88DC6D (or 0x88DC6D) is known color: Pastel Green. HEX triplet: 88, DC and 6D. RGB value is (136,220,109). Sum of RGB (Red+Green+Blue) = 136+220+109=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DC6D is #772392. Grayscale: #B6B6B6. Windows color (decimal): -7807891 or 7199880. OLE color: 7199880.
HSL color Cylindrical-coordinate representation of color #88DC6D: hue angle of 105.41º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88DC6D is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 109 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.14 |
| HSL | 105.41º | 0.61% | 0.65% | - |
| HSV(B) | 105.41º | 0.5% | 0.86% | - |
| XYZ | 38.51 | 57.52 | 23.54 | - |
| YUV | 182.23 | 86.67 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 109 | 0.38 | 0 | 0.50 | 0.14 | 105.41 | 0.61 | 0.65 |
| Hex | 88 | DC | 6D | 26 | 0 | 32 | E | 69 | 3D | 41 |
| Octal | 210 | 334 | 155 | 46 | 0 | 62 | 16 | 151 | 75 | 101 |
| Binary | 10001000 | 11011100 | 1101101 | 100110 | 0 | 110010 | 1110 | 1101001 | 111101 | 1000001 |
Color Harmonies of #88DC6D
Complementary color
Monochromatic Colors of #88DC6D
Black with #88DC6D
Text Example
Text Example
White with #88DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DC6D; }
p { color: rgb(136,220,109); }
H1.HeaderClassName
{
color: #88DC6D;
}
.AnyTagClassName
{
color: #88DC6D;
}
</style>
background-color css
<style>
a { background-color: #88DC6D; }
a { background-color: rgb(136,220,109); }
div.DivClassName
{
background-color: #88DC6D;
}
.BgClassName
{
background-color: #88DC6D;
}
</style>
border-color css
<style>
span { border-color: #88DC6D; }
span { border-color: rgb(136,220,109); }
td.TdClassName
{
border-color: #88DC6D;
}
.TagClassName
{
border-color: #88DC6D;
}
</style>