Shades of Lawn Green #80F712
Tints of Lawn Green #80F712
RGB
CMYK
RGB Variations
Color information
#80F712 (or 0x80F712) is known color: Lawn Green. HEX triplet: 80, F7 and 12. RGB value is (128,247,18). Sum of RGB (Red+Green+Blue) = 128+247+18=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 247 (96.88% from 255 or 62.85% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 247 - color contains mainly: green. Hex color #80F712 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F712 is #7F08ED. Grayscale: #BABABA. Windows color (decimal): -8325358 or 1243008. OLE color: 1243008.
HSL color Cylindrical-coordinate representation of color #80F712: hue angle of 91.18º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80F712 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 18 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.03 |
| HSL | 91.18º | 0.93% | 0.52% | - |
| HSV(B) | 91.18º | 0.93% | 0.97% | - |
| XYZ | 42.27 | 71.15 | 12.08 | - |
| YUV | 185.31 | 33.58 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 18 | 0.48 | 0 | 0.93 | 0.03 | 91.18 | 0.93 | 0.52 |
| Hex | 80 | F7 | 12 | 30 | 0 | 5D | 3 | 5B | 5D | 34 |
| Octal | 200 | 367 | 22 | 60 | 0 | 135 | 3 | 133 | 135 | 64 |
| Binary | 10000000 | 11110111 | 10010 | 110000 | 0 | 1011101 | 11 | 1011011 | 1011101 | 110100 |
Color Harmonies of #80F712
Complementary color
Monochromatic Colors of #80F712
Black with #80F712
Text Example
Text Example
White with #80F712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F712; }
p { color: rgb(128,247,18); }
H1.HeaderClassName
{
color: #80F712;
}
.AnyTagClassName
{
color: #80F712;
}
</style>
background-color css
<style>
a { background-color: #80F712; }
a { background-color: rgb(128,247,18); }
div.DivClassName
{
background-color: #80F712;
}
.BgClassName
{
background-color: #80F712;
}
</style>
border-color css
<style>
span { border-color: #80F712; }
span { border-color: rgb(128,247,18); }
td.TdClassName
{
border-color: #80F712;
}
.TagClassName
{
border-color: #80F712;
}
</style>