Shades of Light Green #88F085
Tints of Light Green #88F085
RGB
CMYK
RGB Variations
Color information
#88F085 (or 0x88F085) is known color: Light Green. HEX triplet: 88, F0 and 85. RGB value is (136,240,133). Sum of RGB (Red+Green+Blue) = 136+240+133=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #88F085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F085 is #770F7A. Grayscale: #C5C5C5. Windows color (decimal): -7802747 or 8777864. OLE color: 8777864.
HSL color Cylindrical-coordinate representation of color #88F085: hue angle of 118.32º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88F085 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 240 | 133 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.06 |
| HSL | 118.32º | 0.78% | 0.73% | - |
| HSV(B) | 118.32º | 0.45% | 0.94% | - |
| XYZ | 45.55 | 69.25 | 33.16 | - |
| YUV | 196.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 240 | 133 | 0.43 | 0 | 0.45 | 0.06 | 118.32 | 0.78 | 0.73 |
| Hex | 88 | F0 | 85 | 2B | 0 | 2D | 6 | 76 | 4E | 49 |
| Octal | 210 | 360 | 205 | 53 | 0 | 55 | 6 | 166 | 116 | 111 |
| Binary | 10001000 | 11110000 | 10000101 | 101011 | 0 | 101101 | 110 | 1110110 | 1001110 | 1001001 |
Color Harmonies of #88F085
Complementary color
Monochromatic Colors of #88F085
Black with #88F085
Text Example
Text Example
White with #88F085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F085; }
p { color: rgb(136,240,133); }
H1.HeaderClassName
{
color: #88F085;
}
.AnyTagClassName
{
color: #88F085;
}
</style>
background-color css
<style>
a { background-color: #88F085; }
a { background-color: rgb(136,240,133); }
div.DivClassName
{
background-color: #88F085;
}
.BgClassName
{
background-color: #88F085;
}
</style>
border-color css
<style>
span { border-color: #88F085; }
span { border-color: rgb(136,240,133); }
td.TdClassName
{
border-color: #88F085;
}
.TagClassName
{
border-color: #88F085;
}
</style>