Shades of Emerald #48DD5E
Tints of Emerald #48DD5E
RGB
CMYK
RGB Variations
Color information
#48DD5E (or 0x48DD5E) is known color: Emerald. HEX triplet: 48, DD and 5E. RGB value is (72,221,94). Sum of RGB (Red+Green+Blue) = 72+221+94=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 221 (86.72% from 255 or 57.11% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DD5E is #B722A1. Grayscale: #A2A2A2. Windows color (decimal): -12001954 or 6217032. OLE color: 6217032.
HSL color Cylindrical-coordinate representation of color #48DD5E: hue angle of 128.86º 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 #48DD5E is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 94 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.13 |
| HSL | 128.86º | 0.69% | 0.57% | - |
| HSV(B) | 128.86º | 0.67% | 0.87% | - |
| XYZ | 30.55 | 53.9 | 19.38 | - |
| YUV | 161.97 | 89.64 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 94 | 0.67 | 0 | 0.57 | 0.13 | 128.86 | 0.69 | 0.57 |
| Hex | 48 | DD | 5E | 43 | 0 | 39 | D | 81 | 45 | 39 |
| Octal | 110 | 335 | 136 | 103 | 0 | 71 | 15 | 201 | 105 | 71 |
| Binary | 1001000 | 11011101 | 1011110 | 1000011 | 0 | 111001 | 1101 | 10000001 | 1000101 | 111001 |
Color Harmonies of #48DD5E
Complementary color
Monochromatic Colors of #48DD5E
Black with #48DD5E
Text Example
Text Example
White with #48DD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD5E; }
p { color: rgb(72,221,94); }
H1.HeaderClassName
{
color: #48DD5E;
}
.AnyTagClassName
{
color: #48DD5E;
}
</style>
background-color css
<style>
a { background-color: #48DD5E; }
a { background-color: rgb(72,221,94); }
div.DivClassName
{
background-color: #48DD5E;
}
.BgClassName
{
background-color: #48DD5E;
}
</style>
border-color css
<style>
span { border-color: #48DD5E; }
span { border-color: rgb(72,221,94); }
td.TdClassName
{
border-color: #48DD5E;
}
.TagClassName
{
border-color: #48DD5E;
}
</style>