Shades of Screamin' Green #48FF80
Tints of Screamin' Green #48FF80
RGB
CMYK
RGB Variations
Color information
#48FF80 (or 0x48FF80) is known color: Screamin' Green. HEX triplet: 48, FF and 80. RGB value is (72,255,128). Sum of RGB (Red+Green+Blue) = 72+255+128=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48FF80 is #B7007F. Grayscale: #BABABA. Windows color (decimal): -11993216 or 8453960. OLE color: 8453960.
HSL color Cylindrical-coordinate representation of color #48FF80: hue angle of 138.36º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FF80 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 128 | - |
| CMYK | 0.72 | 0 | 0.50 | 0 |
| HSL | 138.36º | 1% | 0.64% | - |
| HSV(B) | 138.36º | 0.72% | 1% | - |
| XYZ | 42.33 | 74.46 | 32.56 | - |
| YUV | 185.81 | 95.37 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 128 | 0.72 | 0 | 0.50 | 0 | 138.36 | 1 | 0.64 |
| Hex | 48 | FF | 80 | 48 | 0 | 32 | 0 | 8A | 64 | 40 |
| Octal | 110 | 377 | 200 | 110 | 0 | 62 | 0 | 212 | 144 | 100 |
| Binary | 1001000 | 11111111 | 10000000 | 1001000 | 0 | 110010 | 0 | 10001010 | 1100100 | 1000000 |
Color Harmonies of #48FF80
Complementary color
Monochromatic Colors of #48FF80
Black with #48FF80
Text Example
Text Example
White with #48FF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF80; }
p { color: rgb(72,255,128); }
H1.HeaderClassName
{
color: #48FF80;
}
.AnyTagClassName
{
color: #48FF80;
}
</style>
background-color css
<style>
a { background-color: #48FF80; }
a { background-color: rgb(72,255,128); }
div.DivClassName
{
background-color: #48FF80;
}
.BgClassName
{
background-color: #48FF80;
}
</style>
border-color css
<style>
span { border-color: #48FF80; }
span { border-color: rgb(72,255,128); }
td.TdClassName
{
border-color: #48FF80;
}
.TagClassName
{
border-color: #48FF80;
}
</style>