Shades of Lawn Green #80F714
Tints of Lawn Green #80F714
RGB
CMYK
RGB Variations
Color information
#80F714 (or 0x80F714) is known color: Lawn Green. HEX triplet: 80, F7 and 14. RGB value is (128,247,20). Sum of RGB (Red+Green+Blue) = 128+247+20=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 247 (96.88% from 255 or 62.53% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 247 - color contains mainly: green. Hex color #80F714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F714 is #7F08EB. Grayscale: #BABABA. Windows color (decimal): -8325356 or 1374080. OLE color: 1374080.
HSL color Cylindrical-coordinate representation of color #80F714: hue angle of 91.45º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80F714 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 20 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.03 |
| HSL | 91.45º | 0.93% | 0.52% | - |
| HSV(B) | 91.45º | 0.92% | 0.97% | - |
| XYZ | 42.29 | 71.16 | 12.17 | - |
| YUV | 185.54 | 34.58 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 20 | 0.48 | 0 | 0.92 | 0.03 | 91.45 | 0.93 | 0.52 |
| Hex | 80 | F7 | 14 | 30 | 0 | 5C | 3 | 5B | 5D | 34 |
| Octal | 200 | 367 | 24 | 60 | 0 | 134 | 3 | 133 | 135 | 64 |
| Binary | 10000000 | 11110111 | 10100 | 110000 | 0 | 1011100 | 11 | 1011011 | 1011101 | 110100 |
Color Harmonies of #80F714
Complementary color
Monochromatic Colors of #80F714
Black with #80F714
Text Example
Text Example
White with #80F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F714; }
p { color: rgb(128,247,20); }
H1.HeaderClassName
{
color: #80F714;
}
.AnyTagClassName
{
color: #80F714;
}
</style>
background-color css
<style>
a { background-color: #80F714; }
a { background-color: rgb(128,247,20); }
div.DivClassName
{
background-color: #80F714;
}
.BgClassName
{
background-color: #80F714;
}
</style>
border-color css
<style>
span { border-color: #80F714; }
span { border-color: rgb(128,247,20); }
td.TdClassName
{
border-color: #80F714;
}
.TagClassName
{
border-color: #80F714;
}
</style>