Shades of Emerald #48BC76
Tints of Emerald #48BC76
RGB
CMYK
RGB Variations
Color information
#48BC76 (or 0x48BC76) is known color: Emerald. HEX triplet: 48, BC and 76. RGB value is (72,188,118). Sum of RGB (Red+Green+Blue) = 72+188+118=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 188 (73.83% from 255 or 49.74% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC76 is #B74389. Grayscale: #919191. Windows color (decimal): -12010378 or 7781448. OLE color: 7781448.
HSL color Cylindrical-coordinate representation of color #48BC76: hue angle of 143.79º 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 #48BC76 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 118 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.26 |
| HSL | 143.79º | 0.46% | 0.51% | - |
| HSV(B) | 143.79º | 0.62% | 0.74% | - |
| XYZ | 23.93 | 38.65 | 23.34 | - |
| YUV | 145.34 | 112.57 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 118 | 0.62 | 0 | 0.37 | 0.26 | 143.79 | 0.46 | 0.51 |
| Hex | 48 | BC | 76 | 3E | 0 | 25 | 1A | 90 | 2E | 33 |
| Octal | 110 | 274 | 166 | 76 | 0 | 45 | 32 | 220 | 56 | 63 |
| Binary | 1001000 | 10111100 | 1110110 | 111110 | 0 | 100101 | 11010 | 10010000 | 101110 | 110011 |
Color Harmonies of #48BC76
Complementary color
Monochromatic Colors of #48BC76
Black with #48BC76
Text Example
Text Example
White with #48BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC76; }
p { color: rgb(72,188,118); }
H1.HeaderClassName
{
color: #48BC76;
}
.AnyTagClassName
{
color: #48BC76;
}
</style>
background-color css
<style>
a { background-color: #48BC76; }
a { background-color: rgb(72,188,118); }
div.DivClassName
{
background-color: #48BC76;
}
.BgClassName
{
background-color: #48BC76;
}
</style>
border-color css
<style>
span { border-color: #48BC76; }
span { border-color: rgb(72,188,118); }
td.TdClassName
{
border-color: #48BC76;
}
.TagClassName
{
border-color: #48BC76;
}
</style>