Shades of Lawn Green #80F605
Tints of Lawn Green #80F605
RGB
CMYK
RGB Variations
Color information
#80F605 (or 0x80F605) is known color: Lawn Green. HEX triplet: 80, F6 and 05. RGB value is (128,246,5). Sum of RGB (Red+Green+Blue) = 128+246+5=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 246 (96.48% from 255 or 64.91% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 246 - color contains mainly: green. Hex color #80F605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F605 is #7F09FA. Grayscale: #B8B8B8. Windows color (decimal): -8325627 or 390784. OLE color: 390784.
HSL color Cylindrical-coordinate representation of color #80F605: hue angle of 89.38º degrees, saturation: 0.96, 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 #80F605 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 128 | 246 | 5 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.04 |
| HSL | 89.38º | 0.96% | 0.49% | - |
| HSV(B) | 89.38º | 0.98% | 0.96% | - |
| XYZ | 41.89 | 70.51 | 11.55 | - |
| YUV | 183.24 | 27.41 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 246 | 5 | 0.48 | 0 | 0.98 | 0.04 | 89.38 | 0.96 | 0.49 |
| Hex | 80 | F6 | 5 | 30 | 0 | 62 | 4 | 59 | 60 | 31 |
| Octal | 200 | 366 | 5 | 60 | 0 | 142 | 4 | 131 | 140 | 61 |
| Binary | 10000000 | 11110110 | 101 | 110000 | 0 | 1100010 | 100 | 1011001 | 1100000 | 110001 |
Color Harmonies of #80F605
Complementary color
Monochromatic Colors of #80F605
Black with #80F605
Text Example
Text Example
White with #80F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F605; }
p { color: rgb(128,246,5); }
H1.HeaderClassName
{
color: #80F605;
}
.AnyTagClassName
{
color: #80F605;
}
</style>
background-color css
<style>
a { background-color: #80F605; }
a { background-color: rgb(128,246,5); }
div.DivClassName
{
background-color: #80F605;
}
.BgClassName
{
background-color: #80F605;
}
</style>
border-color css
<style>
span { border-color: #80F605; }
span { border-color: rgb(128,246,5); }
td.TdClassName
{
border-color: #80F605;
}
.TagClassName
{
border-color: #80F605;
}
</style>