Shades of Pastel Green #88D479
Tints of Pastel Green #88D479
RGB
CMYK
RGB Variations
Color information
#88D479 (or 0x88D479) is known color: Pastel Green. HEX triplet: 88, D4 and 79. RGB value is (136,212,121). Sum of RGB (Red+Green+Blue) = 136+212+121=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 212 - color contains mainly: green. Hex color #88D479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D479 is #772B86. Grayscale: #B3B3B3. Windows color (decimal): -7809927 or 7984264. OLE color: 7984264.
HSL color Cylindrical-coordinate representation of color #88D479: hue angle of 110.11º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88D479 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 212 | 121 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.17 |
| HSL | 110.11º | 0.51% | 0.65% | - |
| HSV(B) | 110.11º | 0.43% | 0.83% | - |
| XYZ | 37.15 | 53.7 | 26.5 | - |
| YUV | 178.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 212 | 121 | 0.36 | 0 | 0.43 | 0.17 | 110.11 | 0.51 | 0.65 |
| Hex | 88 | D4 | 79 | 24 | 0 | 2B | 11 | 6E | 33 | 41 |
| Octal | 210 | 324 | 171 | 44 | 0 | 53 | 21 | 156 | 63 | 101 |
| Binary | 10001000 | 11010100 | 1111001 | 100100 | 0 | 101011 | 10001 | 1101110 | 110011 | 1000001 |
Color Harmonies of #88D479
Complementary color
Monochromatic Colors of #88D479
Black with #88D479
Text Example
Text Example
White with #88D479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D479; }
p { color: rgb(136,212,121); }
H1.HeaderClassName
{
color: #88D479;
}
.AnyTagClassName
{
color: #88D479;
}
</style>
background-color css
<style>
a { background-color: #88D479; }
a { background-color: rgb(136,212,121); }
div.DivClassName
{
background-color: #88D479;
}
.BgClassName
{
background-color: #88D479;
}
</style>
border-color css
<style>
span { border-color: #88D479; }
span { border-color: rgb(136,212,121); }
td.TdClassName
{
border-color: #88D479;
}
.TagClassName
{
border-color: #88D479;
}
</style>