Shades of Pastel Green #88DC73
Tints of Pastel Green #88DC73
RGB
CMYK
RGB Variations
Color information
#88DC73 (or 0x88DC73) is known color: Pastel Green. HEX triplet: 88, DC and 73. RGB value is (136,220,115). Sum of RGB (Red+Green+Blue) = 136+220+115=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #88DC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88DC73 is #77238C. Grayscale: #B7B7B7. Windows color (decimal): -7807885 or 7593096. OLE color: 7593096.
HSL color Cylindrical-coordinate representation of color #88DC73: hue angle of 108º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #88DC73 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 115 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.14 |
| HSL | 108º | 0.6% | 0.66% | - |
| HSV(B) | 108º | 0.48% | 0.86% | - |
| XYZ | 38.84 | 57.66 | 25.3 | - |
| YUV | 182.91 | 89.67 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 115 | 0.38 | 0 | 0.48 | 0.14 | 108 | 0.6 | 0.66 |
| Hex | 88 | DC | 73 | 26 | 0 | 30 | E | 6C | 3C | 42 |
| Octal | 210 | 334 | 163 | 46 | 0 | 60 | 16 | 154 | 74 | 102 |
| Binary | 10001000 | 11011100 | 1110011 | 100110 | 0 | 110000 | 1110 | 1101100 | 111100 | 1000010 |
Color Harmonies of #88DC73
Complementary color
Monochromatic Colors of #88DC73
Black with #88DC73
Text Example
Text Example
White with #88DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DC73; }
p { color: rgb(136,220,115); }
H1.HeaderClassName
{
color: #88DC73;
}
.AnyTagClassName
{
color: #88DC73;
}
</style>
background-color css
<style>
a { background-color: #88DC73; }
a { background-color: rgb(136,220,115); }
div.DivClassName
{
background-color: #88DC73;
}
.BgClassName
{
background-color: #88DC73;
}
</style>
border-color css
<style>
span { border-color: #88DC73; }
span { border-color: rgb(136,220,115); }
td.TdClassName
{
border-color: #88DC73;
}
.TagClassName
{
border-color: #88DC73;
}
</style>