Shades of Light Green #88F098
Tints of Light Green #88F098
RGB
CMYK
RGB Variations
Color information
#88F098 (or 0x88F098) is known color: Light Green. HEX triplet: 88, F0 and 98. RGB value is (136,240,152). Sum of RGB (Red+Green+Blue) = 136+240+152=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 240 - color contains mainly: green. Hex color #88F098 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F098 is #770F67. Grayscale: #C7C7C7. Windows color (decimal): -7802728 or 10023048. OLE color: 10023048.
HSL color Cylindrical-coordinate representation of color #88F098: hue angle of 129.23º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88F098 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 152 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.06 |
| HSL | 129.23º | 0.78% | 0.74% | - |
| HSV(B) | 129.23º | 0.43% | 0.94% | - |
| XYZ | 46.98 | 69.82 | 40.71 | - |
| YUV | 198.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 152 | 0.43 | 0 | 0.37 | 0.06 | 129.23 | 0.78 | 0.74 |
| Hex | 88 | F0 | 98 | 2B | 0 | 25 | 6 | 81 | 4E | 4A |
| Octal | 210 | 360 | 230 | 53 | 0 | 45 | 6 | 201 | 116 | 112 |
| Binary | 10001000 | 11110000 | 10011000 | 101011 | 0 | 100101 | 110 | 10000001 | 1001110 | 1001010 |
Color Harmonies of #88F098
Complementary color
Monochromatic Colors of #88F098
Black with #88F098
Text Example
Text Example
White with #88F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F098; }
p { color: rgb(136,240,152); }
H1.HeaderClassName
{
color: #88F098;
}
.AnyTagClassName
{
color: #88F098;
}
</style>
background-color css
<style>
a { background-color: #88F098; }
a { background-color: rgb(136,240,152); }
div.DivClassName
{
background-color: #88F098;
}
.BgClassName
{
background-color: #88F098;
}
</style>
border-color css
<style>
span { border-color: #88F098; }
span { border-color: rgb(136,240,152); }
td.TdClassName
{
border-color: #88F098;
}
.TagClassName
{
border-color: #88F098;
}
</style>