Shades of Emerald #48D789
Tints of Emerald #48D789
RGB
CMYK
RGB Variations
Color information
#48D789 (or 0x48D789) is known color: Emerald. HEX triplet: 48, D7 and 89. RGB value is (72,215,137). Sum of RGB (Red+Green+Blue) = 72+215+137=424 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.98% from 424); Green value is 215 (84.38% from 255 or 50.71% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 215 - color contains mainly: green. Hex color #48D789 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D789 is #B72876. Grayscale: #A3A3A3. Windows color (decimal): -12003447 or 9033544. OLE color: 9033544.
HSL color Cylindrical-coordinate representation of color #48D789: hue angle of 147.27º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D789 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 215 | 137 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.16 |
| HSL | 147.27º | 0.64% | 0.56% | - |
| HSV(B) | 147.27º | 0.67% | 0.84% | - |
| XYZ | 31.49 | 51.78 | 32 | - |
| YUV | 163.35 | 113.12 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 215 | 137 | 0.67 | 0 | 0.36 | 0.16 | 147.27 | 0.64 | 0.56 |
| Hex | 48 | D7 | 89 | 43 | 0 | 24 | 10 | 93 | 40 | 38 |
| Octal | 110 | 327 | 211 | 103 | 0 | 44 | 20 | 223 | 100 | 70 |
| Binary | 1001000 | 11010111 | 10001001 | 1000011 | 0 | 100100 | 10000 | 10010011 | 1000000 | 111000 |
Color Harmonies of #48D789
Complementary color
Monochromatic Colors of #48D789
Black with #48D789
Text Example
Text Example
White with #48D789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D789; }
p { color: rgb(72,215,137); }
H1.HeaderClassName
{
color: #48D789;
}
.AnyTagClassName
{
color: #48D789;
}
</style>
background-color css
<style>
a { background-color: #48D789; }
a { background-color: rgb(72,215,137); }
div.DivClassName
{
background-color: #48D789;
}
.BgClassName
{
background-color: #48D789;
}
</style>
border-color css
<style>
span { border-color: #48D789; }
span { border-color: rgb(72,215,137); }
td.TdClassName
{
border-color: #48D789;
}
.TagClassName
{
border-color: #48D789;
}
</style>