Shades of Light Green #88FF7D
Tints of Light Green #88FF7D
RGB
CMYK
RGB Variations
Color information
#88FF7D (or 0x88FF7D) is known color: Light Green. HEX triplet: 88, FF and 7D. RGB value is (136,255,125). Sum of RGB (Red+Green+Blue) = 136+255+125=516 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.36% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #88FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88FF7D is #770082. Grayscale: #CDCDCD. Windows color (decimal): -7798915 or 8257416. OLE color: 8257416.
HSL color Cylindrical-coordinate representation of color #88FF7D: hue angle of 114.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88FF7D is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 255 | 125 | - |
| CMYK | 0.47 | 0 | 0.51 | 0 |
| HSL | 114.92º | 1% | 0.75% | - |
| HSV(B) | 114.92º | 0.51% | 1% | - |
| XYZ | 49.62 | 78.23 | 31.89 | - |
| YUV | 204.6 | 83.08 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 255 | 125 | 0.47 | 0 | 0.51 | 0 | 114.92 | 1 | 0.75 |
| Hex | 88 | FF | 7D | 2F | 0 | 33 | 0 | 73 | 64 | 4B |
| Octal | 210 | 377 | 175 | 57 | 0 | 63 | 0 | 163 | 144 | 113 |
| Binary | 10001000 | 11111111 | 1111101 | 101111 | 0 | 110011 | 0 | 1110011 | 1100100 | 1001011 |
Color Harmonies of #88FF7D
Complementary color
Monochromatic Colors of #88FF7D
Black with #88FF7D
Text Example
Text Example
White with #88FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88FF7D; }
p { color: rgb(136,255,125); }
H1.HeaderClassName
{
color: #88FF7D;
}
.AnyTagClassName
{
color: #88FF7D;
}
</style>
background-color css
<style>
a { background-color: #88FF7D; }
a { background-color: rgb(136,255,125); }
div.DivClassName
{
background-color: #88FF7D;
}
.BgClassName
{
background-color: #88FF7D;
}
</style>
border-color css
<style>
span { border-color: #88FF7D; }
span { border-color: rgb(136,255,125); }
td.TdClassName
{
border-color: #88FF7D;
}
.TagClassName
{
border-color: #88FF7D;
}
</style>