Shades of Emerald #48BC74
Tints of Emerald #48BC74
RGB
CMYK
RGB Variations
Color information
#48BC74 (or 0x48BC74) is known color: Emerald. HEX triplet: 48, BC and 74. RGB value is (72,188,116). Sum of RGB (Red+Green+Blue) = 72+188+116=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #48BC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BC74 is #B7438B. Grayscale: #919191. Windows color (decimal): -12010380 or 7650376. OLE color: 7650376.
HSL color Cylindrical-coordinate representation of color #48BC74: hue angle of 142.76º 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 #48BC74 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 188 | 116 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.26 |
| HSL | 142.76º | 0.46% | 0.51% | - |
| HSV(B) | 142.76º | 0.62% | 0.74% | - |
| XYZ | 23.81 | 38.61 | 22.72 | - |
| YUV | 145.11 | 111.57 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 188 | 116 | 0.62 | 0 | 0.38 | 0.26 | 142.76 | 0.46 | 0.51 |
| Hex | 48 | BC | 74 | 3E | 0 | 26 | 1A | 8F | 2E | 33 |
| Octal | 110 | 274 | 164 | 76 | 0 | 46 | 32 | 217 | 56 | 63 |
| Binary | 1001000 | 10111100 | 1110100 | 111110 | 0 | 100110 | 11010 | 10001111 | 101110 | 110011 |
Color Harmonies of #48BC74
Complementary color
Monochromatic Colors of #48BC74
Black with #48BC74
Text Example
Text Example
White with #48BC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BC74; }
p { color: rgb(72,188,116); }
H1.HeaderClassName
{
color: #48BC74;
}
.AnyTagClassName
{
color: #48BC74;
}
</style>
background-color css
<style>
a { background-color: #48BC74; }
a { background-color: rgb(72,188,116); }
div.DivClassName
{
background-color: #48BC74;
}
.BgClassName
{
background-color: #48BC74;
}
</style>
border-color css
<style>
span { border-color: #48BC74; }
span { border-color: rgb(72,188,116); }
td.TdClassName
{
border-color: #48BC74;
}
.TagClassName
{
border-color: #48BC74;
}
</style>