Shades of Green Yellow #80FD32
Tints of Green Yellow #80FD32
RGB
CMYK
RGB Variations
Color information
#80FD32 (or 0x80FD32) is known color: Green Yellow. HEX triplet: 80, FD and 32. RGB value is (128,253,50). Sum of RGB (Red+Green+Blue) = 128+253+50=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 253 (99.22% from 255 or 58.70% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FD32 is #7F02CD. Grayscale: #C1C1C1. Windows color (decimal): -8323790 or 3341696. OLE color: 3341696.
HSL color Cylindrical-coordinate representation of color #80FD32: hue angle of 96.95º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80FD32 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 253 | 50 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.01 |
| HSL | 96.95º | 0.98% | 0.59% | - |
| HSV(B) | 96.95º | 0.8% | 0.99% | - |
| XYZ | 44.6 | 75.07 | 15.16 | - |
| YUV | 192.48 | 47.59 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 253 | 50 | 0.49 | 0 | 0.80 | 0.01 | 96.95 | 0.98 | 0.59 |
| Hex | 80 | FD | 32 | 31 | 0 | 50 | 1 | 61 | 62 | 3B |
| Octal | 200 | 375 | 62 | 61 | 0 | 120 | 1 | 141 | 142 | 73 |
| Binary | 10000000 | 11111101 | 110010 | 110001 | 0 | 1010000 | 1 | 1100001 | 1100010 | 111011 |
Color Harmonies of #80FD32
Complementary color
Monochromatic Colors of #80FD32
Black with #80FD32
Text Example
Text Example
White with #80FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FD32; }
p { color: rgb(128,253,50); }
H1.HeaderClassName
{
color: #80FD32;
}
.AnyTagClassName
{
color: #80FD32;
}
</style>
background-color css
<style>
a { background-color: #80FD32; }
a { background-color: rgb(128,253,50); }
div.DivClassName
{
background-color: #80FD32;
}
.BgClassName
{
background-color: #80FD32;
}
</style>
border-color css
<style>
span { border-color: #80FD32; }
span { border-color: rgb(128,253,50); }
td.TdClassName
{
border-color: #80FD32;
}
.TagClassName
{
border-color: #80FD32;
}
</style>