Shades of Screamin' Green #80FF46
Tints of Screamin' Green #80FF46
RGB
CMYK
RGB Variations
Color information
#80FF46 (or 0x80FF46) is known color: Screamin' Green. HEX triplet: 80, FF and 46. RGB value is (128,255,70). Sum of RGB (Red+Green+Blue) = 128+255+70=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #80FF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FF46 is #7F00B9. Grayscale: #C4C4C4. Windows color (decimal): -8323258 or 4652928. OLE color: 4652928.
HSL color Cylindrical-coordinate representation of color #80FF46: hue angle of 101.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80FF46 is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 255 | 70 | - |
| CMYK | 0.50 | 0 | 0.73 | 0 |
| HSL | 101.19º | 1% | 0.64% | - |
| HSV(B) | 101.19º | 0.73% | 1% | - |
| XYZ | 45.77 | 76.55 | 18.16 | - |
| YUV | 195.94 | 56.92 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 255 | 70 | 0.50 | 0 | 0.73 | 0 | 101.19 | 1 | 0.64 |
| Hex | 80 | FF | 46 | 32 | 0 | 49 | 0 | 65 | 64 | 40 |
| Octal | 200 | 377 | 106 | 62 | 0 | 111 | 0 | 145 | 144 | 100 |
| Binary | 10000000 | 11111111 | 1000110 | 110010 | 0 | 1001001 | 0 | 1100101 | 1100100 | 1000000 |
Color Harmonies of #80FF46
Complementary color
Monochromatic Colors of #80FF46
Black with #80FF46
Text Example
Text Example
White with #80FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FF46; }
p { color: rgb(128,255,70); }
H1.HeaderClassName
{
color: #80FF46;
}
.AnyTagClassName
{
color: #80FF46;
}
</style>
background-color css
<style>
a { background-color: #80FF46; }
a { background-color: rgb(128,255,70); }
div.DivClassName
{
background-color: #80FF46;
}
.BgClassName
{
background-color: #80FF46;
}
</style>
border-color css
<style>
span { border-color: #80FF46; }
span { border-color: rgb(128,255,70); }
td.TdClassName
{
border-color: #80FF46;
}
.TagClassName
{
border-color: #80FF46;
}
</style>