Shades of Light Green #88DD94
Tints of Light Green #88DD94
RGB
CMYK
RGB Variations
Color information
#88DD94 (or 0x88DD94) is known color: Light Green. HEX triplet: 88, DD and 94. RGB value is (136,221,148). Sum of RGB (Red+Green+Blue) = 136+221+148=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #88DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DD94 is #77226B. Grayscale: #BBBBBB. Windows color (decimal): -7807596 or 9756040. OLE color: 9756040.
HSL color Cylindrical-coordinate representation of color #88DD94: hue angle of 128.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DD94 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 148 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.13 |
| HSL | 128.47º | 0.56% | 0.7% | - |
| HSV(B) | 128.47º | 0.38% | 0.87% | - |
| XYZ | 41.36 | 59.09 | 37.24 | - |
| YUV | 187.26 | 105.84 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 148 | 0.38 | 0 | 0.33 | 0.13 | 128.47 | 0.56 | 0.7 |
| Hex | 88 | DD | 94 | 26 | 0 | 21 | D | 80 | 38 | 46 |
| Octal | 210 | 335 | 224 | 46 | 0 | 41 | 15 | 200 | 70 | 106 |
| Binary | 10001000 | 11011101 | 10010100 | 100110 | 0 | 100001 | 1101 | 10000000 | 111000 | 1000110 |
Color Harmonies of #88DD94
Complementary color
Monochromatic Colors of #88DD94
Black with #88DD94
Text Example
Text Example
White with #88DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DD94; }
p { color: rgb(136,221,148); }
H1.HeaderClassName
{
color: #88DD94;
}
.AnyTagClassName
{
color: #88DD94;
}
</style>
background-color css
<style>
a { background-color: #88DD94; }
a { background-color: rgb(136,221,148); }
div.DivClassName
{
background-color: #88DD94;
}
.BgClassName
{
background-color: #88DD94;
}
</style>
border-color css
<style>
span { border-color: #88DD94; }
span { border-color: rgb(136,221,148); }
td.TdClassName
{
border-color: #88DD94;
}
.TagClassName
{
border-color: #88DD94;
}
</style>