Shades of Screamin' Green #48F16C
Tints of Screamin' Green #48F16C
RGB
CMYK
RGB Variations
Color information
#48F16C (or 0x48F16C) is known color: Screamin' Green. HEX triplet: 48, F1 and 6C. RGB value is (72,241,108). Sum of RGB (Red+Green+Blue) = 72+241+108=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 241 (94.53% from 255 or 57.24% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 241 - color contains mainly: green. Hex color #48F16C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F16C is #B70E93. Grayscale: #AFAFAF. Windows color (decimal): -11996820 or 7139656. OLE color: 7139656.
HSL color Cylindrical-coordinate representation of color #48F16C: hue angle of 132.78º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F16C is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 72 | 241 | 108 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.05 |
| HSL | 132.78º | 0.86% | 0.61% | - |
| HSV(B) | 132.78º | 0.7% | 0.95% | - |
| XYZ | 36.83 | 65.37 | 24.86 | - |
| YUV | 175.31 | 90.01 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 241 | 108 | 0.70 | 0 | 0.55 | 0.05 | 132.78 | 0.86 | 0.61 |
| Hex | 48 | F1 | 6C | 46 | 0 | 37 | 5 | 85 | 56 | 3D |
| Octal | 110 | 361 | 154 | 106 | 0 | 67 | 5 | 205 | 126 | 75 |
| Binary | 1001000 | 11110001 | 1101100 | 1000110 | 0 | 110111 | 101 | 10000101 | 1010110 | 111101 |
Color Harmonies of #48F16C
Complementary color
Monochromatic Colors of #48F16C
Black with #48F16C
Text Example
Text Example
White with #48F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48F16C; }
p { color: rgb(72,241,108); }
H1.HeaderClassName
{
color: #48F16C;
}
.AnyTagClassName
{
color: #48F16C;
}
</style>
background-color css
<style>
a { background-color: #48F16C; }
a { background-color: rgb(72,241,108); }
div.DivClassName
{
background-color: #48F16C;
}
.BgClassName
{
background-color: #48F16C;
}
</style>
border-color css
<style>
span { border-color: #48F16C; }
span { border-color: rgb(72,241,108); }
td.TdClassName
{
border-color: #48F16C;
}
.TagClassName
{
border-color: #48F16C;
}
</style>