Shades of Green Yellow #80FD40
Tints of Green Yellow #80FD40
RGB
CMYK
RGB Variations
Color information
#80FD40 (or 0x80FD40) is known color: Green Yellow. HEX triplet: 80, FD and 40. RGB value is (128,253,64). Sum of RGB (Red+Green+Blue) = 128+253+64=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 64 (25.39% from 255 or 14.38% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FD40 is #7F02BF. Grayscale: #C2C2C2. Windows color (decimal): -8323776 or 4259200. OLE color: 4259200.
HSL color Cylindrical-coordinate representation of color #80FD40: hue angle of 99.68º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #80FD40 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 64 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.01 |
| HSL | 99.68º | 0.98% | 0.62% | - |
| HSV(B) | 99.68º | 0.75% | 0.99% | - |
| XYZ | 44.95 | 75.21 | 17 | - |
| YUV | 194.08 | 54.59 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 64 | 0.49 | 0 | 0.75 | 0.01 | 99.68 | 0.98 | 0.62 |
| Hex | 80 | FD | 40 | 31 | 0 | 4B | 1 | 64 | 62 | 3E |
| Octal | 200 | 375 | 100 | 61 | 0 | 113 | 1 | 144 | 142 | 76 |
| Binary | 10000000 | 11111101 | 1000000 | 110001 | 0 | 1001011 | 1 | 1100100 | 1100010 | 111110 |
Color Harmonies of #80FD40
Complementary color
Monochromatic Colors of #80FD40
Black with #80FD40
Text Example
Text Example
White with #80FD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD40; }
p { color: rgb(128,253,64); }
H1.HeaderClassName
{
color: #80FD40;
}
.AnyTagClassName
{
color: #80FD40;
}
</style>
background-color css
<style>
a { background-color: #80FD40; }
a { background-color: rgb(128,253,64); }
div.DivClassName
{
background-color: #80FD40;
}
.BgClassName
{
background-color: #80FD40;
}
</style>
border-color css
<style>
span { border-color: #80FD40; }
span { border-color: rgb(128,253,64); }
td.TdClassName
{
border-color: #80FD40;
}
.TagClassName
{
border-color: #80FD40;
}
</style>