Shades of Yellow Green #80C730
Tints of Yellow Green #80C730
RGB
CMYK
RGB Variations
Color information
#80C730 (or 0x80C730) is known color: Yellow Green. HEX triplet: 80, C7 and 30. RGB value is (128,199,48). Sum of RGB (Red+Green+Blue) = 128+199+48=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #80C730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C730 is #7F38CF. Grayscale: #A1A1A1. Windows color (decimal): -8337616 or 3196800. OLE color: 3196800.
HSL color Cylindrical-coordinate representation of color #80C730: hue angle of 88.21º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80C730 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 48 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.22 |
| HSL | 88.21º | 0.61% | 0.48% | - |
| HSV(B) | 88.21º | 0.76% | 0.78% | - |
| XYZ | 29.86 | 45.65 | 10.03 | - |
| YUV | 160.56 | 64.48 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 48 | 0.36 | 0 | 0.76 | 0.22 | 88.21 | 0.61 | 0.48 |
| Hex | 80 | C7 | 30 | 24 | 0 | 4C | 16 | 58 | 3D | 30 |
| Octal | 200 | 307 | 60 | 44 | 0 | 114 | 26 | 130 | 75 | 60 |
| Binary | 10000000 | 11000111 | 110000 | 100100 | 0 | 1001100 | 10110 | 1011000 | 111101 | 110000 |
Color Harmonies of #80C730
Complementary color
Monochromatic Colors of #80C730
Black with #80C730
Text Example
Text Example
White with #80C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C730; }
p { color: rgb(128,199,48); }
H1.HeaderClassName
{
color: #80C730;
}
.AnyTagClassName
{
color: #80C730;
}
</style>
background-color css
<style>
a { background-color: #80C730; }
a { background-color: rgb(128,199,48); }
div.DivClassName
{
background-color: #80C730;
}
.BgClassName
{
background-color: #80C730;
}
</style>
border-color css
<style>
span { border-color: #80C730; }
span { border-color: rgb(128,199,48); }
td.TdClassName
{
border-color: #80C730;
}
.TagClassName
{
border-color: #80C730;
}
</style>