Shades of Lawn Green #80EF00
Tints of Lawn Green #80EF00
RGB
CMYK
RGB Variations
Color information
#80EF00 (or 0x80EF00) is known color: Lawn Green. HEX triplet: 80, EF and 00. RGB value is (128,239,0). Sum of RGB (Red+Green+Blue) = 128+239+0=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 239 (93.75% from 255 or 65.12% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EF00 is #7F10FF. Grayscale: #B3B3B3. Windows color (decimal): -8327424 or 61312. OLE color: 61312.
HSL color Cylindrical-coordinate representation of color #80EF00: hue angle of 87.87º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80EF00 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 0 | - |
| CMYK | 0.46 | 0 | 1 | 0.06 |
| HSL | 87.87º | 1% | 0.47% | - |
| HSV(B) | 87.87º | 1% | 0.94% | - |
| XYZ | 39.77 | 66.32 | 10.71 | - |
| YUV | 178.57 | 27.23 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 0 | 0.46 | 0 | 1 | 0.06 | 87.87 | 1 | 0.47 |
| Hex | 80 | EF | 0 | 2E | 0 | 64 | 6 | 58 | 64 | 2F |
| Octal | 200 | 357 | 0 | 56 | 0 | 144 | 6 | 130 | 144 | 57 |
| Binary | 10000000 | 11101111 | 0 | 101110 | 0 | 1100100 | 110 | 1011000 | 1100100 | 101111 |
Color Harmonies of #80EF00
Complementary color
Monochromatic Colors of #80EF00
Black with #80EF00
Text Example
Text Example
White with #80EF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF00; }
p { color: rgb(128,239,0); }
H1.HeaderClassName
{
color: #80EF00;
}
.AnyTagClassName
{
color: #80EF00;
}
</style>
background-color css
<style>
a { background-color: #80EF00; }
a { background-color: rgb(128,239,0); }
div.DivClassName
{
background-color: #80EF00;
}
.BgClassName
{
background-color: #80EF00;
}
</style>
border-color css
<style>
span { border-color: #80EF00; }
span { border-color: rgb(128,239,0); }
td.TdClassName
{
border-color: #80EF00;
}
.TagClassName
{
border-color: #80EF00;
}
</style>