Shades of Lawn Green #80F006
Tints of Lawn Green #80F006
RGB
CMYK
RGB Variations
Color information
#80F006 (or 0x80F006) is known color: Lawn Green. HEX triplet: 80, F0 and 06. RGB value is (128,240,6). Sum of RGB (Red+Green+Blue) = 128+240+6=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #80F006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F006 is #7F0FF9. Grayscale: #B4B4B4. Windows color (decimal): -8327162 or 454784. OLE color: 454784.
HSL color Cylindrical-coordinate representation of color #80F006: hue angle of 88.72º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80F006 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 6 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.06 |
| HSL | 88.72º | 0.95% | 0.48% | - |
| HSV(B) | 88.72º | 0.98% | 0.94% | - |
| XYZ | 40.1 | 66.92 | 10.98 | - |
| YUV | 179.84 | 29.89 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 6 | 0.47 | 0 | 0.98 | 0.06 | 88.72 | 0.95 | 0.48 |
| Hex | 80 | F0 | 6 | 2F | 0 | 62 | 6 | 59 | 5F | 30 |
| Octal | 200 | 360 | 6 | 57 | 0 | 142 | 6 | 131 | 137 | 60 |
| Binary | 10000000 | 11110000 | 110 | 101111 | 0 | 1100010 | 110 | 1011001 | 1011111 | 110000 |
Color Harmonies of #80F006
Complementary color
Monochromatic Colors of #80F006
Black with #80F006
Text Example
Text Example
White with #80F006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F006; }
p { color: rgb(128,240,6); }
H1.HeaderClassName
{
color: #80F006;
}
.AnyTagClassName
{
color: #80F006;
}
</style>
background-color css
<style>
a { background-color: #80F006; }
a { background-color: rgb(128,240,6); }
div.DivClassName
{
background-color: #80F006;
}
.BgClassName
{
background-color: #80F006;
}
</style>
border-color css
<style>
span { border-color: #80F006; }
span { border-color: rgb(128,240,6); }
td.TdClassName
{
border-color: #80F006;
}
.TagClassName
{
border-color: #80F006;
}
</style>