Shades of Emerald #48D48B
Tints of Emerald #48D48B
RGB
CMYK
RGB Variations
Color information
#48D48B (or 0x48D48B) is known color: Emerald. HEX triplet: 48, D4 and 8B. RGB value is (72,212,139). Sum of RGB (Red+Green+Blue) = 72+212+139=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #48D48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D48B is #B72B74. Grayscale: #A1A1A1. Windows color (decimal): -12004213 or 9163848. OLE color: 9163848.
HSL color Cylindrical-coordinate representation of color #48D48B: hue angle of 148.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D48B is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 139 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.17 |
| HSL | 148.71º | 0.62% | 0.56% | - |
| HSV(B) | 148.71º | 0.66% | 0.83% | - |
| XYZ | 30.88 | 50.33 | 32.51 | - |
| YUV | 161.82 | 115.12 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 139 | 0.66 | 0 | 0.34 | 0.17 | 148.71 | 0.62 | 0.56 |
| Hex | 48 | D4 | 8B | 42 | 0 | 22 | 11 | 95 | 3E | 38 |
| Octal | 110 | 324 | 213 | 102 | 0 | 42 | 21 | 225 | 76 | 70 |
| Binary | 1001000 | 11010100 | 10001011 | 1000010 | 0 | 100010 | 10001 | 10010101 | 111110 | 111000 |
Color Harmonies of #48D48B
Complementary color
Monochromatic Colors of #48D48B
Black with #48D48B
Text Example
Text Example
White with #48D48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D48B; }
p { color: rgb(72,212,139); }
H1.HeaderClassName
{
color: #48D48B;
}
.AnyTagClassName
{
color: #48D48B;
}
</style>
background-color css
<style>
a { background-color: #48D48B; }
a { background-color: rgb(72,212,139); }
div.DivClassName
{
background-color: #48D48B;
}
.BgClassName
{
background-color: #48D48B;
}
</style>
border-color css
<style>
span { border-color: #48D48B; }
span { border-color: rgb(72,212,139); }
td.TdClassName
{
border-color: #48D48B;
}
.TagClassName
{
border-color: #48D48B;
}
</style>