Shades of Screamin' Green #48F373
Tints of Screamin' Green #48F373
RGB
CMYK
RGB Variations
Color information
#48F373 (or 0x48F373) is known color: Screamin' Green. HEX triplet: 48, F3 and 73. RGB value is (72,243,115). Sum of RGB (Red+Green+Blue) = 72+243+115=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #48F373 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F373 is #B70C8C. Grayscale: #B1B1B1. Windows color (decimal): -11996301 or 7598920. OLE color: 7598920.
HSL color Cylindrical-coordinate representation of color #48F373: hue angle of 135.09º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F373 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 243 | 115 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.05 |
| HSL | 135.09º | 0.88% | 0.62% | - |
| HSV(B) | 135.09º | 0.7% | 0.95% | - |
| XYZ | 37.82 | 66.72 | 27.1 | - |
| YUV | 177.28 | 92.85 | 52.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 243 | 115 | 0.70 | 0 | 0.53 | 0.05 | 135.09 | 0.88 | 0.62 |
| Hex | 48 | F3 | 73 | 46 | 0 | 35 | 5 | 87 | 58 | 3E |
| Octal | 110 | 363 | 163 | 106 | 0 | 65 | 5 | 207 | 130 | 76 |
| Binary | 1001000 | 11110011 | 1110011 | 1000110 | 0 | 110101 | 101 | 10000111 | 1011000 | 111110 |
Color Harmonies of #48F373
Complementary color
Monochromatic Colors of #48F373
Black with #48F373
Text Example
Text Example
White with #48F373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F373; }
p { color: rgb(72,243,115); }
H1.HeaderClassName
{
color: #48F373;
}
.AnyTagClassName
{
color: #48F373;
}
</style>
background-color css
<style>
a { background-color: #48F373; }
a { background-color: rgb(72,243,115); }
div.DivClassName
{
background-color: #48F373;
}
.BgClassName
{
background-color: #48F373;
}
</style>
border-color css
<style>
span { border-color: #48F373; }
span { border-color: rgb(72,243,115); }
td.TdClassName
{
border-color: #48F373;
}
.TagClassName
{
border-color: #48F373;
}
</style>