Shades of Yellow Green #80E030
Tints of Yellow Green #80E030
RGB
CMYK
RGB Variations
Color information
#80E030 (or 0x80E030) is known color: Yellow Green. HEX triplet: 80, E0 and 30. RGB value is (128,224,48). Sum of RGB (Red+Green+Blue) = 128+224+48=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #80E030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E030 is #7F1FCF. Grayscale: #AFAFAF. Windows color (decimal): -8331216 or 3203200. OLE color: 3203200.
HSL color Cylindrical-coordinate representation of color #80E030: hue angle of 92.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80E030 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 48 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.12 |
| HSL | 92.73º | 0.74% | 0.53% | - |
| HSV(B) | 92.73º | 0.79% | 0.88% | - |
| XYZ | 36.09 | 58.11 | 12.11 | - |
| YUV | 175.23 | 56.2 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 48 | 0.43 | 0 | 0.79 | 0.12 | 92.73 | 0.74 | 0.53 |
| Hex | 80 | E0 | 30 | 2B | 0 | 4F | C | 5D | 4A | 35 |
| Octal | 200 | 340 | 60 | 53 | 0 | 117 | 14 | 135 | 112 | 65 |
| Binary | 10000000 | 11100000 | 110000 | 101011 | 0 | 1001111 | 1100 | 1011101 | 1001010 | 110101 |
Color Harmonies of #80E030
Complementary color
Monochromatic Colors of #80E030
Black with #80E030
Text Example
Text Example
White with #80E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E030; }
p { color: rgb(128,224,48); }
H1.HeaderClassName
{
color: #80E030;
}
.AnyTagClassName
{
color: #80E030;
}
</style>
background-color css
<style>
a { background-color: #80E030; }
a { background-color: rgb(128,224,48); }
div.DivClassName
{
background-color: #80E030;
}
.BgClassName
{
background-color: #80E030;
}
</style>
border-color css
<style>
span { border-color: #80E030; }
span { border-color: rgb(128,224,48); }
td.TdClassName
{
border-color: #80E030;
}
.TagClassName
{
border-color: #80E030;
}
</style>