Shades of Lawn Green #80FA06
Tints of Lawn Green #80FA06
RGB
CMYK
RGB Variations
Color information
#80FA06 (or 0x80FA06) is known color: Lawn Green. HEX triplet: 80, FA and 06. RGB value is (128,250,6). Sum of RGB (Red+Green+Blue) = 128+250+6=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80FA06 is #7F05F9. Grayscale: #BABABA. Windows color (decimal): -8324602 or 457344. OLE color: 457344.
HSL color Cylindrical-coordinate representation of color #80FA06: hue angle of 90º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80FA06 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 6 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.02 |
| HSL | 90º | 0.96% | 0.5% | - |
| HSV(B) | 90º | 0.98% | 0.98% | - |
| XYZ | 43.12 | 72.97 | 11.98 | - |
| YUV | 185.71 | 26.58 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 6 | 0.49 | 0 | 0.98 | 0.02 | 90 | 0.96 | 0.5 |
| Hex | 80 | FA | 6 | 31 | 0 | 62 | 2 | 5A | 60 | 32 |
| Octal | 200 | 372 | 6 | 61 | 0 | 142 | 2 | 132 | 140 | 62 |
| Binary | 10000000 | 11111010 | 110 | 110001 | 0 | 1100010 | 10 | 1011010 | 1100000 | 110010 |
Color Harmonies of #80FA06
Complementary color
Monochromatic Colors of #80FA06
Black with #80FA06
Text Example
Text Example
White with #80FA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA06; }
p { color: rgb(128,250,6); }
H1.HeaderClassName
{
color: #80FA06;
}
.AnyTagClassName
{
color: #80FA06;
}
</style>
background-color css
<style>
a { background-color: #80FA06; }
a { background-color: rgb(128,250,6); }
div.DivClassName
{
background-color: #80FA06;
}
.BgClassName
{
background-color: #80FA06;
}
</style>
border-color css
<style>
span { border-color: #80FA06; }
span { border-color: rgb(128,250,6); }
td.TdClassName
{
border-color: #80FA06;
}
.TagClassName
{
border-color: #80FA06;
}
</style>