Shades of Lawn Green #80F70B
Tints of Lawn Green #80F70B
RGB
CMYK
RGB Variations
Color information
#80F70B (or 0x80F70B) is known color: Lawn Green. HEX triplet: 80, F7 and 0B. RGB value is (128,247,11). Sum of RGB (Red+Green+Blue) = 128+247+11=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 247 (96.88% from 255 or 63.99% from 386); Blue value is 11 (4.69% from 255 or 2.85% from 386); Max value from RGB is 247 - color contains mainly: green. Hex color #80F70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F70B is #7F08F4. Grayscale: #B9B9B9. Windows color (decimal): -8325365 or 784256. OLE color: 784256.
HSL color Cylindrical-coordinate representation of color #80F70B: hue angle of 90.25º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80F70B is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 11 | - |
| CMYK | 0.48 | 0 | 0.96 | 0.03 |
| HSL | 90.25º | 0.94% | 0.51% | - |
| HSV(B) | 90.25º | 0.96% | 0.97% | - |
| XYZ | 42.22 | 71.13 | 11.82 | - |
| YUV | 184.52 | 30.08 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 11 | 0.48 | 0 | 0.96 | 0.03 | 90.25 | 0.94 | 0.51 |
| Hex | 80 | F7 | B | 30 | 0 | 60 | 3 | 5A | 5E | 33 |
| Octal | 200 | 367 | 13 | 60 | 0 | 140 | 3 | 132 | 136 | 63 |
| Binary | 10000000 | 11110111 | 1011 | 110000 | 0 | 1100000 | 11 | 1011010 | 1011110 | 110011 |
Color Harmonies of #80F70B
Complementary color
Monochromatic Colors of #80F70B
Black with #80F70B
Text Example
Text Example
White with #80F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F70B; }
p { color: rgb(128,247,11); }
H1.HeaderClassName
{
color: #80F70B;
}
.AnyTagClassName
{
color: #80F70B;
}
</style>
background-color css
<style>
a { background-color: #80F70B; }
a { background-color: rgb(128,247,11); }
div.DivClassName
{
background-color: #80F70B;
}
.BgClassName
{
background-color: #80F70B;
}
</style>
border-color css
<style>
span { border-color: #80F70B; }
span { border-color: rgb(128,247,11); }
td.TdClassName
{
border-color: #80F70B;
}
.TagClassName
{
border-color: #80F70B;
}
</style>