Shades of Emerald #48DD59
Tints of Emerald #48DD59
RGB
CMYK
RGB Variations
Color information
#48DD59 (or 0x48DD59) is known color: Emerald. HEX triplet: 48, DD and 59. RGB value is (72,221,89). Sum of RGB (Red+Green+Blue) = 72+221+89=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 221 (86.72% from 255 or 57.85% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 221 - color contains mainly: green. Hex color #48DD59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DD59 is #B722A6. Grayscale: #A1A1A1. Windows color (decimal): -12001959 or 5889352. OLE color: 5889352.
HSL color Cylindrical-coordinate representation of color #48DD59: hue angle of 126.85º 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 #48DD59 is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 221 | 89 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.13 |
| HSL | 126.85º | 0.69% | 0.57% | - |
| HSV(B) | 126.85º | 0.67% | 0.87% | - |
| XYZ | 30.33 | 53.81 | 18.24 | - |
| YUV | 161.4 | 87.14 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 221 | 89 | 0.67 | 0 | 0.60 | 0.13 | 126.85 | 0.69 | 0.57 |
| Hex | 48 | DD | 59 | 43 | 0 | 3C | D | 7F | 45 | 39 |
| Octal | 110 | 335 | 131 | 103 | 0 | 74 | 15 | 177 | 105 | 71 |
| Binary | 1001000 | 11011101 | 1011001 | 1000011 | 0 | 111100 | 1101 | 1111111 | 1000101 | 111001 |
Color Harmonies of #48DD59
Complementary color
Monochromatic Colors of #48DD59
Black with #48DD59
Text Example
Text Example
White with #48DD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DD59; }
p { color: rgb(72,221,89); }
H1.HeaderClassName
{
color: #48DD59;
}
.AnyTagClassName
{
color: #48DD59;
}
</style>
background-color css
<style>
a { background-color: #48DD59; }
a { background-color: rgb(72,221,89); }
div.DivClassName
{
background-color: #48DD59;
}
.BgClassName
{
background-color: #48DD59;
}
</style>
border-color css
<style>
span { border-color: #48DD59; }
span { border-color: rgb(72,221,89); }
td.TdClassName
{
border-color: #48DD59;
}
.TagClassName
{
border-color: #48DD59;
}
</style>