Shades of Yellow Green #80DC2A
Tints of Yellow Green #80DC2A
RGB
CMYK
RGB Variations
Color information
#80DC2A (or 0x80DC2A) is known color: Yellow Green. HEX triplet: 80, DC and 2A. RGB value is (128,220,42). Sum of RGB (Red+Green+Blue) = 128+220+42=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC2A is #7F23D5. Grayscale: #ACACAC. Windows color (decimal): -8332246 or 2808960. OLE color: 2808960.
HSL color Cylindrical-coordinate representation of color #80DC2A: hue angle of 91.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80DC2A is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 42 | - |
| CMYK | 0.42 | 0 | 0.81 | 0.14 |
| HSL | 91.01º | 0.72% | 0.51% | - |
| HSV(B) | 91.01º | 0.81% | 0.86% | - |
| XYZ | 34.91 | 55.94 | 11.15 | - |
| YUV | 172.2 | 54.52 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 42 | 0.42 | 0 | 0.81 | 0.14 | 91.01 | 0.72 | 0.51 |
| Hex | 80 | DC | 2A | 2A | 0 | 51 | E | 5B | 48 | 33 |
| Octal | 200 | 334 | 52 | 52 | 0 | 121 | 16 | 133 | 110 | 63 |
| Binary | 10000000 | 11011100 | 101010 | 101010 | 0 | 1010001 | 1110 | 1011011 | 1001000 | 110011 |
Color Harmonies of #80DC2A
Complementary color
Monochromatic Colors of #80DC2A
Black with #80DC2A
Text Example
Text Example
White with #80DC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC2A; }
p { color: rgb(128,220,42); }
H1.HeaderClassName
{
color: #80DC2A;
}
.AnyTagClassName
{
color: #80DC2A;
}
</style>
background-color css
<style>
a { background-color: #80DC2A; }
a { background-color: rgb(128,220,42); }
div.DivClassName
{
background-color: #80DC2A;
}
.BgClassName
{
background-color: #80DC2A;
}
</style>
border-color css
<style>
span { border-color: #80DC2A; }
span { border-color: rgb(128,220,42); }
td.TdClassName
{
border-color: #80DC2A;
}
.TagClassName
{
border-color: #80DC2A;
}
</style>