Shades of Lawn Green #80F00D
Tints of Lawn Green #80F00D
RGB
CMYK
RGB Variations
Color information
#80F00D (or 0x80F00D) is known color: Lawn Green. HEX triplet: 80, F0 and 0D. RGB value is (128,240,13). Sum of RGB (Red+Green+Blue) = 128+240+13=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 240 (94.14% from 255 or 62.99% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 240 - color contains mainly: green. Hex color #80F00D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F00D is #7F0FF2. Grayscale: #B5B5B5. Windows color (decimal): -8327155 or 913536. OLE color: 913536.
HSL color Cylindrical-coordinate representation of color #80F00D: hue angle of 89.6º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80F00D is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 13 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.06 |
| HSL | 89.6º | 0.9% | 0.5% | - |
| HSV(B) | 89.6º | 0.95% | 0.94% | - |
| XYZ | 40.13 | 66.94 | 11.19 | - |
| YUV | 180.63 | 33.39 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 13 | 0.47 | 0 | 0.95 | 0.06 | 89.6 | 0.9 | 0.5 |
| Hex | 80 | F0 | D | 2F | 0 | 5F | 6 | 5A | 5A | 32 |
| Octal | 200 | 360 | 15 | 57 | 0 | 137 | 6 | 132 | 132 | 62 |
| Binary | 10000000 | 11110000 | 1101 | 101111 | 0 | 1011111 | 110 | 1011010 | 1011010 | 110010 |
Color Harmonies of #80F00D
Complementary color
Monochromatic Colors of #80F00D
Black with #80F00D
Text Example
Text Example
White with #80F00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F00D; }
p { color: rgb(128,240,13); }
H1.HeaderClassName
{
color: #80F00D;
}
.AnyTagClassName
{
color: #80F00D;
}
</style>
background-color css
<style>
a { background-color: #80F00D; }
a { background-color: rgb(128,240,13); }
div.DivClassName
{
background-color: #80F00D;
}
.BgClassName
{
background-color: #80F00D;
}
</style>
border-color css
<style>
span { border-color: #80F00D; }
span { border-color: rgb(128,240,13); }
td.TdClassName
{
border-color: #80F00D;
}
.TagClassName
{
border-color: #80F00D;
}
</style>