Shades of Emerald #48C45D
Tints of Emerald #48C45D
RGB
CMYK
RGB Variations
Color information
#48C45D (or 0x48C45D) is known color: Emerald. HEX triplet: 48, C4 and 5D. RGB value is (72,196,93). Sum of RGB (Red+Green+Blue) = 72+196+93=361 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.94% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #48C45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C45D is #B73BA2. Grayscale: #939393. Windows color (decimal): -12008355 or 6145096. OLE color: 6145096.
HSL color Cylindrical-coordinate representation of color #48C45D: hue angle of 130.16º degrees, saturation: 0.51, 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 #48C45D is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 93 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.23 |
| HSL | 130.16º | 0.51% | 0.53% | - |
| HSV(B) | 130.16º | 0.63% | 0.77% | - |
| XYZ | 24.39 | 41.65 | 17.11 | - |
| YUV | 147.18 | 97.42 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 93 | 0.63 | 0 | 0.53 | 0.23 | 130.16 | 0.51 | 0.53 |
| Hex | 48 | C4 | 5D | 3F | 0 | 35 | 17 | 82 | 33 | 35 |
| Octal | 110 | 304 | 135 | 77 | 0 | 65 | 27 | 202 | 63 | 65 |
| Binary | 1001000 | 11000100 | 1011101 | 111111 | 0 | 110101 | 10111 | 10000010 | 110011 | 110101 |
Color Harmonies of #48C45D
Complementary color
Monochromatic Colors of #48C45D
Black with #48C45D
Text Example
Text Example
White with #48C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C45D; }
p { color: rgb(72,196,93); }
H1.HeaderClassName
{
color: #48C45D;
}
.AnyTagClassName
{
color: #48C45D;
}
</style>
background-color css
<style>
a { background-color: #48C45D; }
a { background-color: rgb(72,196,93); }
div.DivClassName
{
background-color: #48C45D;
}
.BgClassName
{
background-color: #48C45D;
}
</style>
border-color css
<style>
span { border-color: #48C45D; }
span { border-color: rgb(72,196,93); }
td.TdClassName
{
border-color: #48C45D;
}
.TagClassName
{
border-color: #48C45D;
}
</style>