Shades of Emerald #48D473
Tints of Emerald #48D473
RGB
CMYK
RGB Variations
Color information
#48D473 (or 0x48D473) is known color: Emerald. HEX triplet: 48, D4 and 73. RGB value is (72,212,115). Sum of RGB (Red+Green+Blue) = 72+212+115=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #48D473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D473 is #B72B8C. Grayscale: #9F9F9F. Windows color (decimal): -12004237 or 7590984. OLE color: 7590984.
HSL color Cylindrical-coordinate representation of color #48D473: hue angle of 138.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D473 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 115 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.17 |
| HSL | 138.43º | 0.62% | 0.56% | - |
| HSV(B) | 138.43º | 0.66% | 0.83% | - |
| XYZ | 29.31 | 49.7 | 24.27 | - |
| YUV | 159.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 115 | 0.66 | 0 | 0.46 | 0.17 | 138.43 | 0.62 | 0.56 |
| Hex | 48 | D4 | 73 | 42 | 0 | 2E | 11 | 8A | 3E | 38 |
| Octal | 110 | 324 | 163 | 102 | 0 | 56 | 21 | 212 | 76 | 70 |
| Binary | 1001000 | 11010100 | 1110011 | 1000010 | 0 | 101110 | 10001 | 10001010 | 111110 | 111000 |
Color Harmonies of #48D473
Complementary color
Monochromatic Colors of #48D473
Black with #48D473
Text Example
Text Example
White with #48D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D473; }
p { color: rgb(72,212,115); }
H1.HeaderClassName
{
color: #48D473;
}
.AnyTagClassName
{
color: #48D473;
}
</style>
background-color css
<style>
a { background-color: #48D473; }
a { background-color: rgb(72,212,115); }
div.DivClassName
{
background-color: #48D473;
}
.BgClassName
{
background-color: #48D473;
}
</style>
border-color css
<style>
span { border-color: #48D473; }
span { border-color: rgb(72,212,115); }
td.TdClassName
{
border-color: #48D473;
}
.TagClassName
{
border-color: #48D473;
}
</style>