Shades of Lawn Green #80F121
Tints of Lawn Green #80F121
RGB
CMYK
RGB Variations
Color information
#80F121 (or 0x80F121) is known color: Lawn Green. HEX triplet: 80, F1 and 21. RGB value is (128,241,33). Sum of RGB (Red+Green+Blue) = 128+241+33=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 241 (94.53% from 255 or 59.95% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 241 - color contains mainly: green. Hex color #80F121 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F121 is #7F0EDE. Grayscale: #B8B8B8. Windows color (decimal): -8326879 or 2224512. OLE color: 2224512.
HSL color Cylindrical-coordinate representation of color #80F121: hue angle of 92.6º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80F121 is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 241 | 33 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.05 |
| HSL | 92.6º | 0.88% | 0.54% | - |
| HSV(B) | 92.6º | 0.86% | 0.95% | - |
| XYZ | 40.63 | 67.61 | 12.35 | - |
| YUV | 183.5 | 43.06 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 241 | 33 | 0.47 | 0 | 0.86 | 0.05 | 92.6 | 0.88 | 0.54 |
| Hex | 80 | F1 | 21 | 2F | 0 | 56 | 5 | 5D | 58 | 36 |
| Octal | 200 | 361 | 41 | 57 | 0 | 126 | 5 | 135 | 130 | 66 |
| Binary | 10000000 | 11110001 | 100001 | 101111 | 0 | 1010110 | 101 | 1011101 | 1011000 | 110110 |
Color Harmonies of #80F121
Complementary color
Monochromatic Colors of #80F121
Black with #80F121
Text Example
Text Example
White with #80F121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F121; }
p { color: rgb(128,241,33); }
H1.HeaderClassName
{
color: #80F121;
}
.AnyTagClassName
{
color: #80F121;
}
</style>
background-color css
<style>
a { background-color: #80F121; }
a { background-color: rgb(128,241,33); }
div.DivClassName
{
background-color: #80F121;
}
.BgClassName
{
background-color: #80F121;
}
</style>
border-color css
<style>
span { border-color: #80F121; }
span { border-color: rgb(128,241,33); }
td.TdClassName
{
border-color: #80F121;
}
.TagClassName
{
border-color: #80F121;
}
</style>