Shades of Lawn Green #80F512
Tints of Lawn Green #80F512
RGB
CMYK
RGB Variations
Color information
#80F512 (or 0x80F512) is known color: Lawn Green. HEX triplet: 80, F5 and 12. RGB value is (128,245,18). Sum of RGB (Red+Green+Blue) = 128+245+18=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 245 (96.09% from 255 or 62.66% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 245 - color contains mainly: green. Hex color #80F512 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F512 is #7F0AED. Grayscale: #B8B8B8. Windows color (decimal): -8325870 or 1242496. OLE color: 1242496.
HSL color Cylindrical-coordinate representation of color #80F512: hue angle of 90.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80F512 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 18 | - |
| CMYK | 0.48 | 0 | 0.93 | 0.04 |
| HSL | 90.93º | 0.92% | 0.52% | - |
| HSV(B) | 90.93º | 0.93% | 0.96% | - |
| XYZ | 41.66 | 69.94 | 11.88 | - |
| YUV | 184.14 | 34.24 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 18 | 0.48 | 0 | 0.93 | 0.04 | 90.93 | 0.92 | 0.52 |
| Hex | 80 | F5 | 12 | 30 | 0 | 5D | 4 | 5B | 5C | 34 |
| Octal | 200 | 365 | 22 | 60 | 0 | 135 | 4 | 133 | 134 | 64 |
| Binary | 10000000 | 11110101 | 10010 | 110000 | 0 | 1011101 | 100 | 1011011 | 1011100 | 110100 |
Color Harmonies of #80F512
Complementary color
Monochromatic Colors of #80F512
Black with #80F512
Text Example
Text Example
White with #80F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F512; }
p { color: rgb(128,245,18); }
H1.HeaderClassName
{
color: #80F512;
}
.AnyTagClassName
{
color: #80F512;
}
</style>
background-color css
<style>
a { background-color: #80F512; }
a { background-color: rgb(128,245,18); }
div.DivClassName
{
background-color: #80F512;
}
.BgClassName
{
background-color: #80F512;
}
</style>
border-color css
<style>
span { border-color: #80F512; }
span { border-color: rgb(128,245,18); }
td.TdClassName
{
border-color: #80F512;
}
.TagClassName
{
border-color: #80F512;
}
</style>