Shades of Green Yellow #80F940
Tints of Green Yellow #80F940
RGB
CMYK
RGB Variations
Color information
#80F940 (or 0x80F940) is known color: Green Yellow. HEX triplet: 80, F9 and 40. RGB value is (128,249,64). Sum of RGB (Red+Green+Blue) = 128+249+64=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #80F940 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F940 is #7F06BF. Grayscale: #C0C0C0. Windows color (decimal): -8324800 or 4258176. OLE color: 4258176.
HSL color Cylindrical-coordinate representation of color #80F940: hue angle of 99.24º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80F940 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 64 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.02 |
| HSL | 99.24º | 0.94% | 0.61% | - |
| HSV(B) | 99.24º | 0.74% | 0.98% | - |
| XYZ | 43.7 | 72.71 | 16.58 | - |
| YUV | 191.73 | 55.91 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 64 | 0.49 | 0 | 0.74 | 0.02 | 99.24 | 0.94 | 0.61 |
| Hex | 80 | F9 | 40 | 31 | 0 | 4A | 2 | 63 | 5E | 3D |
| Octal | 200 | 371 | 100 | 61 | 0 | 112 | 2 | 143 | 136 | 75 |
| Binary | 10000000 | 11111001 | 1000000 | 110001 | 0 | 1001010 | 10 | 1100011 | 1011110 | 111101 |
Color Harmonies of #80F940
Complementary color
Monochromatic Colors of #80F940
Black with #80F940
Text Example
Text Example
White with #80F940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F940; }
p { color: rgb(128,249,64); }
H1.HeaderClassName
{
color: #80F940;
}
.AnyTagClassName
{
color: #80F940;
}
</style>
background-color css
<style>
a { background-color: #80F940; }
a { background-color: rgb(128,249,64); }
div.DivClassName
{
background-color: #80F940;
}
.BgClassName
{
background-color: #80F940;
}
</style>
border-color css
<style>
span { border-color: #80F940; }
span { border-color: rgb(128,249,64); }
td.TdClassName
{
border-color: #80F940;
}
.TagClassName
{
border-color: #80F940;
}
</style>