Shades of Lawn Green #80F409
Tints of Lawn Green #80F409
RGB
CMYK
RGB Variations
Color information
#80F409 (or 0x80F409) is known color: Lawn Green. HEX triplet: 80, F4 and 09. RGB value is (128,244,9). Sum of RGB (Red+Green+Blue) = 128+244+9=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 244 (95.70% from 255 or 64.04% from 381); Blue value is 9 (3.91% from 255 or 2.36% from 381); Max value from RGB is 244 - color contains mainly: green. Hex color #80F409 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F409 is #7F0BF6. Grayscale: #B7B7B7. Windows color (decimal): -8326135 or 652416. OLE color: 652416.
HSL color Cylindrical-coordinate representation of color #80F409: hue angle of 89.62º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80F409 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 244 | 9 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.04 |
| HSL | 89.62º | 0.93% | 0.5% | - |
| HSV(B) | 89.62º | 0.96% | 0.96% | - |
| XYZ | 41.3 | 69.31 | 11.46 | - |
| YUV | 182.53 | 30.07 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 244 | 9 | 0.48 | 0 | 0.96 | 0.04 | 89.62 | 0.93 | 0.5 |
| Hex | 80 | F4 | 9 | 30 | 0 | 60 | 4 | 5A | 5D | 32 |
| Octal | 200 | 364 | 11 | 60 | 0 | 140 | 4 | 132 | 135 | 62 |
| Binary | 10000000 | 11110100 | 1001 | 110000 | 0 | 1100000 | 100 | 1011010 | 1011101 | 110010 |
Color Harmonies of #80F409
Complementary color
Monochromatic Colors of #80F409
Black with #80F409
Text Example
Text Example
White with #80F409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F409; }
p { color: rgb(128,244,9); }
H1.HeaderClassName
{
color: #80F409;
}
.AnyTagClassName
{
color: #80F409;
}
</style>
background-color css
<style>
a { background-color: #80F409; }
a { background-color: rgb(128,244,9); }
div.DivClassName
{
background-color: #80F409;
}
.BgClassName
{
background-color: #80F409;
}
</style>
border-color css
<style>
span { border-color: #80F409; }
span { border-color: rgb(128,244,9); }
td.TdClassName
{
border-color: #80F409;
}
.TagClassName
{
border-color: #80F409;
}
</style>