Shades of Screamin' Green #44FF80
Tints of Screamin' Green #44FF80
RGB
CMYK
RGB Variations
Color information
#44FF80 (or 0x44FF80) is known color: Screamin' Green. HEX triplet: 44, FF and 80. RGB value is (68,255,128). Sum of RGB (Red+Green+Blue) = 68+255+128=451 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.08% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #44FF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FF80 is #BB007F. Grayscale: #B8B8B8. Windows color (decimal): -12255360 or 8453956. OLE color: 8453956.
HSL color Cylindrical-coordinate representation of color #44FF80: hue angle of 139.25º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FF80 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 128 | - |
| CMYK | 0.73 | 0 | 0.50 | 0 |
| HSL | 139.25º | 1% | 0.63% | - |
| HSV(B) | 139.25º | 0.73% | 1% | - |
| XYZ | 42.04 | 74.31 | 32.55 | - |
| YUV | 184.61 | 96.05 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 128 | 0.73 | 0 | 0.50 | 0 | 139.25 | 1 | 0.63 |
| Hex | 44 | FF | 80 | 49 | 0 | 32 | 0 | 8B | 64 | 3F |
| Octal | 104 | 377 | 200 | 111 | 0 | 62 | 0 | 213 | 144 | 77 |
| Binary | 1000100 | 11111111 | 10000000 | 1001001 | 0 | 110010 | 0 | 10001011 | 1100100 | 111111 |
Color Harmonies of #44FF80
Complementary color
Monochromatic Colors of #44FF80
Black with #44FF80
Text Example
Text Example
White with #44FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FF80; }
p { color: rgb(68,255,128); }
H1.HeaderClassName
{
color: #44FF80;
}
.AnyTagClassName
{
color: #44FF80;
}
</style>
background-color css
<style>
a { background-color: #44FF80; }
a { background-color: rgb(68,255,128); }
div.DivClassName
{
background-color: #44FF80;
}
.BgClassName
{
background-color: #44FF80;
}
</style>
border-color css
<style>
span { border-color: #44FF80; }
span { border-color: rgb(68,255,128); }
td.TdClassName
{
border-color: #44FF80;
}
.TagClassName
{
border-color: #44FF80;
}
</style>