Shades of Green Yellow #80F730
Tints of Green Yellow #80F730
RGB
CMYK
RGB Variations
Color information
#80F730 (or 0x80F730) is known color: Green Yellow. HEX triplet: 80, F7 and 30. RGB value is (128,247,48). Sum of RGB (Red+Green+Blue) = 128+247+48=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 247 (96.88% from 255 or 58.39% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 247 - color contains mainly: green. Hex color #80F730 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F730 is #7F08CF. Grayscale: #BDBDBD. Windows color (decimal): -8325328 or 3209088. OLE color: 3209088.
HSL color Cylindrical-coordinate representation of color #80F730: hue angle of 95.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80F730 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 48 | - |
| CMYK | 0.48 | 0 | 0.81 | 0.03 |
| HSL | 95.88º | 0.93% | 0.58% | - |
| HSV(B) | 95.88º | 0.81% | 0.97% | - |
| XYZ | 42.7 | 71.32 | 14.31 | - |
| YUV | 188.73 | 48.58 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 48 | 0.48 | 0 | 0.81 | 0.03 | 95.88 | 0.93 | 0.58 |
| Hex | 80 | F7 | 30 | 30 | 0 | 51 | 3 | 60 | 5D | 3A |
| Octal | 200 | 367 | 60 | 60 | 0 | 121 | 3 | 140 | 135 | 72 |
| Binary | 10000000 | 11110111 | 110000 | 110000 | 0 | 1010001 | 11 | 1100000 | 1011101 | 111010 |
Color Harmonies of #80F730
Complementary color
Monochromatic Colors of #80F730
Black with #80F730
Text Example
Text Example
White with #80F730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F730; }
p { color: rgb(128,247,48); }
H1.HeaderClassName
{
color: #80F730;
}
.AnyTagClassName
{
color: #80F730;
}
</style>
background-color css
<style>
a { background-color: #80F730; }
a { background-color: rgb(128,247,48); }
div.DivClassName
{
background-color: #80F730;
}
.BgClassName
{
background-color: #80F730;
}
</style>
border-color css
<style>
span { border-color: #80F730; }
span { border-color: rgb(128,247,48); }
td.TdClassName
{
border-color: #80F730;
}
.TagClassName
{
border-color: #80F730;
}
</style>