Shades of Green Yellow #80FE34
Tints of Green Yellow #80FE34
RGB
CMYK
RGB Variations
Color information
#80FE34 (or 0x80FE34) is known color: Green Yellow. HEX triplet: 80, FE and 34. RGB value is (128,254,52). Sum of RGB (Red+Green+Blue) = 128+254+52=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 254 (99.61% from 255 or 58.53% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 254 - color contains mainly: green. Hex color #80FE34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FE34 is #7F01CB. Grayscale: #C1C1C1. Windows color (decimal): -8323532 or 3473024. OLE color: 3473024.
HSL color Cylindrical-coordinate representation of color #80FE34: hue angle of 97.43º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80FE34 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 254 | 52 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.00 |
| HSL | 97.43º | 0.99% | 0.6% | - |
| HSV(B) | 97.43º | 0.8% | 1% | - |
| XYZ | 44.96 | 75.72 | 15.49 | - |
| YUV | 193.3 | 48.26 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 254 | 52 | 0.50 | 0 | 0.80 | 0.00 | 97.43 | 0.99 | 0.6 |
| Hex | 80 | FE | 34 | 32 | 0 | 50 | 0 | 61 | 63 | 3C |
| Octal | 200 | 376 | 64 | 62 | 0 | 120 | 0 | 141 | 143 | 74 |
| Binary | 10000000 | 11111110 | 110100 | 110010 | 0 | 1010000 | 0 | 1100001 | 1100011 | 111100 |
Color Harmonies of #80FE34
Complementary color
Monochromatic Colors of #80FE34
Black with #80FE34
Text Example
Text Example
White with #80FE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FE34; }
p { color: rgb(128,254,52); }
H1.HeaderClassName
{
color: #80FE34;
}
.AnyTagClassName
{
color: #80FE34;
}
</style>
background-color css
<style>
a { background-color: #80FE34; }
a { background-color: rgb(128,254,52); }
div.DivClassName
{
background-color: #80FE34;
}
.BgClassName
{
background-color: #80FE34;
}
</style>
border-color css
<style>
span { border-color: #80FE34; }
span { border-color: rgb(128,254,52); }
td.TdClassName
{
border-color: #80FE34;
}
.TagClassName
{
border-color: #80FE34;
}
</style>