Shades of Emerald #48DB60
Tints of Emerald #48DB60
RGB
CMYK
RGB Variations
Color information
#48DB60 (or 0x48DB60) is known color: Emerald. HEX triplet: 48, DB and 60. RGB value is (72,219,96). Sum of RGB (Red+Green+Blue) = 72+219+96=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB60 is #B7249F. Grayscale: #A1A1A1. Windows color (decimal): -12002464 or 6347592. OLE color: 6347592.
HSL color Cylindrical-coordinate representation of color #48DB60: hue angle of 129.8º 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 #48DB60 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 219 | 96 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.14 |
| HSL | 129.8º | 0.67% | 0.57% | - |
| HSV(B) | 129.8º | 0.67% | 0.86% | - |
| XYZ | 30.12 | 52.89 | 19.69 | - |
| YUV | 161.03 | 91.3 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 219 | 96 | 0.67 | 0 | 0.56 | 0.14 | 129.8 | 0.67 | 0.57 |
| Hex | 48 | DB | 60 | 43 | 0 | 38 | E | 82 | 43 | 39 |
| Octal | 110 | 333 | 140 | 103 | 0 | 70 | 16 | 202 | 103 | 71 |
| Binary | 1001000 | 11011011 | 1100000 | 1000011 | 0 | 111000 | 1110 | 10000010 | 1000011 | 111001 |
Color Harmonies of #48DB60
Complementary color
Monochromatic Colors of #48DB60
Black with #48DB60
Text Example
Text Example
White with #48DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DB60; }
p { color: rgb(72,219,96); }
H1.HeaderClassName
{
color: #48DB60;
}
.AnyTagClassName
{
color: #48DB60;
}
</style>
background-color css
<style>
a { background-color: #48DB60; }
a { background-color: rgb(72,219,96); }
div.DivClassName
{
background-color: #48DB60;
}
.BgClassName
{
background-color: #48DB60;
}
</style>
border-color css
<style>
span { border-color: #48DB60; }
span { border-color: rgb(72,219,96); }
td.TdClassName
{
border-color: #48DB60;
}
.TagClassName
{
border-color: #48DB60;
}
</style>