Shades of Screamin' Green #48EC4D
Tints of Screamin' Green #48EC4D
RGB
CMYK
RGB Variations
Color information
#48EC4D (or 0x48EC4D) is known color: Screamin' Green. HEX triplet: 48, EC and 4D. RGB value is (72,236,77). Sum of RGB (Red+Green+Blue) = 72+236+77=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC4D is #B713B2. Grayscale: #A9A9A9. Windows color (decimal): -11998131 or 5106760. OLE color: 5106760.
HSL color Cylindrical-coordinate representation of color #48EC4D: hue angle of 121.83º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EC4D is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 77 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.07 |
| HSL | 121.83º | 0.81% | 0.6% | - |
| HSV(B) | 121.83º | 0.69% | 0.93% | - |
| XYZ | 34.01 | 61.9 | 17.18 | - |
| YUV | 168.84 | 76.17 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 77 | 0.69 | 0 | 0.67 | 0.07 | 121.83 | 0.81 | 0.6 |
| Hex | 48 | EC | 4D | 45 | 0 | 43 | 7 | 7A | 51 | 3C |
| Octal | 110 | 354 | 115 | 105 | 0 | 103 | 7 | 172 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1001101 | 1000101 | 0 | 1000011 | 111 | 1111010 | 1010001 | 111100 |
Color Harmonies of #48EC4D
Complementary color
Monochromatic Colors of #48EC4D
Black with #48EC4D
Text Example
Text Example
White with #48EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC4D; }
p { color: rgb(72,236,77); }
H1.HeaderClassName
{
color: #48EC4D;
}
.AnyTagClassName
{
color: #48EC4D;
}
</style>
background-color css
<style>
a { background-color: #48EC4D; }
a { background-color: rgb(72,236,77); }
div.DivClassName
{
background-color: #48EC4D;
}
.BgClassName
{
background-color: #48EC4D;
}
</style>
border-color css
<style>
span { border-color: #48EC4D; }
span { border-color: rgb(72,236,77); }
td.TdClassName
{
border-color: #48EC4D;
}
.TagClassName
{
border-color: #48EC4D;
}
</style>