Shades of Emerald #48DC5D
Tints of Emerald #48DC5D
RGB
CMYK
RGB Variations
Color information
#48DC5D (or 0x48DC5D) is known color: Emerald. HEX triplet: 48, DC and 5D. RGB value is (72,220,93). Sum of RGB (Red+Green+Blue) = 72+220+93=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 93 (36.72% from 255 or 24.16% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DC5D is #B723A2. Grayscale: #A1A1A1. Windows color (decimal): -12002211 or 6151240. OLE color: 6151240.
HSL color Cylindrical-coordinate representation of color #48DC5D: hue angle of 128.51º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DC5D is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 93 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.14 |
| HSL | 128.51º | 0.68% | 0.57% | - |
| HSV(B) | 128.51º | 0.67% | 0.86% | - |
| XYZ | 30.24 | 53.35 | 19.06 | - |
| YUV | 161.27 | 89.47 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 93 | 0.67 | 0 | 0.58 | 0.14 | 128.51 | 0.68 | 0.57 |
| Hex | 48 | DC | 5D | 43 | 0 | 3A | E | 81 | 44 | 39 |
| Octal | 110 | 334 | 135 | 103 | 0 | 72 | 16 | 201 | 104 | 71 |
| Binary | 1001000 | 11011100 | 1011101 | 1000011 | 0 | 111010 | 1110 | 10000001 | 1000100 | 111001 |
Color Harmonies of #48DC5D
Complementary color
Monochromatic Colors of #48DC5D
Black with #48DC5D
Text Example
Text Example
White with #48DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC5D; }
p { color: rgb(72,220,93); }
H1.HeaderClassName
{
color: #48DC5D;
}
.AnyTagClassName
{
color: #48DC5D;
}
</style>
background-color css
<style>
a { background-color: #48DC5D; }
a { background-color: rgb(72,220,93); }
div.DivClassName
{
background-color: #48DC5D;
}
.BgClassName
{
background-color: #48DC5D;
}
</style>
border-color css
<style>
span { border-color: #48DC5D; }
span { border-color: rgb(72,220,93); }
td.TdClassName
{
border-color: #48DC5D;
}
.TagClassName
{
border-color: #48DC5D;
}
</style>