Shades of Emerald #48DD60
Tints of Emerald #48DD60
RGB
CMYK
RGB Variations
Color information
#48DD60 (or 0x48DD60) is known color: Emerald. HEX triplet: 48, DD and 60. RGB value is (72,221,96). Sum of RGB (Red+Green+Blue) = 72+221+96=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DD60 is #B7229F. Grayscale: #A2A2A2. Windows color (decimal): -12001952 or 6348104. OLE color: 6348104.
HSL color Cylindrical-coordinate representation of color #48DD60: hue angle of 129.66º 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 #48DD60 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 96 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.13 |
| HSL | 129.66º | 0.69% | 0.57% | - |
| HSV(B) | 129.66º | 0.67% | 0.87% | - |
| XYZ | 30.64 | 53.94 | 19.86 | - |
| YUV | 162.2 | 90.64 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 96 | 0.67 | 0 | 0.57 | 0.13 | 129.66 | 0.69 | 0.57 |
| Hex | 48 | DD | 60 | 43 | 0 | 39 | D | 82 | 45 | 39 |
| Octal | 110 | 335 | 140 | 103 | 0 | 71 | 15 | 202 | 105 | 71 |
| Binary | 1001000 | 11011101 | 1100000 | 1000011 | 0 | 111001 | 1101 | 10000010 | 1000101 | 111001 |
Color Harmonies of #48DD60
Complementary color
Monochromatic Colors of #48DD60
Black with #48DD60
Text Example
Text Example
White with #48DD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD60; }
p { color: rgb(72,221,96); }
H1.HeaderClassName
{
color: #48DD60;
}
.AnyTagClassName
{
color: #48DD60;
}
</style>
background-color css
<style>
a { background-color: #48DD60; }
a { background-color: rgb(72,221,96); }
div.DivClassName
{
background-color: #48DD60;
}
.BgClassName
{
background-color: #48DD60;
}
</style>
border-color css
<style>
span { border-color: #48DD60; }
span { border-color: rgb(72,221,96); }
td.TdClassName
{
border-color: #48DD60;
}
.TagClassName
{
border-color: #48DD60;
}
</style>