Shades of Lawn Green #80F422
Tints of Lawn Green #80F422
RGB
CMYK
RGB Variations
Color information
#80F422 (or 0x80F422) is known color: Lawn Green. HEX triplet: 80, F4 and 22. RGB value is (128,244,34). Sum of RGB (Red+Green+Blue) = 128+244+34=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 244 (95.70% from 255 or 60.10% from 406); Blue value is 34 (13.67% from 255 or 8.37% from 406); Max value from RGB is 244 - color contains mainly: green. Hex color #80F422 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F422 is #7F0BDD. Grayscale: #BABABA. Windows color (decimal): -8326110 or 2290816. OLE color: 2290816.
HSL color Cylindrical-coordinate representation of color #80F422: hue angle of 93.14º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80F422 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 244 | 34 | - |
| CMYK | 0.48 | 0 | 0.86 | 0.04 |
| HSL | 93.14º | 0.91% | 0.55% | - |
| HSV(B) | 93.14º | 0.86% | 0.96% | - |
| XYZ | 41.54 | 69.41 | 12.72 | - |
| YUV | 185.38 | 42.57 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 244 | 34 | 0.48 | 0 | 0.86 | 0.04 | 93.14 | 0.91 | 0.55 |
| Hex | 80 | F4 | 22 | 30 | 0 | 56 | 4 | 5D | 5B | 37 |
| Octal | 200 | 364 | 42 | 60 | 0 | 126 | 4 | 135 | 133 | 67 |
| Binary | 10000000 | 11110100 | 100010 | 110000 | 0 | 1010110 | 100 | 1011101 | 1011011 | 110111 |
Color Harmonies of #80F422
Complementary color
Monochromatic Colors of #80F422
Black with #80F422
Text Example
Text Example
White with #80F422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F422; }
p { color: rgb(128,244,34); }
H1.HeaderClassName
{
color: #80F422;
}
.AnyTagClassName
{
color: #80F422;
}
</style>
background-color css
<style>
a { background-color: #80F422; }
a { background-color: rgb(128,244,34); }
div.DivClassName
{
background-color: #80F422;
}
.BgClassName
{
background-color: #80F422;
}
</style>
border-color css
<style>
span { border-color: #80F422; }
span { border-color: rgb(128,244,34); }
td.TdClassName
{
border-color: #80F422;
}
.TagClassName
{
border-color: #80F422;
}
</style>