Shades of Emerald #48DB7B
Tints of Emerald #48DB7B
RGB
CMYK
RGB Variations
Color information
#48DB7B (or 0x48DB7B) is known color: Emerald. HEX triplet: 48, DB and 7B. RGB value is (72,219,123). Sum of RGB (Red+Green+Blue) = 72+219+123=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 219 (85.94% from 255 or 52.90% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB7B is #B72484. Grayscale: #A4A4A4. Windows color (decimal): -12002437 or 8117064. OLE color: 8117064.
HSL color Cylindrical-coordinate representation of color #48DB7B: hue angle of 140.82º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DB7B is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 123 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.14 |
| HSL | 140.82º | 0.67% | 0.57% | - |
| HSV(B) | 140.82º | 0.67% | 0.86% | - |
| XYZ | 31.58 | 53.47 | 27.4 | - |
| YUV | 164.1 | 104.8 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 123 | 0.67 | 0 | 0.44 | 0.14 | 140.82 | 0.67 | 0.57 |
| Hex | 48 | DB | 7B | 43 | 0 | 2C | E | 8D | 43 | 39 |
| Octal | 110 | 333 | 173 | 103 | 0 | 54 | 16 | 215 | 103 | 71 |
| Binary | 1001000 | 11011011 | 1111011 | 1000011 | 0 | 101100 | 1110 | 10001101 | 1000011 | 111001 |
Color Harmonies of #48DB7B
Complementary color
Monochromatic Colors of #48DB7B
Black with #48DB7B
Text Example
Text Example
White with #48DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DB7B; }
p { color: rgb(72,219,123); }
H1.HeaderClassName
{
color: #48DB7B;
}
.AnyTagClassName
{
color: #48DB7B;
}
</style>
background-color css
<style>
a { background-color: #48DB7B; }
a { background-color: rgb(72,219,123); }
div.DivClassName
{
background-color: #48DB7B;
}
.BgClassName
{
background-color: #48DB7B;
}
</style>
border-color css
<style>
span { border-color: #48DB7B; }
span { border-color: rgb(72,219,123); }
td.TdClassName
{
border-color: #48DB7B;
}
.TagClassName
{
border-color: #48DB7B;
}
</style>