Shades of Emerald #48C57C
Tints of Emerald #48C57C
RGB
CMYK
RGB Variations
Color information
#48C57C (or 0x48C57C) is known color: Emerald. HEX triplet: 48, C5 and 7C. RGB value is (72,197,124). Sum of RGB (Red+Green+Blue) = 72+197+124=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 197 (77.34% from 255 or 50.13% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 197 - color contains mainly: green. Hex color #48C57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C57C is #B73A83. Grayscale: #979797. Windows color (decimal): -12008068 or 8176968. OLE color: 8176968.
HSL color Cylindrical-coordinate representation of color #48C57C: hue angle of 144.96º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C57C is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 197 | 124 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.23 |
| HSL | 144.96º | 0.52% | 0.53% | - |
| HSV(B) | 144.96º | 0.63% | 0.77% | - |
| XYZ | 26.28 | 42.77 | 25.94 | - |
| YUV | 151.3 | 112.59 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 197 | 124 | 0.63 | 0 | 0.37 | 0.23 | 144.96 | 0.52 | 0.53 |
| Hex | 48 | C5 | 7C | 3F | 0 | 25 | 17 | 91 | 34 | 35 |
| Octal | 110 | 305 | 174 | 77 | 0 | 45 | 27 | 221 | 64 | 65 |
| Binary | 1001000 | 11000101 | 1111100 | 111111 | 0 | 100101 | 10111 | 10010001 | 110100 | 110101 |
Color Harmonies of #48C57C
Complementary color
Monochromatic Colors of #48C57C
Black with #48C57C
Text Example
Text Example
White with #48C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C57C; }
p { color: rgb(72,197,124); }
H1.HeaderClassName
{
color: #48C57C;
}
.AnyTagClassName
{
color: #48C57C;
}
</style>
background-color css
<style>
a { background-color: #48C57C; }
a { background-color: rgb(72,197,124); }
div.DivClassName
{
background-color: #48C57C;
}
.BgClassName
{
background-color: #48C57C;
}
</style>
border-color css
<style>
span { border-color: #48C57C; }
span { border-color: rgb(72,197,124); }
td.TdClassName
{
border-color: #48C57C;
}
.TagClassName
{
border-color: #48C57C;
}
</style>