Shades of Lawn Green #80F705
Tints of Lawn Green #80F705
RGB
CMYK
RGB Variations
Color information
#80F705 (or 0x80F705) is known color: Lawn Green. HEX triplet: 80, F7 and 05. RGB value is (128,247,5). Sum of RGB (Red+Green+Blue) = 128+247+5=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #80F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F705 is #7F08FA. Grayscale: #B8B8B8. Windows color (decimal): -8325371 or 391040. OLE color: 391040.
HSL color Cylindrical-coordinate representation of color #80F705: hue angle of 89.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80F705 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 5 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.03 |
| HSL | 89.5º | 0.96% | 0.49% | - |
| HSV(B) | 89.5º | 0.98% | 0.97% | - |
| XYZ | 42.19 | 71.12 | 11.65 | - |
| YUV | 183.83 | 27.08 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 5 | 0.48 | 0 | 0.98 | 0.03 | 89.5 | 0.96 | 0.49 |
| Hex | 80 | F7 | 5 | 30 | 0 | 62 | 3 | 5A | 60 | 31 |
| Octal | 200 | 367 | 5 | 60 | 0 | 142 | 3 | 132 | 140 | 61 |
| Binary | 10000000 | 11110111 | 101 | 110000 | 0 | 1100010 | 11 | 1011010 | 1100000 | 110001 |
Color Harmonies of #80F705
Complementary color
Monochromatic Colors of #80F705
Black with #80F705
Text Example
Text Example
White with #80F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F705; }
p { color: rgb(128,247,5); }
H1.HeaderClassName
{
color: #80F705;
}
.AnyTagClassName
{
color: #80F705;
}
</style>
background-color css
<style>
a { background-color: #80F705; }
a { background-color: rgb(128,247,5); }
div.DivClassName
{
background-color: #80F705;
}
.BgClassName
{
background-color: #80F705;
}
</style>
border-color css
<style>
span { border-color: #80F705; }
span { border-color: rgb(128,247,5); }
td.TdClassName
{
border-color: #80F705;
}
.TagClassName
{
border-color: #80F705;
}
</style>