Shades of Emerald #48EC7C
Tints of Emerald #48EC7C
RGB
CMYK
RGB Variations
Color information
#48EC7C (or 0x48EC7C) is known color: Emerald. HEX triplet: 48, EC and 7C. RGB value is (72,236,124). Sum of RGB (Red+Green+Blue) = 72+236+124=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 236 (92.58% from 255 or 54.63% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC7C is #B71383. Grayscale: #AEAEAE. Windows color (decimal): -11998084 or 8186952. OLE color: 8186952.
HSL color Cylindrical-coordinate representation of color #48EC7C: hue angle of 139.02º 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 #48EC7C is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 124 | - |
| CMYK | 0.69 | 0 | 0.47 | 0.07 |
| HSL | 139.02º | 0.81% | 0.6% | - |
| HSV(B) | 139.02º | 0.69% | 0.93% | - |
| XYZ | 36.31 | 62.82 | 29.28 | - |
| YUV | 174.2 | 99.67 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 124 | 0.69 | 0 | 0.47 | 0.07 | 139.02 | 0.81 | 0.6 |
| Hex | 48 | EC | 7C | 45 | 0 | 2F | 7 | 8B | 51 | 3C |
| Octal | 110 | 354 | 174 | 105 | 0 | 57 | 7 | 213 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1111100 | 1000101 | 0 | 101111 | 111 | 10001011 | 1010001 | 111100 |
Color Harmonies of #48EC7C
Complementary color
Monochromatic Colors of #48EC7C
Black with #48EC7C
Text Example
Text Example
White with #48EC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC7C; }
p { color: rgb(72,236,124); }
H1.HeaderClassName
{
color: #48EC7C;
}
.AnyTagClassName
{
color: #48EC7C;
}
</style>
background-color css
<style>
a { background-color: #48EC7C; }
a { background-color: rgb(72,236,124); }
div.DivClassName
{
background-color: #48EC7C;
}
.BgClassName
{
background-color: #48EC7C;
}
</style>
border-color css
<style>
span { border-color: #48EC7C; }
span { border-color: rgb(72,236,124); }
td.TdClassName
{
border-color: #48EC7C;
}
.TagClassName
{
border-color: #48EC7C;
}
</style>