Shades of Lawn Green #80F229
Tints of Lawn Green #80F229
RGB
CMYK
RGB Variations
Color information
#80F229 (or 0x80F229) is known color: Lawn Green. HEX triplet: 80, F2 and 29. RGB value is (128,242,41). Sum of RGB (Red+Green+Blue) = 128+242+41=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 242 (94.92% from 255 or 58.88% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 242 - color contains mainly: green. Hex color #80F229 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F229 is #7F0DD6. Grayscale: #B9B9B9. Windows color (decimal): -8326615 or 2749056. OLE color: 2749056.
HSL color Cylindrical-coordinate representation of color #80F229: hue angle of 94.03º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80F229 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 41 | - |
| CMYK | 0.47 | 0 | 0.83 | 0.05 |
| HSL | 94.03º | 0.89% | 0.55% | - |
| HSV(B) | 94.03º | 0.83% | 0.95% | - |
| XYZ | 41.05 | 68.25 | 13.11 | - |
| YUV | 185 | 46.73 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 41 | 0.47 | 0 | 0.83 | 0.05 | 94.03 | 0.89 | 0.55 |
| Hex | 80 | F2 | 29 | 2F | 0 | 53 | 5 | 5E | 59 | 37 |
| Octal | 200 | 362 | 51 | 57 | 0 | 123 | 5 | 136 | 131 | 67 |
| Binary | 10000000 | 11110010 | 101001 | 101111 | 0 | 1010011 | 101 | 1011110 | 1011001 | 110111 |
Color Harmonies of #80F229
Complementary color
Monochromatic Colors of #80F229
Black with #80F229
Text Example
Text Example
White with #80F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F229; }
p { color: rgb(128,242,41); }
H1.HeaderClassName
{
color: #80F229;
}
.AnyTagClassName
{
color: #80F229;
}
</style>
background-color css
<style>
a { background-color: #80F229; }
a { background-color: rgb(128,242,41); }
div.DivClassName
{
background-color: #80F229;
}
.BgClassName
{
background-color: #80F229;
}
</style>
border-color css
<style>
span { border-color: #80F229; }
span { border-color: rgb(128,242,41); }
td.TdClassName
{
border-color: #80F229;
}
.TagClassName
{
border-color: #80F229;
}
</style>