Shades of Emerald #48BC7D
Tints of Emerald #48BC7D
RGB
CMYK
RGB Variations
Color information
#48BC7D (or 0x48BC7D) is known color: Emerald. HEX triplet: 48, BC and 7D. RGB value is (72,188,125). Sum of RGB (Red+Green+Blue) = 72+188+125=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 188 (73.83% from 255 or 48.83% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC7D is #B74382. Grayscale: #929292. Windows color (decimal): -12010371 or 8240200. OLE color: 8240200.
HSL color Cylindrical-coordinate representation of color #48BC7D: hue angle of 147.41º degrees, saturation: 0.46, 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 #48BC7D is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 125 | - |
| CMYK | 0.62 | 0 | 0.34 | 0.26 |
| HSL | 147.41º | 0.46% | 0.51% | - |
| HSV(B) | 147.41º | 0.62% | 0.74% | - |
| XYZ | 24.36 | 38.82 | 25.61 | - |
| YUV | 146.13 | 116.07 | 75.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 125 | 0.62 | 0 | 0.34 | 0.26 | 147.41 | 0.46 | 0.51 |
| Hex | 48 | BC | 7D | 3E | 0 | 22 | 1A | 93 | 2E | 33 |
| Octal | 110 | 274 | 175 | 76 | 0 | 42 | 32 | 223 | 56 | 63 |
| Binary | 1001000 | 10111100 | 1111101 | 111110 | 0 | 100010 | 11010 | 10010011 | 101110 | 110011 |
Color Harmonies of #48BC7D
Complementary color
Monochromatic Colors of #48BC7D
Black with #48BC7D
Text Example
Text Example
White with #48BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC7D; }
p { color: rgb(72,188,125); }
H1.HeaderClassName
{
color: #48BC7D;
}
.AnyTagClassName
{
color: #48BC7D;
}
</style>
background-color css
<style>
a { background-color: #48BC7D; }
a { background-color: rgb(72,188,125); }
div.DivClassName
{
background-color: #48BC7D;
}
.BgClassName
{
background-color: #48BC7D;
}
</style>
border-color css
<style>
span { border-color: #48BC7D; }
span { border-color: rgb(72,188,125); }
td.TdClassName
{
border-color: #48BC7D;
}
.TagClassName
{
border-color: #48BC7D;
}
</style>