Shades of Lawn Green #80F919
Tints of Lawn Green #80F919
RGB
CMYK
RGB Variations
Color information
#80F919 (or 0x80F919) is known color: Lawn Green. HEX triplet: 80, F9 and 19. RGB value is (128,249,25). Sum of RGB (Red+Green+Blue) = 128+249+25=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #80F919 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F919 is #7F06E6. Grayscale: #BCBCBC. Windows color (decimal): -8324839 or 1702272. OLE color: 1702272.
HSL color Cylindrical-coordinate representation of color #80F919: hue angle of 92.41º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80F919 is Cyan = 0.49, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 25 | - |
| CMYK | 0.49 | 0 | 0.90 | 0.02 |
| HSL | 92.41º | 0.95% | 0.54% | - |
| HSV(B) | 92.41º | 0.9% | 0.98% | - |
| XYZ | 42.95 | 72.41 | 12.63 | - |
| YUV | 187.29 | 36.41 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 25 | 0.49 | 0 | 0.90 | 0.02 | 92.41 | 0.95 | 0.54 |
| Hex | 80 | F9 | 19 | 31 | 0 | 5A | 2 | 5C | 5F | 36 |
| Octal | 200 | 371 | 31 | 61 | 0 | 132 | 2 | 134 | 137 | 66 |
| Binary | 10000000 | 11111001 | 11001 | 110001 | 0 | 1011010 | 10 | 1011100 | 1011111 | 110110 |
Color Harmonies of #80F919
Complementary color
Monochromatic Colors of #80F919
Black with #80F919
Text Example
Text Example
White with #80F919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F919; }
p { color: rgb(128,249,25); }
H1.HeaderClassName
{
color: #80F919;
}
.AnyTagClassName
{
color: #80F919;
}
</style>
background-color css
<style>
a { background-color: #80F919; }
a { background-color: rgb(128,249,25); }
div.DivClassName
{
background-color: #80F919;
}
.BgClassName
{
background-color: #80F919;
}
</style>
border-color css
<style>
span { border-color: #80F919; }
span { border-color: rgb(128,249,25); }
td.TdClassName
{
border-color: #80F919;
}
.TagClassName
{
border-color: #80F919;
}
</style>