Shades of Screamin' Green #48F056
Tints of Screamin' Green #48F056
RGB
CMYK
RGB Variations
Color information
#48F056 (or 0x48F056) is known color: Screamin' Green. HEX triplet: 48, F0 and 56. RGB value is (72,240,86). Sum of RGB (Red+Green+Blue) = 72+240+86=398 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.09% from 398); Green value is 240 (94.14% from 255 or 60.30% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 240 - color contains mainly: green. Hex color #48F056 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F056 is #B70FA9. Grayscale: #ACACAC. Windows color (decimal): -11997098 or 5697608. OLE color: 5697608.
HSL color Cylindrical-coordinate representation of color #48F056: hue angle of 125º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F056 is Cyan = 0.7, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 240 | 86 | - |
| CMYK | 0.7 | 0 | 0.64 | 0.06 |
| HSL | 125º | 0.85% | 0.61% | - |
| HSV(B) | 125º | 0.7% | 0.94% | - |
| XYZ | 35.51 | 64.37 | 19.36 | - |
| YUV | 172.21 | 79.34 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 240 | 86 | 0.7 | 0 | 0.64 | 0.06 | 125 | 0.85 | 0.61 |
| Hex | 48 | F0 | 56 | 46 | 0 | 40 | 6 | 7D | 55 | 3D |
| Octal | 110 | 360 | 126 | 106 | 0 | 100 | 6 | 175 | 125 | 75 |
| Binary | 1001000 | 11110000 | 1010110 | 1000110 | 0 | 1000000 | 110 | 1111101 | 1010101 | 111101 |
Color Harmonies of #48F056
Complementary color
Monochromatic Colors of #48F056
Black with #48F056
Text Example
Text Example
White with #48F056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F056; }
p { color: rgb(72,240,86); }
H1.HeaderClassName
{
color: #48F056;
}
.AnyTagClassName
{
color: #48F056;
}
</style>
background-color css
<style>
a { background-color: #48F056; }
a { background-color: rgb(72,240,86); }
div.DivClassName
{
background-color: #48F056;
}
.BgClassName
{
background-color: #48F056;
}
</style>
border-color css
<style>
span { border-color: #48F056; }
span { border-color: rgb(72,240,86); }
td.TdClassName
{
border-color: #48F056;
}
.TagClassName
{
border-color: #48F056;
}
</style>