Shades of Screamin' Green #48EC5D
Tints of Screamin' Green #48EC5D
RGB
CMYK
RGB Variations
Color information
#48EC5D (or 0x48EC5D) is known color: Screamin' Green. HEX triplet: 48, EC and 5D. RGB value is (72,236,93). Sum of RGB (Red+Green+Blue) = 72+236+93=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC5D is #B713A2. Grayscale: #ABABAB. Windows color (decimal): -11998115 or 6155336. OLE color: 6155336.
HSL color Cylindrical-coordinate representation of color #48EC5D: hue angle of 127.68º 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 #48EC5D is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 93 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.07 |
| HSL | 127.68º | 0.81% | 0.6% | - |
| HSV(B) | 127.68º | 0.69% | 0.93% | - |
| XYZ | 34.64 | 62.16 | 20.53 | - |
| YUV | 170.66 | 84.17 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 93 | 0.69 | 0 | 0.61 | 0.07 | 127.68 | 0.81 | 0.6 |
| Hex | 48 | EC | 5D | 45 | 0 | 3D | 7 | 80 | 51 | 3C |
| Octal | 110 | 354 | 135 | 105 | 0 | 75 | 7 | 200 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1011101 | 1000101 | 0 | 111101 | 111 | 10000000 | 1010001 | 111100 |
Color Harmonies of #48EC5D
Complementary color
Monochromatic Colors of #48EC5D
Black with #48EC5D
Text Example
Text Example
White with #48EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC5D; }
p { color: rgb(72,236,93); }
H1.HeaderClassName
{
color: #48EC5D;
}
.AnyTagClassName
{
color: #48EC5D;
}
</style>
background-color css
<style>
a { background-color: #48EC5D; }
a { background-color: rgb(72,236,93); }
div.DivClassName
{
background-color: #48EC5D;
}
.BgClassName
{
background-color: #48EC5D;
}
</style>
border-color css
<style>
span { border-color: #48EC5D; }
span { border-color: rgb(72,236,93); }
td.TdClassName
{
border-color: #48EC5D;
}
.TagClassName
{
border-color: #48EC5D;
}
</style>