Shades of Lawn Green #80F304
Tints of Lawn Green #80F304
RGB
CMYK
RGB Variations
Color information
#80F304 (or 0x80F304) is known color: Lawn Green. HEX triplet: 80, F3 and 04. RGB value is (128,243,4). Sum of RGB (Red+Green+Blue) = 128+243+4=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 4 (1.95% from 255 or 1.07% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #80F304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F304 is #7F0CFB. Grayscale: #B6B6B6. Windows color (decimal): -8326396 or 324480. OLE color: 324480.
HSL color Cylindrical-coordinate representation of color #80F304: hue angle of 88.87º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80F304 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 4 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.05 |
| HSL | 88.87º | 0.97% | 0.48% | - |
| HSV(B) | 88.87º | 0.98% | 0.95% | - |
| XYZ | 40.97 | 68.7 | 11.22 | - |
| YUV | 181.37 | 27.9 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 4 | 0.47 | 0 | 0.98 | 0.05 | 88.87 | 0.97 | 0.48 |
| Hex | 80 | F3 | 4 | 2F | 0 | 62 | 5 | 59 | 61 | 30 |
| Octal | 200 | 363 | 4 | 57 | 0 | 142 | 5 | 131 | 141 | 60 |
| Binary | 10000000 | 11110011 | 100 | 101111 | 0 | 1100010 | 101 | 1011001 | 1100001 | 110000 |
Color Harmonies of #80F304
Complementary color
Monochromatic Colors of #80F304
Black with #80F304
Text Example
Text Example
White with #80F304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F304; }
p { color: rgb(128,243,4); }
H1.HeaderClassName
{
color: #80F304;
}
.AnyTagClassName
{
color: #80F304;
}
</style>
background-color css
<style>
a { background-color: #80F304; }
a { background-color: rgb(128,243,4); }
div.DivClassName
{
background-color: #80F304;
}
.BgClassName
{
background-color: #80F304;
}
</style>
border-color css
<style>
span { border-color: #80F304; }
span { border-color: rgb(128,243,4); }
td.TdClassName
{
border-color: #80F304;
}
.TagClassName
{
border-color: #80F304;
}
</style>