Shades of Emerald #48DD8D
Tints of Emerald #48DD8D
RGB
CMYK
RGB Variations
Color information
#48DD8D (or 0x48DD8D) is known color: Emerald. HEX triplet: 48, DD and 8D. RGB value is (72,221,141). Sum of RGB (Red+Green+Blue) = 72+221+141=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DD8D is #B72272. Grayscale: #A7A7A7. Windows color (decimal): -12001907 or 9297224. OLE color: 9297224.
HSL color Cylindrical-coordinate representation of color #48DD8D: hue angle of 147.79º 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 #48DD8D is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 141 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.13 |
| HSL | 147.79º | 0.69% | 0.57% | - |
| HSV(B) | 147.79º | 0.67% | 0.87% | - |
| XYZ | 33.34 | 55.01 | 34.06 | - |
| YUV | 167.33 | 113.14 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 141 | 0.67 | 0 | 0.36 | 0.13 | 147.79 | 0.69 | 0.57 |
| Hex | 48 | DD | 8D | 43 | 0 | 24 | D | 94 | 45 | 39 |
| Octal | 110 | 335 | 215 | 103 | 0 | 44 | 15 | 224 | 105 | 71 |
| Binary | 1001000 | 11011101 | 10001101 | 1000011 | 0 | 100100 | 1101 | 10010100 | 1000101 | 111001 |
Color Harmonies of #48DD8D
Complementary color
Monochromatic Colors of #48DD8D
Black with #48DD8D
Text Example
Text Example
White with #48DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD8D; }
p { color: rgb(72,221,141); }
H1.HeaderClassName
{
color: #48DD8D;
}
.AnyTagClassName
{
color: #48DD8D;
}
</style>
background-color css
<style>
a { background-color: #48DD8D; }
a { background-color: rgb(72,221,141); }
div.DivClassName
{
background-color: #48DD8D;
}
.BgClassName
{
background-color: #48DD8D;
}
</style>
border-color css
<style>
span { border-color: #48DD8D; }
span { border-color: rgb(72,221,141); }
td.TdClassName
{
border-color: #48DD8D;
}
.TagClassName
{
border-color: #48DD8D;
}
</style>