Shades of Screamin' Green #48F377
Tints of Screamin' Green #48F377
RGB
CMYK
RGB Variations
Color information
#48F377 (or 0x48F377) is known color: Screamin' Green. HEX triplet: 48, F3 and 77. RGB value is (72,243,119). Sum of RGB (Red+Green+Blue) = 72+243+119=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 243 (95.31% from 255 or 55.99% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 243 - color contains mainly: green. Hex color #48F377 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F377 is #B70C88. Grayscale: #B2B2B2. Windows color (decimal): -11996297 or 7861064. OLE color: 7861064.
HSL color Cylindrical-coordinate representation of color #48F377: hue angle of 136.49º 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 #48F377 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 243 | 119 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.05 |
| HSL | 136.49º | 0.88% | 0.62% | - |
| HSV(B) | 136.49º | 0.7% | 0.95% | - |
| XYZ | 38.05 | 66.81 | 28.34 | - |
| YUV | 177.74 | 94.85 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 243 | 119 | 0.70 | 0 | 0.51 | 0.05 | 136.49 | 0.88 | 0.62 |
| Hex | 48 | F3 | 77 | 46 | 0 | 33 | 5 | 88 | 58 | 3E |
| Octal | 110 | 363 | 167 | 106 | 0 | 63 | 5 | 210 | 130 | 76 |
| Binary | 1001000 | 11110011 | 1110111 | 1000110 | 0 | 110011 | 101 | 10001000 | 1011000 | 111110 |
Color Harmonies of #48F377
Complementary color
Monochromatic Colors of #48F377
Black with #48F377
Text Example
Text Example
White with #48F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F377; }
p { color: rgb(72,243,119); }
H1.HeaderClassName
{
color: #48F377;
}
.AnyTagClassName
{
color: #48F377;
}
</style>
background-color css
<style>
a { background-color: #48F377; }
a { background-color: rgb(72,243,119); }
div.DivClassName
{
background-color: #48F377;
}
.BgClassName
{
background-color: #48F377;
}
</style>
border-color css
<style>
span { border-color: #48F377; }
span { border-color: rgb(72,243,119); }
td.TdClassName
{
border-color: #48F377;
}
.TagClassName
{
border-color: #48F377;
}
</style>