Shades of Lawn Green #80EF1B
Tints of Lawn Green #80EF1B
RGB
CMYK
RGB Variations
Color information
#80EF1B (or 0x80EF1B) is known color: Lawn Green. HEX triplet: 80, EF and 1B. RGB value is (128,239,27). Sum of RGB (Red+Green+Blue) = 128+239+27=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 239 (93.75% from 255 or 60.66% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EF1B is #7F10E4. Grayscale: #B6B6B6. Windows color (decimal): -8327397 or 1830784. OLE color: 1830784.
HSL color Cylindrical-coordinate representation of color #80EF1B: hue angle of 91.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80EF1B is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 27 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.06 |
| HSL | 91.42º | 0.87% | 0.52% | - |
| HSV(B) | 91.42º | 0.89% | 0.94% | - |
| XYZ | 39.97 | 66.4 | 11.75 | - |
| YUV | 181.64 | 40.73 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 27 | 0.46 | 0 | 0.89 | 0.06 | 91.42 | 0.87 | 0.52 |
| Hex | 80 | EF | 1B | 2E | 0 | 59 | 6 | 5B | 57 | 34 |
| Octal | 200 | 357 | 33 | 56 | 0 | 131 | 6 | 133 | 127 | 64 |
| Binary | 10000000 | 11101111 | 11011 | 101110 | 0 | 1011001 | 110 | 1011011 | 1010111 | 110100 |
Color Harmonies of #80EF1B
Complementary color
Monochromatic Colors of #80EF1B
Black with #80EF1B
Text Example
Text Example
White with #80EF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF1B; }
p { color: rgb(128,239,27); }
H1.HeaderClassName
{
color: #80EF1B;
}
.AnyTagClassName
{
color: #80EF1B;
}
</style>
background-color css
<style>
a { background-color: #80EF1B; }
a { background-color: rgb(128,239,27); }
div.DivClassName
{
background-color: #80EF1B;
}
.BgClassName
{
background-color: #80EF1B;
}
</style>
border-color css
<style>
span { border-color: #80EF1B; }
span { border-color: rgb(128,239,27); }
td.TdClassName
{
border-color: #80EF1B;
}
.TagClassName
{
border-color: #80EF1B;
}
</style>