Shades of Emerald #48DD5D
Tints of Emerald #48DD5D
RGB
CMYK
RGB Variations
Color information
#48DD5D (or 0x48DD5D) is known color: Emerald. HEX triplet: 48, DD and 5D. RGB value is (72,221,93). Sum of RGB (Red+Green+Blue) = 72+221+93=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DD5D is #B722A2. Grayscale: #A2A2A2. Windows color (decimal): -12001955 or 6151496. OLE color: 6151496.
HSL color Cylindrical-coordinate representation of color #48DD5D: hue angle of 128.46º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DD5D is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 93 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.13 |
| HSL | 128.46º | 0.69% | 0.57% | - |
| HSV(B) | 128.46º | 0.67% | 0.87% | - |
| XYZ | 30.5 | 53.88 | 19.15 | - |
| YUV | 161.86 | 89.14 | 63.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 93 | 0.67 | 0 | 0.58 | 0.13 | 128.46 | 0.69 | 0.57 |
| Hex | 48 | DD | 5D | 43 | 0 | 3A | D | 80 | 45 | 39 |
| Octal | 110 | 335 | 135 | 103 | 0 | 72 | 15 | 200 | 105 | 71 |
| Binary | 1001000 | 11011101 | 1011101 | 1000011 | 0 | 111010 | 1101 | 10000000 | 1000101 | 111001 |
Color Harmonies of #48DD5D
Complementary color
Monochromatic Colors of #48DD5D
Black with #48DD5D
Text Example
Text Example
White with #48DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD5D; }
p { color: rgb(72,221,93); }
H1.HeaderClassName
{
color: #48DD5D;
}
.AnyTagClassName
{
color: #48DD5D;
}
</style>
background-color css
<style>
a { background-color: #48DD5D; }
a { background-color: rgb(72,221,93); }
div.DivClassName
{
background-color: #48DD5D;
}
.BgClassName
{
background-color: #48DD5D;
}
</style>
border-color css
<style>
span { border-color: #48DD5D; }
span { border-color: rgb(72,221,93); }
td.TdClassName
{
border-color: #48DD5D;
}
.TagClassName
{
border-color: #48DD5D;
}
</style>