Shades of Emerald #48C07D
Tints of Emerald #48C07D
RGB
CMYK
RGB Variations
Color information
#48C07D (or 0x48C07D) is known color: Emerald. HEX triplet: 48, C0 and 7D. RGB value is (72,192,125). Sum of RGB (Red+Green+Blue) = 72+192+125=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #48C07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C07D is #B73F82. Grayscale: #949494. Windows color (decimal): -12009347 or 8241224. OLE color: 8241224.
HSL color Cylindrical-coordinate representation of color #48C07D: hue angle of 146.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C07D is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 192 | 125 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.25 |
| HSL | 146.5º | 0.49% | 0.52% | - |
| HSV(B) | 146.5º | 0.63% | 0.75% | - |
| XYZ | 25.22 | 40.56 | 25.9 | - |
| YUV | 148.48 | 114.74 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 192 | 125 | 0.63 | 0 | 0.35 | 0.25 | 146.5 | 0.49 | 0.52 |
| Hex | 48 | C0 | 7D | 3F | 0 | 23 | 19 | 92 | 31 | 34 |
| Octal | 110 | 300 | 175 | 77 | 0 | 43 | 31 | 222 | 61 | 64 |
| Binary | 1001000 | 11000000 | 1111101 | 111111 | 0 | 100011 | 11001 | 10010010 | 110001 | 110100 |
Color Harmonies of #48C07D
Complementary color
Monochromatic Colors of #48C07D
Black with #48C07D
Text Example
Text Example
White with #48C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C07D; }
p { color: rgb(72,192,125); }
H1.HeaderClassName
{
color: #48C07D;
}
.AnyTagClassName
{
color: #48C07D;
}
</style>
background-color css
<style>
a { background-color: #48C07D; }
a { background-color: rgb(72,192,125); }
div.DivClassName
{
background-color: #48C07D;
}
.BgClassName
{
background-color: #48C07D;
}
</style>
border-color css
<style>
span { border-color: #48C07D; }
span { border-color: rgb(72,192,125); }
td.TdClassName
{
border-color: #48C07D;
}
.TagClassName
{
border-color: #48C07D;
}
</style>