Shades of Lawn Green #80F506
Tints of Lawn Green #80F506
RGB
CMYK
RGB Variations
Color information
#80F506 (or 0x80F506) is known color: Lawn Green. HEX triplet: 80, F5 and 06. RGB value is (128,245,6). Sum of RGB (Red+Green+Blue) = 128+245+6=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 6 (2.73% from 255 or 1.58% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #80F506 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F506 is #7F0AF9. Grayscale: #B7B7B7. Windows color (decimal): -8325882 or 456064. OLE color: 456064.
HSL color Cylindrical-coordinate representation of color #80F506: hue angle of 89.37º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80F506 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 245 | 6 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.04 |
| HSL | 89.37º | 0.95% | 0.49% | - |
| HSV(B) | 89.37º | 0.98% | 0.96% | - |
| XYZ | 41.59 | 69.91 | 11.47 | - |
| YUV | 182.77 | 28.24 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 245 | 6 | 0.48 | 0 | 0.98 | 0.04 | 89.37 | 0.95 | 0.49 |
| Hex | 80 | F5 | 6 | 30 | 0 | 62 | 4 | 59 | 5F | 31 |
| Octal | 200 | 365 | 6 | 60 | 0 | 142 | 4 | 131 | 137 | 61 |
| Binary | 10000000 | 11110101 | 110 | 110000 | 0 | 1100010 | 100 | 1011001 | 1011111 | 110001 |
Color Harmonies of #80F506
Complementary color
Monochromatic Colors of #80F506
Black with #80F506
Text Example
Text Example
White with #80F506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F506; }
p { color: rgb(128,245,6); }
H1.HeaderClassName
{
color: #80F506;
}
.AnyTagClassName
{
color: #80F506;
}
</style>
background-color css
<style>
a { background-color: #80F506; }
a { background-color: rgb(128,245,6); }
div.DivClassName
{
background-color: #80F506;
}
.BgClassName
{
background-color: #80F506;
}
</style>
border-color css
<style>
span { border-color: #80F506; }
span { border-color: rgb(128,245,6); }
td.TdClassName
{
border-color: #80F506;
}
.TagClassName
{
border-color: #80F506;
}
</style>