Shades of Lawn Green #80F918
Tints of Lawn Green #80F918
RGB
CMYK
RGB Variations
Color information
#80F918 (or 0x80F918) is known color: Lawn Green. HEX triplet: 80, F9 and 18. RGB value is (128,249,24). Sum of RGB (Red+Green+Blue) = 128+249+24=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 249 (97.66% from 255 or 62.09% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 249 - color contains mainly: green. Hex color #80F918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F918 is #7F06E7. Grayscale: #BBBBBB. Windows color (decimal): -8324840 or 1636736. OLE color: 1636736.
HSL color Cylindrical-coordinate representation of color #80F918: hue angle of 92.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80F918 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 24 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.02 |
| HSL | 92.27º | 0.95% | 0.54% | - |
| HSV(B) | 92.27º | 0.9% | 0.98% | - |
| XYZ | 42.94 | 72.41 | 12.58 | - |
| YUV | 187.17 | 35.91 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 24 | 0.49 | 0 | 0.90 | 0.02 | 92.27 | 0.95 | 0.54 |
| Hex | 80 | F9 | 18 | 31 | 0 | 5A | 2 | 5C | 5F | 36 |
| Octal | 200 | 371 | 30 | 61 | 0 | 132 | 2 | 134 | 137 | 66 |
| Binary | 10000000 | 11111001 | 11000 | 110001 | 0 | 1011010 | 10 | 1011100 | 1011111 | 110110 |
Color Harmonies of #80F918
Complementary color
Monochromatic Colors of #80F918
Black with #80F918
Text Example
Text Example
White with #80F918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F918; }
p { color: rgb(128,249,24); }
H1.HeaderClassName
{
color: #80F918;
}
.AnyTagClassName
{
color: #80F918;
}
</style>
background-color css
<style>
a { background-color: #80F918; }
a { background-color: rgb(128,249,24); }
div.DivClassName
{
background-color: #80F918;
}
.BgClassName
{
background-color: #80F918;
}
</style>
border-color css
<style>
span { border-color: #80F918; }
span { border-color: rgb(128,249,24); }
td.TdClassName
{
border-color: #80F918;
}
.TagClassName
{
border-color: #80F918;
}
</style>