Shades of Emerald #48D07C
Tints of Emerald #48D07C
RGB
CMYK
RGB Variations
Color information
#48D07C (or 0x48D07C) is known color: Emerald. HEX triplet: 48, D0 and 7C. RGB value is (72,208,124). Sum of RGB (Red+Green+Blue) = 72+208+124=404 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.82% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #48D07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D07C is #B72F83. Grayscale: #9D9D9D. Windows color (decimal): -12005252 or 8179784. OLE color: 8179784.
HSL color Cylindrical-coordinate representation of color #48D07C: hue angle of 142.94º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D07C is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 208 | 124 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.18 |
| HSL | 142.94º | 0.59% | 0.55% | - |
| HSV(B) | 142.94º | 0.65% | 0.82% | - |
| XYZ | 28.87 | 47.94 | 26.8 | - |
| YUV | 157.76 | 108.94 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 208 | 124 | 0.65 | 0 | 0.40 | 0.18 | 142.94 | 0.59 | 0.55 |
| Hex | 48 | D0 | 7C | 41 | 0 | 28 | 12 | 8F | 3B | 37 |
| Octal | 110 | 320 | 174 | 101 | 0 | 50 | 22 | 217 | 73 | 67 |
| Binary | 1001000 | 11010000 | 1111100 | 1000001 | 0 | 101000 | 10010 | 10001111 | 111011 | 110111 |
Color Harmonies of #48D07C
Complementary color
Monochromatic Colors of #48D07C
Black with #48D07C
Text Example
Text Example
White with #48D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D07C; }
p { color: rgb(72,208,124); }
H1.HeaderClassName
{
color: #48D07C;
}
.AnyTagClassName
{
color: #48D07C;
}
</style>
background-color css
<style>
a { background-color: #48D07C; }
a { background-color: rgb(72,208,124); }
div.DivClassName
{
background-color: #48D07C;
}
.BgClassName
{
background-color: #48D07C;
}
</style>
border-color css
<style>
span { border-color: #48D07C; }
span { border-color: rgb(72,208,124); }
td.TdClassName
{
border-color: #48D07C;
}
.TagClassName
{
border-color: #48D07C;
}
</style>