Shades of Lawn Green #80F211
Tints of Lawn Green #80F211
RGB
CMYK
RGB Variations
Color information
#80F211 (or 0x80F211) is known color: Lawn Green. HEX triplet: 80, F2 and 11. RGB value is (128,242,17). Sum of RGB (Red+Green+Blue) = 128+242+17=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 242 (94.92% from 255 or 62.53% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 242 - color contains mainly: green. Hex color #80F211 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F211 is #7F0DEE. Grayscale: #B7B7B7. Windows color (decimal): -8326639 or 1176192. OLE color: 1176192.
HSL color Cylindrical-coordinate representation of color #80F211: hue angle of 90.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80F211 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 242 | 17 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.05 |
| HSL | 90.4º | 0.9% | 0.51% | - |
| HSV(B) | 90.4º | 0.93% | 0.95% | - |
| XYZ | 40.76 | 68.13 | 11.53 | - |
| YUV | 182.26 | 34.73 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 242 | 17 | 0.47 | 0 | 0.93 | 0.05 | 90.4 | 0.9 | 0.51 |
| Hex | 80 | F2 | 11 | 2F | 0 | 5D | 5 | 5A | 5A | 33 |
| Octal | 200 | 362 | 21 | 57 | 0 | 135 | 5 | 132 | 132 | 63 |
| Binary | 10000000 | 11110010 | 10001 | 101111 | 0 | 1011101 | 101 | 1011010 | 1011010 | 110011 |
Color Harmonies of #80F211
Complementary color
Monochromatic Colors of #80F211
Black with #80F211
Text Example
Text Example
White with #80F211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F211; }
p { color: rgb(128,242,17); }
H1.HeaderClassName
{
color: #80F211;
}
.AnyTagClassName
{
color: #80F211;
}
</style>
background-color css
<style>
a { background-color: #80F211; }
a { background-color: rgb(128,242,17); }
div.DivClassName
{
background-color: #80F211;
}
.BgClassName
{
background-color: #80F211;
}
</style>
border-color css
<style>
span { border-color: #80F211; }
span { border-color: rgb(128,242,17); }
td.TdClassName
{
border-color: #80F211;
}
.TagClassName
{
border-color: #80F211;
}
</style>