Shades of Lawn Green #80F318
Tints of Lawn Green #80F318
RGB
CMYK
RGB Variations
Color information
#80F318 (or 0x80F318) is known color: Lawn Green. HEX triplet: 80, F3 and 18. RGB value is (128,243,24). Sum of RGB (Red+Green+Blue) = 128+243+24=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #80F318 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F318 is #7F0CE7. Grayscale: #B8B8B8. Windows color (decimal): -8326376 or 1635200. OLE color: 1635200.
HSL color Cylindrical-coordinate representation of color #80F318: hue angle of 91.51º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80F318 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 24 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.05 |
| HSL | 91.51º | 0.9% | 0.52% | - |
| HSV(B) | 91.51º | 0.9% | 0.95% | - |
| XYZ | 41.12 | 68.76 | 11.97 | - |
| YUV | 183.65 | 37.9 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 24 | 0.47 | 0 | 0.90 | 0.05 | 91.51 | 0.9 | 0.52 |
| Hex | 80 | F3 | 18 | 2F | 0 | 5A | 5 | 5C | 5A | 34 |
| Octal | 200 | 363 | 30 | 57 | 0 | 132 | 5 | 134 | 132 | 64 |
| Binary | 10000000 | 11110011 | 11000 | 101111 | 0 | 1011010 | 101 | 1011100 | 1011010 | 110100 |
Color Harmonies of #80F318
Complementary color
Monochromatic Colors of #80F318
Black with #80F318
Text Example
Text Example
White with #80F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F318; }
p { color: rgb(128,243,24); }
H1.HeaderClassName
{
color: #80F318;
}
.AnyTagClassName
{
color: #80F318;
}
</style>
background-color css
<style>
a { background-color: #80F318; }
a { background-color: rgb(128,243,24); }
div.DivClassName
{
background-color: #80F318;
}
.BgClassName
{
background-color: #80F318;
}
</style>
border-color css
<style>
span { border-color: #80F318; }
span { border-color: rgb(128,243,24); }
td.TdClassName
{
border-color: #80F318;
}
.TagClassName
{
border-color: #80F318;
}
</style>