Shades of Emerald #48BD80
Tints of Emerald #48BD80
RGB
CMYK
RGB Variations
Color information
#48BD80 (or 0x48BD80) is known color: Emerald. HEX triplet: 48, BD and 80. RGB value is (72,189,128). Sum of RGB (Red+Green+Blue) = 72+189+128=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 189 (74.22% from 255 or 48.59% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48BD80 is #B7427F. Grayscale: #939393. Windows color (decimal): -12010112 or 8437064. OLE color: 8437064.
HSL color Cylindrical-coordinate representation of color #48BD80: hue angle of 148.72º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD80 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 128 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.26 |
| HSL | 148.72º | 0.47% | 0.51% | - |
| HSV(B) | 148.72º | 0.62% | 0.74% | - |
| XYZ | 24.77 | 39.33 | 26.71 | - |
| YUV | 147.06 | 117.24 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 128 | 0.62 | 0 | 0.32 | 0.26 | 148.72 | 0.47 | 0.51 |
| Hex | 48 | BD | 80 | 3E | 0 | 20 | 1A | 95 | 2F | 33 |
| Octal | 110 | 275 | 200 | 76 | 0 | 40 | 32 | 225 | 57 | 63 |
| Binary | 1001000 | 10111101 | 10000000 | 111110 | 0 | 100000 | 11010 | 10010101 | 101111 | 110011 |
Color Harmonies of #48BD80
Complementary color
Monochromatic Colors of #48BD80
Black with #48BD80
Text Example
Text Example
White with #48BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD80; }
p { color: rgb(72,189,128); }
H1.HeaderClassName
{
color: #48BD80;
}
.AnyTagClassName
{
color: #48BD80;
}
</style>
background-color css
<style>
a { background-color: #48BD80; }
a { background-color: rgb(72,189,128); }
div.DivClassName
{
background-color: #48BD80;
}
.BgClassName
{
background-color: #48BD80;
}
</style>
border-color css
<style>
span { border-color: #48BD80; }
span { border-color: rgb(72,189,128); }
td.TdClassName
{
border-color: #48BD80;
}
.TagClassName
{
border-color: #48BD80;
}
</style>