Shades of Green Yellow #80FF40
Tints of Green Yellow #80FF40
RGB
CMYK
RGB Variations
Color information
#80FF40 (or 0x80FF40) is known color: Green Yellow. HEX triplet: 80, FF and 40. RGB value is (128,255,64). Sum of RGB (Red+Green+Blue) = 128+255+64=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FF40 is #7F00BF. Grayscale: #C3C3C3. Windows color (decimal): -8323264 or 4259712. OLE color: 4259712.
HSL color Cylindrical-coordinate representation of color #80FF40: hue angle of 99.9º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80FF40 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 64 | - |
| CMYK | 0.50 | 0 | 0.75 | 0 |
| HSL | 99.9º | 1% | 0.63% | - |
| HSV(B) | 99.9º | 0.75% | 1% | - |
| XYZ | 45.59 | 76.48 | 17.21 | - |
| YUV | 195.25 | 53.92 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 64 | 0.50 | 0 | 0.75 | 0 | 99.9 | 1 | 0.63 |
| Hex | 80 | FF | 40 | 32 | 0 | 4B | 0 | 64 | 64 | 3F |
| Octal | 200 | 377 | 100 | 62 | 0 | 113 | 0 | 144 | 144 | 77 |
| Binary | 10000000 | 11111111 | 1000000 | 110010 | 0 | 1001011 | 0 | 1100100 | 1100100 | 111111 |
Color Harmonies of #80FF40
Complementary color
Monochromatic Colors of #80FF40
Black with #80FF40
Text Example
Text Example
White with #80FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF40; }
p { color: rgb(128,255,64); }
H1.HeaderClassName
{
color: #80FF40;
}
.AnyTagClassName
{
color: #80FF40;
}
</style>
background-color css
<style>
a { background-color: #80FF40; }
a { background-color: rgb(128,255,64); }
div.DivClassName
{
background-color: #80FF40;
}
.BgClassName
{
background-color: #80FF40;
}
</style>
border-color css
<style>
span { border-color: #80FF40; }
span { border-color: rgb(128,255,64); }
td.TdClassName
{
border-color: #80FF40;
}
.TagClassName
{
border-color: #80FF40;
}
</style>