Shades of Light Green #88FF8D
Tints of Light Green #88FF8D
RGB
CMYK
RGB Variations
Color information
#88FF8D (or 0x88FF8D) is known color: Light Green. HEX triplet: 88, FF and 8D. RGB value is (136,255,141). Sum of RGB (Red+Green+Blue) = 136+255+141=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 141 (55.47% from 255 or 26.50% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #88FF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88FF8D is #770072. Grayscale: #CECECE. Windows color (decimal): -7798899 or 9305992. OLE color: 9305992.
HSL color Cylindrical-coordinate representation of color #88FF8D: hue angle of 122.52º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88FF8D is Cyan = 0.47, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 141 | - |
| CMYK | 0.47 | 0 | 0.45 | 0 |
| HSL | 122.52º | 1% | 0.77% | - |
| HSV(B) | 122.52º | 0.47% | 1% | - |
| XYZ | 50.72 | 78.68 | 37.71 | - |
| YUV | 206.42 | 91.08 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 141 | 0.47 | 0 | 0.45 | 0 | 122.52 | 1 | 0.77 |
| Hex | 88 | FF | 8D | 2F | 0 | 2D | 0 | 7B | 64 | 4D |
| Octal | 210 | 377 | 215 | 57 | 0 | 55 | 0 | 173 | 144 | 115 |
| Binary | 10001000 | 11111111 | 10001101 | 101111 | 0 | 101101 | 0 | 1111011 | 1100100 | 1001101 |
Color Harmonies of #88FF8D
Complementary color
Monochromatic Colors of #88FF8D
Black with #88FF8D
Text Example
Text Example
White with #88FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FF8D; }
p { color: rgb(136,255,141); }
H1.HeaderClassName
{
color: #88FF8D;
}
.AnyTagClassName
{
color: #88FF8D;
}
</style>
background-color css
<style>
a { background-color: #88FF8D; }
a { background-color: rgb(136,255,141); }
div.DivClassName
{
background-color: #88FF8D;
}
.BgClassName
{
background-color: #88FF8D;
}
</style>
border-color css
<style>
span { border-color: #88FF8D; }
span { border-color: rgb(136,255,141); }
td.TdClassName
{
border-color: #88FF8D;
}
.TagClassName
{
border-color: #88FF8D;
}
</style>