Shades of Green Yellow #80F73F
Tints of Green Yellow #80F73F
RGB
CMYK
RGB Variations
Color information
#80F73F (or 0x80F73F) is known color: Green Yellow. HEX triplet: 80, F7 and 3F. RGB value is (128,247,63). Sum of RGB (Red+Green+Blue) = 128+247+63=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #80F73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F73F is #7F08C0. Grayscale: #BFBFBF. Windows color (decimal): -8325313 or 4192128. OLE color: 4192128.
HSL color Cylindrical-coordinate representation of color #80F73F: hue angle of 98.8º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80F73F is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 247 | 63 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.03 |
| HSL | 98.8º | 0.92% | 0.61% | - |
| HSV(B) | 98.8º | 0.74% | 0.97% | - |
| XYZ | 43.06 | 71.47 | 16.23 | - |
| YUV | 190.44 | 56.08 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 247 | 63 | 0.48 | 0 | 0.74 | 0.03 | 98.8 | 0.92 | 0.61 |
| Hex | 80 | F7 | 3F | 30 | 0 | 4A | 3 | 63 | 5C | 3D |
| Octal | 200 | 367 | 77 | 60 | 0 | 112 | 3 | 143 | 134 | 75 |
| Binary | 10000000 | 11110111 | 111111 | 110000 | 0 | 1001010 | 11 | 1100011 | 1011100 | 111101 |
Color Harmonies of #80F73F
Complementary color
Monochromatic Colors of #80F73F
Black with #80F73F
Text Example
Text Example
White with #80F73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F73F; }
p { color: rgb(128,247,63); }
H1.HeaderClassName
{
color: #80F73F;
}
.AnyTagClassName
{
color: #80F73F;
}
</style>
background-color css
<style>
a { background-color: #80F73F; }
a { background-color: rgb(128,247,63); }
div.DivClassName
{
background-color: #80F73F;
}
.BgClassName
{
background-color: #80F73F;
}
</style>
border-color css
<style>
span { border-color: #80F73F; }
span { border-color: rgb(128,247,63); }
td.TdClassName
{
border-color: #80F73F;
}
.TagClassName
{
border-color: #80F73F;
}
</style>