Shades of Yellow Green #80D732
Tints of Yellow Green #80D732
RGB
CMYK
RGB Variations
Color information
#80D732 (or 0x80D732) is known color: Yellow Green. HEX triplet: 80, D7 and 32. RGB value is (128,215,50). Sum of RGB (Red+Green+Blue) = 128+215+50=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #80D732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D732 is #7F28CD. Grayscale: #AAAAAA. Windows color (decimal): -8333518 or 3331968. OLE color: 3331968.
HSL color Cylindrical-coordinate representation of color #80D732: hue angle of 91.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80D732 is Cyan = 0.40, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 50 | - |
| CMYK | 0.40 | 0 | 0.77 | 0.16 |
| HSL | 91.64º | 0.67% | 0.52% | - |
| HSV(B) | 91.64º | 0.77% | 0.84% | - |
| XYZ | 33.78 | 53.42 | 11.55 | - |
| YUV | 170.18 | 60.18 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 50 | 0.40 | 0 | 0.77 | 0.16 | 91.64 | 0.67 | 0.52 |
| Hex | 80 | D7 | 32 | 28 | 0 | 4D | 10 | 5C | 43 | 34 |
| Octal | 200 | 327 | 62 | 50 | 0 | 115 | 20 | 134 | 103 | 64 |
| Binary | 10000000 | 11010111 | 110010 | 101000 | 0 | 1001101 | 10000 | 1011100 | 1000011 | 110100 |
Color Harmonies of #80D732
Complementary color
Monochromatic Colors of #80D732
Black with #80D732
Text Example
Text Example
White with #80D732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D732; }
p { color: rgb(128,215,50); }
H1.HeaderClassName
{
color: #80D732;
}
.AnyTagClassName
{
color: #80D732;
}
</style>
background-color css
<style>
a { background-color: #80D732; }
a { background-color: rgb(128,215,50); }
div.DivClassName
{
background-color: #80D732;
}
.BgClassName
{
background-color: #80D732;
}
</style>
border-color css
<style>
span { border-color: #80D732; }
span { border-color: rgb(128,215,50); }
td.TdClassName
{
border-color: #80D732;
}
.TagClassName
{
border-color: #80D732;
}
</style>