Shades of Screamin' Green #48F471
Tints of Screamin' Green #48F471
RGB
CMYK
RGB Variations
Color information
#48F471 (or 0x48F471) is known color: Screamin' Green. HEX triplet: 48, F4 and 71. RGB value is (72,244,113). Sum of RGB (Red+Green+Blue) = 72+244+113=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #48F471 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F471 is #B70B8E. Grayscale: #B1B1B1. Windows color (decimal): -11996047 or 7468104. OLE color: 7468104.
HSL color Cylindrical-coordinate representation of color #48F471: hue angle of 134.3º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F471 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 72 | 244 | 113 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.04 |
| HSL | 134.3º | 0.89% | 0.62% | - |
| HSV(B) | 134.3º | 0.7% | 0.96% | - |
| XYZ | 38 | 67.27 | 26.6 | - |
| YUV | 177.64 | 91.52 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 244 | 113 | 0.70 | 0 | 0.54 | 0.04 | 134.3 | 0.89 | 0.62 |
| Hex | 48 | F4 | 71 | 46 | 0 | 36 | 4 | 86 | 59 | 3E |
| Octal | 110 | 364 | 161 | 106 | 0 | 66 | 4 | 206 | 131 | 76 |
| Binary | 1001000 | 11110100 | 1110001 | 1000110 | 0 | 110110 | 100 | 10000110 | 1011001 | 111110 |
Color Harmonies of #48F471
Complementary color
Monochromatic Colors of #48F471
Black with #48F471
Text Example
Text Example
White with #48F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F471; }
p { color: rgb(72,244,113); }
H1.HeaderClassName
{
color: #48F471;
}
.AnyTagClassName
{
color: #48F471;
}
</style>
background-color css
<style>
a { background-color: #48F471; }
a { background-color: rgb(72,244,113); }
div.DivClassName
{
background-color: #48F471;
}
.BgClassName
{
background-color: #48F471;
}
</style>
border-color css
<style>
span { border-color: #48F471; }
span { border-color: rgb(72,244,113); }
td.TdClassName
{
border-color: #48F471;
}
.TagClassName
{
border-color: #48F471;
}
</style>