Shades of Pastel Green #88DF80
Tints of Pastel Green #88DF80
RGB
CMYK
RGB Variations
Color information
#88DF80 (or 0x88DF80) is known color: Pastel Green. HEX triplet: 88, DF and 80. RGB value is (136,223,128). Sum of RGB (Red+Green+Blue) = 136+223+128=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #88DF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DF80 is #77207F. Grayscale: #BABABA. Windows color (decimal): -7807104 or 8445832. OLE color: 8445832.
HSL color Cylindrical-coordinate representation of color #88DF80: hue angle of 114.95º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88DF80 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 223 | 128 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.13 |
| HSL | 114.95º | 0.6% | 0.69% | - |
| HSV(B) | 114.95º | 0.43% | 0.87% | - |
| XYZ | 40.44 | 59.57 | 29.79 | - |
| YUV | 186.16 | 95.18 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 223 | 128 | 0.39 | 0 | 0.43 | 0.13 | 114.95 | 0.6 | 0.69 |
| Hex | 88 | DF | 80 | 27 | 0 | 2B | D | 73 | 3C | 45 |
| Octal | 210 | 337 | 200 | 47 | 0 | 53 | 15 | 163 | 74 | 105 |
| Binary | 10001000 | 11011111 | 10000000 | 100111 | 0 | 101011 | 1101 | 1110011 | 111100 | 1000101 |
Color Harmonies of #88DF80
Complementary color
Monochromatic Colors of #88DF80
Black with #88DF80
Text Example
Text Example
White with #88DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DF80; }
p { color: rgb(136,223,128); }
H1.HeaderClassName
{
color: #88DF80;
}
.AnyTagClassName
{
color: #88DF80;
}
</style>
background-color css
<style>
a { background-color: #88DF80; }
a { background-color: rgb(136,223,128); }
div.DivClassName
{
background-color: #88DF80;
}
.BgClassName
{
background-color: #88DF80;
}
</style>
border-color css
<style>
span { border-color: #88DF80; }
span { border-color: rgb(136,223,128); }
td.TdClassName
{
border-color: #88DF80;
}
.TagClassName
{
border-color: #88DF80;
}
</style>