Shades of Emerald #48D77C
Tints of Emerald #48D77C
RGB
CMYK
RGB Variations
Color information
#48D77C (or 0x48D77C) is known color: Emerald. HEX triplet: 48, D7 and 7C. RGB value is (72,215,124). Sum of RGB (Red+Green+Blue) = 72+215+124=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #48D77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D77C is #B72883. Grayscale: #A2A2A2. Windows color (decimal): -12003460 or 8181576. OLE color: 8181576.
HSL color Cylindrical-coordinate representation of color #48D77C: hue angle of 141.82º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D77C is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 215 | 124 | - |
| CMYK | 0.67 | 0 | 0.42 | 0.16 |
| HSL | 141.82º | 0.64% | 0.56% | - |
| HSV(B) | 141.82º | 0.67% | 0.84% | - |
| XYZ | 30.61 | 51.43 | 27.38 | - |
| YUV | 161.87 | 106.62 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 215 | 124 | 0.67 | 0 | 0.42 | 0.16 | 141.82 | 0.64 | 0.56 |
| Hex | 48 | D7 | 7C | 43 | 0 | 2A | 10 | 8E | 40 | 38 |
| Octal | 110 | 327 | 174 | 103 | 0 | 52 | 20 | 216 | 100 | 70 |
| Binary | 1001000 | 11010111 | 1111100 | 1000011 | 0 | 101010 | 10000 | 10001110 | 1000000 | 111000 |
Color Harmonies of #48D77C
Complementary color
Monochromatic Colors of #48D77C
Black with #48D77C
Text Example
Text Example
White with #48D77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D77C; }
p { color: rgb(72,215,124); }
H1.HeaderClassName
{
color: #48D77C;
}
.AnyTagClassName
{
color: #48D77C;
}
</style>
background-color css
<style>
a { background-color: #48D77C; }
a { background-color: rgb(72,215,124); }
div.DivClassName
{
background-color: #48D77C;
}
.BgClassName
{
background-color: #48D77C;
}
</style>
border-color css
<style>
span { border-color: #48D77C; }
span { border-color: rgb(72,215,124); }
td.TdClassName
{
border-color: #48D77C;
}
.TagClassName
{
border-color: #48D77C;
}
</style>