Shades of Green Yellow #80FE3B
Tints of Green Yellow #80FE3B
RGB
CMYK
RGB Variations
Color information
#80FE3B (or 0x80FE3B) is known color: Green Yellow. HEX triplet: 80, FE and 3B. RGB value is (128,254,59). Sum of RGB (Red+Green+Blue) = 128+254+59=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FE3B is #7F01C4. Grayscale: #C2C2C2. Windows color (decimal): -8323525 or 3931776. OLE color: 3931776.
HSL color Cylindrical-coordinate representation of color #80FE3B: hue angle of 98.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80FE3B is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 59 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.00 |
| HSL | 98.77º | 0.99% | 0.61% | - |
| HSV(B) | 98.77º | 0.77% | 1% | - |
| XYZ | 45.13 | 75.79 | 16.39 | - |
| YUV | 194.1 | 51.76 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 59 | 0.50 | 0 | 0.77 | 0.00 | 98.77 | 0.99 | 0.61 |
| Hex | 80 | FE | 3B | 32 | 0 | 4D | 0 | 63 | 63 | 3D |
| Octal | 200 | 376 | 73 | 62 | 0 | 115 | 0 | 143 | 143 | 75 |
| Binary | 10000000 | 11111110 | 111011 | 110010 | 0 | 1001101 | 0 | 1100011 | 1100011 | 111101 |
Color Harmonies of #80FE3B
Complementary color
Monochromatic Colors of #80FE3B
Black with #80FE3B
Text Example
Text Example
White with #80FE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE3B; }
p { color: rgb(128,254,59); }
H1.HeaderClassName
{
color: #80FE3B;
}
.AnyTagClassName
{
color: #80FE3B;
}
</style>
background-color css
<style>
a { background-color: #80FE3B; }
a { background-color: rgb(128,254,59); }
div.DivClassName
{
background-color: #80FE3B;
}
.BgClassName
{
background-color: #80FE3B;
}
</style>
border-color css
<style>
span { border-color: #80FE3B; }
span { border-color: rgb(128,254,59); }
td.TdClassName
{
border-color: #80FE3B;
}
.TagClassName
{
border-color: #80FE3B;
}
</style>