Shades of Emerald #48DD57
Tints of Emerald #48DD57
RGB
CMYK
RGB Variations
Color information
#48DD57 (or 0x48DD57) is known color: Emerald. HEX triplet: 48, DD and 57. RGB value is (72,221,87). Sum of RGB (Red+Green+Blue) = 72+221+87=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 221 (86.72% from 255 or 58.16% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DD57 is #B722A8. Grayscale: #A1A1A1. Windows color (decimal): -12001961 or 5758280. OLE color: 5758280.
HSL color Cylindrical-coordinate representation of color #48DD57: hue angle of 126.04º 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 #48DD57 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 87 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.13 |
| HSL | 126.04º | 0.69% | 0.57% | - |
| HSV(B) | 126.04º | 0.67% | 0.87% | - |
| XYZ | 30.25 | 53.78 | 17.8 | - |
| YUV | 161.17 | 86.14 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 87 | 0.67 | 0 | 0.61 | 0.13 | 126.04 | 0.69 | 0.57 |
| Hex | 48 | DD | 57 | 43 | 0 | 3D | D | 7E | 45 | 39 |
| Octal | 110 | 335 | 127 | 103 | 0 | 75 | 15 | 176 | 105 | 71 |
| Binary | 1001000 | 11011101 | 1010111 | 1000011 | 0 | 111101 | 1101 | 1111110 | 1000101 | 111001 |
Color Harmonies of #48DD57
Complementary color
Monochromatic Colors of #48DD57
Black with #48DD57
Text Example
Text Example
White with #48DD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD57; }
p { color: rgb(72,221,87); }
H1.HeaderClassName
{
color: #48DD57;
}
.AnyTagClassName
{
color: #48DD57;
}
</style>
background-color css
<style>
a { background-color: #48DD57; }
a { background-color: rgb(72,221,87); }
div.DivClassName
{
background-color: #48DD57;
}
.BgClassName
{
background-color: #48DD57;
}
</style>
border-color css
<style>
span { border-color: #48DD57; }
span { border-color: rgb(72,221,87); }
td.TdClassName
{
border-color: #48DD57;
}
.TagClassName
{
border-color: #48DD57;
}
</style>