Shades of Screamin' Green #48EC51
Tints of Screamin' Green #48EC51
RGB
CMYK
RGB Variations
Color information
#48EC51 (or 0x48EC51) is known color: Screamin' Green. HEX triplet: 48, EC and 51. RGB value is (72,236,81). Sum of RGB (Red+Green+Blue) = 72+236+81=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 236 (92.58% from 255 or 60.67% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC51 is #B713AE. Grayscale: #A9A9A9. Windows color (decimal): -11998127 or 5368904. OLE color: 5368904.
HSL color Cylindrical-coordinate representation of color #48EC51: hue angle of 123.29º 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 #48EC51 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 81 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.07 |
| HSL | 123.29º | 0.81% | 0.6% | - |
| HSV(B) | 123.29º | 0.69% | 0.93% | - |
| XYZ | 34.15 | 61.96 | 17.94 | - |
| YUV | 169.29 | 78.17 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 81 | 0.69 | 0 | 0.66 | 0.07 | 123.29 | 0.81 | 0.6 |
| Hex | 48 | EC | 51 | 45 | 0 | 42 | 7 | 7B | 51 | 3C |
| Octal | 110 | 354 | 121 | 105 | 0 | 102 | 7 | 173 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1010001 | 1000101 | 0 | 1000010 | 111 | 1111011 | 1010001 | 111100 |
Color Harmonies of #48EC51
Complementary color
Monochromatic Colors of #48EC51
Black with #48EC51
Text Example
Text Example
White with #48EC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC51; }
p { color: rgb(72,236,81); }
H1.HeaderClassName
{
color: #48EC51;
}
.AnyTagClassName
{
color: #48EC51;
}
</style>
background-color css
<style>
a { background-color: #48EC51; }
a { background-color: rgb(72,236,81); }
div.DivClassName
{
background-color: #48EC51;
}
.BgClassName
{
background-color: #48EC51;
}
</style>
border-color css
<style>
span { border-color: #48EC51; }
span { border-color: rgb(72,236,81); }
td.TdClassName
{
border-color: #48EC51;
}
.TagClassName
{
border-color: #48EC51;
}
</style>