Shades of Light Green #88F07F
Tints of Light Green #88F07F
RGB
CMYK
RGB Variations
Color information
#88F07F (or 0x88F07F) is known color: Light Green. HEX triplet: 88, F0 and 7F. RGB value is (136,240,127). Sum of RGB (Red+Green+Blue) = 136+240+127=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 240 - color contains mainly: green. Hex color #88F07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88F07F is #770F80. Grayscale: #C4C4C4. Windows color (decimal): -7802753 or 8384648. OLE color: 8384648.
HSL color Cylindrical-coordinate representation of color #88F07F: hue angle of 115.22º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88F07F is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 127 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.06 |
| HSL | 115.22º | 0.79% | 0.72% | - |
| HSV(B) | 115.22º | 0.47% | 0.94% | - |
| XYZ | 45.14 | 69.09 | 31.03 | - |
| YUV | 196.02 | 89.04 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 127 | 0.43 | 0 | 0.47 | 0.06 | 115.22 | 0.79 | 0.72 |
| Hex | 88 | F0 | 7F | 2B | 0 | 2F | 6 | 73 | 4F | 48 |
| Octal | 210 | 360 | 177 | 53 | 0 | 57 | 6 | 163 | 117 | 110 |
| Binary | 10001000 | 11110000 | 1111111 | 101011 | 0 | 101111 | 110 | 1110011 | 1001111 | 1001000 |
Color Harmonies of #88F07F
Complementary color
Monochromatic Colors of #88F07F
Black with #88F07F
Text Example
Text Example
White with #88F07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F07F; }
p { color: rgb(136,240,127); }
H1.HeaderClassName
{
color: #88F07F;
}
.AnyTagClassName
{
color: #88F07F;
}
</style>
background-color css
<style>
a { background-color: #88F07F; }
a { background-color: rgb(136,240,127); }
div.DivClassName
{
background-color: #88F07F;
}
.BgClassName
{
background-color: #88F07F;
}
</style>
border-color css
<style>
span { border-color: #88F07F; }
span { border-color: rgb(136,240,127); }
td.TdClassName
{
border-color: #88F07F;
}
.TagClassName
{
border-color: #88F07F;
}
</style>