Shades of Screamin' Green #48FF54
Tints of Screamin' Green #48FF54
RGB
CMYK
RGB Variations
Color information
#48FF54 (or 0x48FF54) is known color: Screamin' Green. HEX triplet: 48, FF and 54. RGB value is (72,255,84). Sum of RGB (Red+Green+Blue) = 72+255+84=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #48FF54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48FF54 is #B700AB. Grayscale: #B5B5B5. Windows color (decimal): -11993260 or 5570376. OLE color: 5570376.
HSL color Cylindrical-coordinate representation of color #48FF54: hue angle of 123.93º 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 #48FF54 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 84 | - |
| CMYK | 0.72 | 0 | 0.67 | 0 |
| HSL | 123.93º | 1% | 0.64% | - |
| HSV(B) | 123.93º | 0.72% | 1% | - |
| XYZ | 40.03 | 73.54 | 20.47 | - |
| YUV | 180.79 | 73.37 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 84 | 0.72 | 0 | 0.67 | 0 | 123.93 | 1 | 0.64 |
| Hex | 48 | FF | 54 | 48 | 0 | 43 | 0 | 7C | 64 | 40 |
| Octal | 110 | 377 | 124 | 110 | 0 | 103 | 0 | 174 | 144 | 100 |
| Binary | 1001000 | 11111111 | 1010100 | 1001000 | 0 | 1000011 | 0 | 1111100 | 1100100 | 1000000 |
Color Harmonies of #48FF54
Complementary color
Monochromatic Colors of #48FF54
Black with #48FF54
Text Example
Text Example
White with #48FF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FF54; }
p { color: rgb(72,255,84); }
H1.HeaderClassName
{
color: #48FF54;
}
.AnyTagClassName
{
color: #48FF54;
}
</style>
background-color css
<style>
a { background-color: #48FF54; }
a { background-color: rgb(72,255,84); }
div.DivClassName
{
background-color: #48FF54;
}
.BgClassName
{
background-color: #48FF54;
}
</style>
border-color css
<style>
span { border-color: #48FF54; }
span { border-color: rgb(72,255,84); }
td.TdClassName
{
border-color: #48FF54;
}
.TagClassName
{
border-color: #48FF54;
}
</style>