Shades of Emerald #48EC89
Tints of Emerald #48EC89
RGB
CMYK
RGB Variations
Color information
#48EC89 (or 0x48EC89) is known color: Emerald. HEX triplet: 48, EC and 89. RGB value is (72,236,137). Sum of RGB (Red+Green+Blue) = 72+236+137=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 236 (92.58% from 255 or 53.03% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EC89 is #B71376. Grayscale: #AFAFAF. Windows color (decimal): -11998071 or 9038920. OLE color: 9038920.
HSL color Cylindrical-coordinate representation of color #48EC89: hue angle of 143.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 #48EC89 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 137 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.07 |
| HSL | 143.78º | 0.81% | 0.6% | - |
| HSV(B) | 143.78º | 0.69% | 0.93% | - |
| XYZ | 37.18 | 63.17 | 33.9 | - |
| YUV | 175.68 | 106.17 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 137 | 0.69 | 0 | 0.42 | 0.07 | 143.78 | 0.81 | 0.6 |
| Hex | 48 | EC | 89 | 45 | 0 | 2A | 7 | 90 | 51 | 3C |
| Octal | 110 | 354 | 211 | 105 | 0 | 52 | 7 | 220 | 121 | 74 |
| Binary | 1001000 | 11101100 | 10001001 | 1000101 | 0 | 101010 | 111 | 10010000 | 1010001 | 111100 |
Color Harmonies of #48EC89
Complementary color
Monochromatic Colors of #48EC89
Black with #48EC89
Text Example
Text Example
White with #48EC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC89; }
p { color: rgb(72,236,137); }
H1.HeaderClassName
{
color: #48EC89;
}
.AnyTagClassName
{
color: #48EC89;
}
</style>
background-color css
<style>
a { background-color: #48EC89; }
a { background-color: rgb(72,236,137); }
div.DivClassName
{
background-color: #48EC89;
}
.BgClassName
{
background-color: #48EC89;
}
</style>
border-color css
<style>
span { border-color: #48EC89; }
span { border-color: rgb(72,236,137); }
td.TdClassName
{
border-color: #48EC89;
}
.TagClassName
{
border-color: #48EC89;
}
</style>