Shades of Screamin' Green #48EC60
Tints of Screamin' Green #48EC60
RGB
CMYK
RGB Variations
Color information
#48EC60 (or 0x48EC60) is known color: Screamin' Green. HEX triplet: 48, EC and 60. RGB value is (72,236,96). Sum of RGB (Red+Green+Blue) = 72+236+96=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 236 (92.58% from 255 or 58.42% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC60 is #B7139F. Grayscale: #ABABAB. Windows color (decimal): -11998112 or 6351944. OLE color: 6351944.
HSL color Cylindrical-coordinate representation of color #48EC60: hue angle of 128.78º 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 #48EC60 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 96 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.07 |
| HSL | 128.78º | 0.81% | 0.6% | - |
| HSV(B) | 128.78º | 0.69% | 0.93% | - |
| XYZ | 34.78 | 62.21 | 21.24 | - |
| YUV | 171 | 85.67 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 96 | 0.69 | 0 | 0.59 | 0.07 | 128.78 | 0.81 | 0.6 |
| Hex | 48 | EC | 60 | 45 | 0 | 3B | 7 | 81 | 51 | 3C |
| Octal | 110 | 354 | 140 | 105 | 0 | 73 | 7 | 201 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1100000 | 1000101 | 0 | 111011 | 111 | 10000001 | 1010001 | 111100 |
Color Harmonies of #48EC60
Complementary color
Monochromatic Colors of #48EC60
Black with #48EC60
Text Example
Text Example
White with #48EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC60; }
p { color: rgb(72,236,96); }
H1.HeaderClassName
{
color: #48EC60;
}
.AnyTagClassName
{
color: #48EC60;
}
</style>
background-color css
<style>
a { background-color: #48EC60; }
a { background-color: rgb(72,236,96); }
div.DivClassName
{
background-color: #48EC60;
}
.BgClassName
{
background-color: #48EC60;
}
</style>
border-color css
<style>
span { border-color: #48EC60; }
span { border-color: rgb(72,236,96); }
td.TdClassName
{
border-color: #48EC60;
}
.TagClassName
{
border-color: #48EC60;
}
</style>