Shades of Lawn Green #80F010
Tints of Lawn Green #80F010
RGB
CMYK
RGB Variations
Color information
#80F010 (or 0x80F010) is known color: Lawn Green. HEX triplet: 80, F0 and 10. RGB value is (128,240,16). Sum of RGB (Red+Green+Blue) = 128+240+16=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 240 (94.14% from 255 or 62.5% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 240 - color contains mainly: green. Hex color #80F010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F010 is #7F0FEF. Grayscale: #B5B5B5. Windows color (decimal): -8327152 or 1110144. OLE color: 1110144.
HSL color Cylindrical-coordinate representation of color #80F010: hue angle of 90º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80F010 is Cyan = 0.47, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 16 | - |
| CMYK | 0.47 | 0 | 0.93 | 0.06 |
| HSL | 90º | 0.88% | 0.5% | - |
| HSV(B) | 90º | 0.93% | 0.94% | - |
| XYZ | 40.16 | 66.95 | 11.3 | - |
| YUV | 180.98 | 34.89 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 16 | 0.47 | 0 | 0.93 | 0.06 | 90 | 0.88 | 0.5 |
| Hex | 80 | F0 | 10 | 2F | 0 | 5D | 6 | 5A | 58 | 32 |
| Octal | 200 | 360 | 20 | 57 | 0 | 135 | 6 | 132 | 130 | 62 |
| Binary | 10000000 | 11110000 | 10000 | 101111 | 0 | 1011101 | 110 | 1011010 | 1011000 | 110010 |
Color Harmonies of #80F010
Complementary color
Monochromatic Colors of #80F010
Black with #80F010
Text Example
Text Example
White with #80F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F010; }
p { color: rgb(128,240,16); }
H1.HeaderClassName
{
color: #80F010;
}
.AnyTagClassName
{
color: #80F010;
}
</style>
background-color css
<style>
a { background-color: #80F010; }
a { background-color: rgb(128,240,16); }
div.DivClassName
{
background-color: #80F010;
}
.BgClassName
{
background-color: #80F010;
}
</style>
border-color css
<style>
span { border-color: #80F010; }
span { border-color: rgb(128,240,16); }
td.TdClassName
{
border-color: #80F010;
}
.TagClassName
{
border-color: #80F010;
}
</style>