Shades of Green Yellow #80FF36
Tints of Green Yellow #80FF36
RGB
CMYK
RGB Variations
Color information
#80FF36 (or 0x80FF36) is known color: Green Yellow. HEX triplet: 80, FF and 36. RGB value is (128,255,54). Sum of RGB (Red+Green+Blue) = 128+255+54=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 54 (21.48% from 255 or 12.36% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF36 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FF36 is #7F00C9. Grayscale: #C2C2C2. Windows color (decimal): -8323274 or 3604352. OLE color: 3604352.
HSL color Cylindrical-coordinate representation of color #80FF36: hue angle of 97.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80FF36 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 54 | - |
| CMYK | 0.50 | 0 | 0.79 | 0 |
| HSL | 97.91º | 1% | 0.61% | - |
| HSV(B) | 97.91º | 0.79% | 1% | - |
| XYZ | 45.33 | 76.38 | 15.84 | - |
| YUV | 194.11 | 48.92 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 54 | 0.50 | 0 | 0.79 | 0 | 97.91 | 1 | 0.61 |
| Hex | 80 | FF | 36 | 32 | 0 | 4F | 0 | 62 | 64 | 3D |
| Octal | 200 | 377 | 66 | 62 | 0 | 117 | 0 | 142 | 144 | 75 |
| Binary | 10000000 | 11111111 | 110110 | 110010 | 0 | 1001111 | 0 | 1100010 | 1100100 | 111101 |
Color Harmonies of #80FF36
Complementary color
Monochromatic Colors of #80FF36
Black with #80FF36
Text Example
Text Example
White with #80FF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF36; }
p { color: rgb(128,255,54); }
H1.HeaderClassName
{
color: #80FF36;
}
.AnyTagClassName
{
color: #80FF36;
}
</style>
background-color css
<style>
a { background-color: #80FF36; }
a { background-color: rgb(128,255,54); }
div.DivClassName
{
background-color: #80FF36;
}
.BgClassName
{
background-color: #80FF36;
}
</style>
border-color css
<style>
span { border-color: #80FF36; }
span { border-color: rgb(128,255,54); }
td.TdClassName
{
border-color: #80FF36;
}
.TagClassName
{
border-color: #80FF36;
}
</style>