Shades of Screamin' Green #80F348
Tints of Screamin' Green #80F348
RGB
CMYK
RGB Variations
Color information
#80F348 (or 0x80F348) is known color: Screamin' Green. HEX triplet: 80, F3 and 48. RGB value is (128,243,72). Sum of RGB (Red+Green+Blue) = 128+243+72=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 72 (28.52% from 255 or 16.25% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #80F348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F348 is #7F0CB7. Grayscale: #BDBDBD. Windows color (decimal): -8326328 or 4780928. OLE color: 4780928.
HSL color Cylindrical-coordinate representation of color #80F348: hue angle of 100.35º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80F348 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 243 | 72 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.05 |
| HSL | 100.35º | 0.88% | 0.62% | - |
| HSV(B) | 100.35º | 0.7% | 0.95% | - |
| XYZ | 42.12 | 69.16 | 17.26 | - |
| YUV | 189.12 | 61.9 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 243 | 72 | 0.47 | 0 | 0.70 | 0.05 | 100.35 | 0.88 | 0.62 |
| Hex | 80 | F3 | 48 | 2F | 0 | 46 | 5 | 64 | 58 | 3E |
| Octal | 200 | 363 | 110 | 57 | 0 | 106 | 5 | 144 | 130 | 76 |
| Binary | 10000000 | 11110011 | 1001000 | 101111 | 0 | 1000110 | 101 | 1100100 | 1011000 | 111110 |
Color Harmonies of #80F348
Complementary color
Monochromatic Colors of #80F348
Black with #80F348
Text Example
Text Example
White with #80F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F348; }
p { color: rgb(128,243,72); }
H1.HeaderClassName
{
color: #80F348;
}
.AnyTagClassName
{
color: #80F348;
}
</style>
background-color css
<style>
a { background-color: #80F348; }
a { background-color: rgb(128,243,72); }
div.DivClassName
{
background-color: #80F348;
}
.BgClassName
{
background-color: #80F348;
}
</style>
border-color css
<style>
span { border-color: #80F348; }
span { border-color: rgb(128,243,72); }
td.TdClassName
{
border-color: #80F348;
}
.TagClassName
{
border-color: #80F348;
}
</style>