Shades of Light Green #88F28F
Tints of Light Green #88F28F
RGB
CMYK
RGB Variations
Color information
#88F28F (or 0x88F28F) is known color: Light Green. HEX triplet: 88, F2 and 8F. RGB value is (136,242,143). Sum of RGB (Red+Green+Blue) = 136+242+143=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #88F28F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #88F28F is #770D70. Grayscale: #C7C7C7. Windows color (decimal): -7802225 or 9433736. OLE color: 9433736.
HSL color Cylindrical-coordinate representation of color #88F28F: hue angle of 123.96º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88F28F is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 242 | 143 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.05 |
| HSL | 123.96º | 0.8% | 0.74% | - |
| HSV(B) | 123.96º | 0.44% | 0.95% | - |
| XYZ | 46.86 | 70.72 | 37.17 | - |
| YUV | 199.02 | 96.38 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 242 | 143 | 0.44 | 0 | 0.41 | 0.05 | 123.96 | 0.8 | 0.74 |
| Hex | 88 | F2 | 8F | 2C | 0 | 29 | 5 | 7C | 50 | 4A |
| Octal | 210 | 362 | 217 | 54 | 0 | 51 | 5 | 174 | 120 | 112 |
| Binary | 10001000 | 11110010 | 10001111 | 101100 | 0 | 101001 | 101 | 1111100 | 1010000 | 1001010 |
Color Harmonies of #88F28F
Complementary color
Monochromatic Colors of #88F28F
Black with #88F28F
Text Example
Text Example
White with #88F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F28F; }
p { color: rgb(136,242,143); }
H1.HeaderClassName
{
color: #88F28F;
}
.AnyTagClassName
{
color: #88F28F;
}
</style>
background-color css
<style>
a { background-color: #88F28F; }
a { background-color: rgb(136,242,143); }
div.DivClassName
{
background-color: #88F28F;
}
.BgClassName
{
background-color: #88F28F;
}
</style>
border-color css
<style>
span { border-color: #88F28F; }
span { border-color: rgb(136,242,143); }
td.TdClassName
{
border-color: #88F28F;
}
.TagClassName
{
border-color: #88F28F;
}
</style>