Shades of Lawn Green #80F613
Tints of Lawn Green #80F613
RGB
CMYK
RGB Variations
Color information
#80F613 (or 0x80F613) is known color: Lawn Green. HEX triplet: 80, F6 and 13. RGB value is (128,246,19). Sum of RGB (Red+Green+Blue) = 128+246+19=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 246 (96.48% from 255 or 62.60% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 246 - color contains mainly: green. Hex color #80F613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F613 is #7F09EC. Grayscale: #B9B9B9. Windows color (decimal): -8325613 or 1308288. OLE color: 1308288.
HSL color Cylindrical-coordinate representation of color #80F613: hue angle of 91.19º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80F613 is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 19 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.04 |
| HSL | 91.19º | 0.93% | 0.52% | - |
| HSV(B) | 91.19º | 0.92% | 0.96% | - |
| XYZ | 41.98 | 70.55 | 12.02 | - |
| YUV | 184.84 | 34.41 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 19 | 0.48 | 0 | 0.92 | 0.04 | 91.19 | 0.93 | 0.52 |
| Hex | 80 | F6 | 13 | 30 | 0 | 5C | 4 | 5B | 5D | 34 |
| Octal | 200 | 366 | 23 | 60 | 0 | 134 | 4 | 133 | 135 | 64 |
| Binary | 10000000 | 11110110 | 10011 | 110000 | 0 | 1011100 | 100 | 1011011 | 1011101 | 110100 |
Color Harmonies of #80F613
Complementary color
Monochromatic Colors of #80F613
Black with #80F613
Text Example
Text Example
White with #80F613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F613; }
p { color: rgb(128,246,19); }
H1.HeaderClassName
{
color: #80F613;
}
.AnyTagClassName
{
color: #80F613;
}
</style>
background-color css
<style>
a { background-color: #80F613; }
a { background-color: rgb(128,246,19); }
div.DivClassName
{
background-color: #80F613;
}
.BgClassName
{
background-color: #80F613;
}
</style>
border-color css
<style>
span { border-color: #80F613; }
span { border-color: rgb(128,246,19); }
td.TdClassName
{
border-color: #80F613;
}
.TagClassName
{
border-color: #80F613;
}
</style>