Shades of Lawn Green #80F309
Tints of Lawn Green #80F309
RGB
CMYK
RGB Variations
Color information
#80F309 (or 0x80F309) is known color: Lawn Green. HEX triplet: 80, F3 and 09. RGB value is (128,243,9). Sum of RGB (Red+Green+Blue) = 128+243+9=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #80F309 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F309 is #7F0CF6. Grayscale: #B6B6B6. Windows color (decimal): -8326391 or 652160. OLE color: 652160.
HSL color Cylindrical-coordinate representation of color #80F309: hue angle of 89.49º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80F309 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 9 | - |
| CMYK | 0.47 | 0 | 0.96 | 0.05 |
| HSL | 89.49º | 0.93% | 0.49% | - |
| HSV(B) | 89.49º | 0.96% | 0.95% | - |
| XYZ | 41 | 68.71 | 11.36 | - |
| YUV | 181.94 | 30.4 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 9 | 0.47 | 0 | 0.96 | 0.05 | 89.49 | 0.93 | 0.49 |
| Hex | 80 | F3 | 9 | 2F | 0 | 60 | 5 | 59 | 5D | 31 |
| Octal | 200 | 363 | 11 | 57 | 0 | 140 | 5 | 131 | 135 | 61 |
| Binary | 10000000 | 11110011 | 1001 | 101111 | 0 | 1100000 | 101 | 1011001 | 1011101 | 110001 |
Color Harmonies of #80F309
Complementary color
Monochromatic Colors of #80F309
Black with #80F309
Text Example
Text Example
White with #80F309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F309; }
p { color: rgb(128,243,9); }
H1.HeaderClassName
{
color: #80F309;
}
.AnyTagClassName
{
color: #80F309;
}
</style>
background-color css
<style>
a { background-color: #80F309; }
a { background-color: rgb(128,243,9); }
div.DivClassName
{
background-color: #80F309;
}
.BgClassName
{
background-color: #80F309;
}
</style>
border-color css
<style>
span { border-color: #80F309; }
span { border-color: rgb(128,243,9); }
td.TdClassName
{
border-color: #80F309;
}
.TagClassName
{
border-color: #80F309;
}
</style>