Shades of Yellow Green #80D133
Tints of Yellow Green #80D133
RGB
CMYK
RGB Variations
Color information
#80D133 (or 0x80D133) is known color: Yellow Green. HEX triplet: 80, D1 and 33. RGB value is (128,209,51). Sum of RGB (Red+Green+Blue) = 128+209+51=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 209 (82.03% from 255 or 53.87% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 209 - color contains mainly: green. Hex color #80D133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D133 is #7F2ECC. Grayscale: #A7A7A7. Windows color (decimal): -8335053 or 3395968. OLE color: 3395968.
HSL color Cylindrical-coordinate representation of color #80D133: hue angle of 90.76º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80D133 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 51 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.18 |
| HSL | 90.76º | 0.63% | 0.51% | - |
| HSV(B) | 90.76º | 0.76% | 0.82% | - |
| XYZ | 32.3 | 50.43 | 11.16 | - |
| YUV | 166.77 | 62.66 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 51 | 0.39 | 0 | 0.76 | 0.18 | 90.76 | 0.63 | 0.51 |
| Hex | 80 | D1 | 33 | 27 | 0 | 4C | 12 | 5B | 3F | 33 |
| Octal | 200 | 321 | 63 | 47 | 0 | 114 | 22 | 133 | 77 | 63 |
| Binary | 10000000 | 11010001 | 110011 | 100111 | 0 | 1001100 | 10010 | 1011011 | 111111 | 110011 |
Color Harmonies of #80D133
Complementary color
Monochromatic Colors of #80D133
Black with #80D133
Text Example
Text Example
White with #80D133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D133; }
p { color: rgb(128,209,51); }
H1.HeaderClassName
{
color: #80D133;
}
.AnyTagClassName
{
color: #80D133;
}
</style>
background-color css
<style>
a { background-color: #80D133; }
a { background-color: rgb(128,209,51); }
div.DivClassName
{
background-color: #80D133;
}
.BgClassName
{
background-color: #80D133;
}
</style>
border-color css
<style>
span { border-color: #80D133; }
span { border-color: rgb(128,209,51); }
td.TdClassName
{
border-color: #80D133;
}
.TagClassName
{
border-color: #80D133;
}
</style>