Shades of Light Green #88F295
Tints of Light Green #88F295
RGB
CMYK
RGB Variations
Color information
#88F295 (or 0x88F295) is known color: Light Green. HEX triplet: 88, F2 and 95. RGB value is (136,242,149). Sum of RGB (Red+Green+Blue) = 136+242+149=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #88F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F295 is #770D6A. Grayscale: #C7C7C7. Windows color (decimal): -7802219 or 9826952. OLE color: 9826952.
HSL color Cylindrical-coordinate representation of color #88F295: hue angle of 127.36º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F295 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 242 | 149 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.05 |
| HSL | 127.36º | 0.8% | 0.74% | - |
| HSV(B) | 127.36º | 0.44% | 0.95% | - |
| XYZ | 47.33 | 70.91 | 39.63 | - |
| YUV | 199.7 | 99.38 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 242 | 149 | 0.44 | 0 | 0.38 | 0.05 | 127.36 | 0.8 | 0.74 |
| Hex | 88 | F2 | 95 | 2C | 0 | 26 | 5 | 7F | 50 | 4A |
| Octal | 210 | 362 | 225 | 54 | 0 | 46 | 5 | 177 | 120 | 112 |
| Binary | 10001000 | 11110010 | 10010101 | 101100 | 0 | 100110 | 101 | 1111111 | 1010000 | 1001010 |
Color Harmonies of #88F295
Complementary color
Monochromatic Colors of #88F295
Black with #88F295
Text Example
Text Example
White with #88F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F295; }
p { color: rgb(136,242,149); }
H1.HeaderClassName
{
color: #88F295;
}
.AnyTagClassName
{
color: #88F295;
}
</style>
background-color css
<style>
a { background-color: #88F295; }
a { background-color: rgb(136,242,149); }
div.DivClassName
{
background-color: #88F295;
}
.BgClassName
{
background-color: #88F295;
}
</style>
border-color css
<style>
span { border-color: #88F295; }
span { border-color: rgb(136,242,149); }
td.TdClassName
{
border-color: #88F295;
}
.TagClassName
{
border-color: #88F295;
}
</style>