Shades of Emerald #48EC71
Tints of Emerald #48EC71
RGB
CMYK
RGB Variations
Color information
#48EC71 (or 0x48EC71) is known color: Emerald. HEX triplet: 48, EC and 71. RGB value is (72,236,113). Sum of RGB (Red+Green+Blue) = 72+236+113=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC71 is #B7138E. Grayscale: #ADADAD. Windows color (decimal): -11998095 or 7466056. OLE color: 7466056.
HSL color Cylindrical-coordinate representation of color #48EC71: hue angle of 135º 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 #48EC71 is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 113 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.07 |
| HSL | 135º | 0.81% | 0.6% | - |
| HSV(B) | 135º | 0.69% | 0.93% | - |
| XYZ | 35.65 | 62.56 | 25.82 | - |
| YUV | 172.94 | 94.17 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 113 | 0.69 | 0 | 0.52 | 0.07 | 135 | 0.81 | 0.6 |
| Hex | 48 | EC | 71 | 45 | 0 | 34 | 7 | 87 | 51 | 3C |
| Octal | 110 | 354 | 161 | 105 | 0 | 64 | 7 | 207 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1110001 | 1000101 | 0 | 110100 | 111 | 10000111 | 1010001 | 111100 |
Color Harmonies of #48EC71
Complementary color
Monochromatic Colors of #48EC71
Black with #48EC71
Text Example
Text Example
White with #48EC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC71; }
p { color: rgb(72,236,113); }
H1.HeaderClassName
{
color: #48EC71;
}
.AnyTagClassName
{
color: #48EC71;
}
</style>
background-color css
<style>
a { background-color: #48EC71; }
a { background-color: rgb(72,236,113); }
div.DivClassName
{
background-color: #48EC71;
}
.BgClassName
{
background-color: #48EC71;
}
</style>
border-color css
<style>
span { border-color: #48EC71; }
span { border-color: rgb(72,236,113); }
td.TdClassName
{
border-color: #48EC71;
}
.TagClassName
{
border-color: #48EC71;
}
</style>