Shades of Emerald #48EC7B
Tints of Emerald #48EC7B
RGB
CMYK
RGB Variations
Color information
#48EC7B (or 0x48EC7B) is known color: Emerald. HEX triplet: 48, EC and 7B. RGB value is (72,236,123). Sum of RGB (Red+Green+Blue) = 72+236+123=431 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.71% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC7B is #B71384. Grayscale: #AEAEAE. Windows color (decimal): -11998085 or 8121416. OLE color: 8121416.
HSL color Cylindrical-coordinate representation of color #48EC7B: hue angle of 138.66º 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 #48EC7B is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 123 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.07 |
| HSL | 138.66º | 0.81% | 0.6% | - |
| HSV(B) | 138.66º | 0.69% | 0.93% | - |
| XYZ | 36.24 | 62.8 | 28.95 | - |
| YUV | 174.08 | 99.17 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 123 | 0.69 | 0 | 0.48 | 0.07 | 138.66 | 0.81 | 0.6 |
| Hex | 48 | EC | 7B | 45 | 0 | 30 | 7 | 8B | 51 | 3C |
| Octal | 110 | 354 | 173 | 105 | 0 | 60 | 7 | 213 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1111011 | 1000101 | 0 | 110000 | 111 | 10001011 | 1010001 | 111100 |
Color Harmonies of #48EC7B
Complementary color
Monochromatic Colors of #48EC7B
Black with #48EC7B
Text Example
Text Example
White with #48EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC7B; }
p { color: rgb(72,236,123); }
H1.HeaderClassName
{
color: #48EC7B;
}
.AnyTagClassName
{
color: #48EC7B;
}
</style>
background-color css
<style>
a { background-color: #48EC7B; }
a { background-color: rgb(72,236,123); }
div.DivClassName
{
background-color: #48EC7B;
}
.BgClassName
{
background-color: #48EC7B;
}
</style>
border-color css
<style>
span { border-color: #48EC7B; }
span { border-color: rgb(72,236,123); }
td.TdClassName
{
border-color: #48EC7B;
}
.TagClassName
{
border-color: #48EC7B;
}
</style>