Shades of Light Green #88F37A
Tints of Light Green #88F37A
RGB
CMYK
RGB Variations
Color information
#88F37A (or 0x88F37A) is known color: Light Green. HEX triplet: 88, F3 and 7A. RGB value is (136,243,122). Sum of RGB (Red+Green+Blue) = 136+243+122=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #88F37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #88F37A is #770C85. Grayscale: #C5C5C5. Windows color (decimal): -7801990 or 8057736. OLE color: 8057736.
HSL color Cylindrical-coordinate representation of color #88F37A: hue angle of 113.06º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88F37A is Cyan = 0.44, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 243 | 122 | - |
| CMYK | 0.44 | 0 | 0.50 | 0.05 |
| HSL | 113.06º | 0.83% | 0.72% | - |
| HSV(B) | 113.06º | 0.5% | 0.95% | - |
| XYZ | 45.72 | 70.74 | 29.66 | - |
| YUV | 197.21 | 85.55 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 243 | 122 | 0.44 | 0 | 0.50 | 0.05 | 113.06 | 0.83 | 0.72 |
| Hex | 88 | F3 | 7A | 2C | 0 | 32 | 5 | 71 | 53 | 48 |
| Octal | 210 | 363 | 172 | 54 | 0 | 62 | 5 | 161 | 123 | 110 |
| Binary | 10001000 | 11110011 | 1111010 | 101100 | 0 | 110010 | 101 | 1110001 | 1010011 | 1001000 |
Color Harmonies of #88F37A
Complementary color
Monochromatic Colors of #88F37A
Black with #88F37A
Text Example
Text Example
White with #88F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F37A; }
p { color: rgb(136,243,122); }
H1.HeaderClassName
{
color: #88F37A;
}
.AnyTagClassName
{
color: #88F37A;
}
</style>
background-color css
<style>
a { background-color: #88F37A; }
a { background-color: rgb(136,243,122); }
div.DivClassName
{
background-color: #88F37A;
}
.BgClassName
{
background-color: #88F37A;
}
</style>
border-color css
<style>
span { border-color: #88F37A; }
span { border-color: rgb(136,243,122); }
td.TdClassName
{
border-color: #88F37A;
}
.TagClassName
{
border-color: #88F37A;
}
</style>