Shades of Lawn Green #88F221
Tints of Lawn Green #88F221
RGB
CMYK
RGB Variations
Color information
#88F221 (or 0x88F221) is known color: Lawn Green. HEX triplet: 88, F2 and 21. RGB value is (136,242,33). Sum of RGB (Red+Green+Blue) = 136+242+33=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #88F221 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #88F221 is #770DDE. Grayscale: #BBBBBB. Windows color (decimal): -7802335 or 2224776. OLE color: 2224776.
HSL color Cylindrical-coordinate representation of color #88F221: hue angle of 90.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88F221 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 242 | 33 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.05 |
| HSL | 90.43º | 0.89% | 0.54% | - |
| HSV(B) | 90.43º | 0.86% | 0.95% | - |
| XYZ | 42.18 | 68.85 | 12.5 | - |
| YUV | 186.48 | 41.38 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 242 | 33 | 0.44 | 0 | 0.86 | 0.05 | 90.43 | 0.89 | 0.54 |
| Hex | 88 | F2 | 21 | 2C | 0 | 56 | 5 | 5A | 59 | 36 |
| Octal | 210 | 362 | 41 | 54 | 0 | 126 | 5 | 132 | 131 | 66 |
| Binary | 10001000 | 11110010 | 100001 | 101100 | 0 | 1010110 | 101 | 1011010 | 1011001 | 110110 |
Color Harmonies of #88F221
Complementary color
Monochromatic Colors of #88F221
Black with #88F221
Text Example
Text Example
White with #88F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88F221; }
p { color: rgb(136,242,33); }
H1.HeaderClassName
{
color: #88F221;
}
.AnyTagClassName
{
color: #88F221;
}
</style>
background-color css
<style>
a { background-color: #88F221; }
a { background-color: rgb(136,242,33); }
div.DivClassName
{
background-color: #88F221;
}
.BgClassName
{
background-color: #88F221;
}
</style>
border-color css
<style>
span { border-color: #88F221; }
span { border-color: rgb(136,242,33); }
td.TdClassName
{
border-color: #88F221;
}
.TagClassName
{
border-color: #88F221;
}
</style>