Shades of Yellow Green #80DC31
Tints of Yellow Green #80DC31
RGB
CMYK
RGB Variations
Color information
#80DC31 (or 0x80DC31) is known color: Yellow Green. HEX triplet: 80, DC and 31. RGB value is (128,220,49). Sum of RGB (Red+Green+Blue) = 128+220+49=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 49 (19.53% from 255 or 12.34% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC31 is #7F23CE. Grayscale: #ADADAD. Windows color (decimal): -8332239 or 3267712. OLE color: 3267712.
HSL color Cylindrical-coordinate representation of color #80DC31: hue angle of 92.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80DC31 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 49 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.14 |
| HSL | 92.28º | 0.71% | 0.53% | - |
| HSV(B) | 92.28º | 0.78% | 0.86% | - |
| XYZ | 35.05 | 56 | 11.87 | - |
| YUV | 173 | 58.02 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 49 | 0.42 | 0 | 0.78 | 0.14 | 92.28 | 0.71 | 0.53 |
| Hex | 80 | DC | 31 | 2A | 0 | 4E | E | 5C | 47 | 35 |
| Octal | 200 | 334 | 61 | 52 | 0 | 116 | 16 | 134 | 107 | 65 |
| Binary | 10000000 | 11011100 | 110001 | 101010 | 0 | 1001110 | 1110 | 1011100 | 1000111 | 110101 |
Color Harmonies of #80DC31
Complementary color
Monochromatic Colors of #80DC31
Black with #80DC31
Text Example
Text Example
White with #80DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC31; }
p { color: rgb(128,220,49); }
H1.HeaderClassName
{
color: #80DC31;
}
.AnyTagClassName
{
color: #80DC31;
}
</style>
background-color css
<style>
a { background-color: #80DC31; }
a { background-color: rgb(128,220,49); }
div.DivClassName
{
background-color: #80DC31;
}
.BgClassName
{
background-color: #80DC31;
}
</style>
border-color css
<style>
span { border-color: #80DC31; }
span { border-color: rgb(128,220,49); }
td.TdClassName
{
border-color: #80DC31;
}
.TagClassName
{
border-color: #80DC31;
}
</style>