Shades of Emerald #48DD84
Tints of Emerald #48DD84
RGB
CMYK
RGB Variations
Color information
#48DD84 (or 0x48DD84) is known color: Emerald. HEX triplet: 48, DD and 84. RGB value is (72,221,132). Sum of RGB (Red+Green+Blue) = 72+221+132=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 221 (86.72% from 255 or 52% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DD84 is #B7227B. Grayscale: #A6A6A6. Windows color (decimal): -12001916 or 8707400. OLE color: 8707400.
HSL color Cylindrical-coordinate representation of color #48DD84: hue angle of 144.16º 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 #48DD84 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 132 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.13 |
| HSL | 144.16º | 0.69% | 0.57% | - |
| HSV(B) | 144.16º | 0.67% | 0.87% | - |
| XYZ | 32.69 | 54.76 | 30.68 | - |
| YUV | 166.3 | 108.64 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 132 | 0.67 | 0 | 0.40 | 0.13 | 144.16 | 0.69 | 0.57 |
| Hex | 48 | DD | 84 | 43 | 0 | 28 | D | 90 | 45 | 39 |
| Octal | 110 | 335 | 204 | 103 | 0 | 50 | 15 | 220 | 105 | 71 |
| Binary | 1001000 | 11011101 | 10000100 | 1000011 | 0 | 101000 | 1101 | 10010000 | 1000101 | 111001 |
Color Harmonies of #48DD84
Complementary color
Monochromatic Colors of #48DD84
Black with #48DD84
Text Example
Text Example
White with #48DD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD84; }
p { color: rgb(72,221,132); }
H1.HeaderClassName
{
color: #48DD84;
}
.AnyTagClassName
{
color: #48DD84;
}
</style>
background-color css
<style>
a { background-color: #48DD84; }
a { background-color: rgb(72,221,132); }
div.DivClassName
{
background-color: #48DD84;
}
.BgClassName
{
background-color: #48DD84;
}
</style>
border-color css
<style>
span { border-color: #48DD84; }
span { border-color: rgb(72,221,132); }
td.TdClassName
{
border-color: #48DD84;
}
.TagClassName
{
border-color: #48DD84;
}
</style>