Shades of Emerald #48DC68
Tints of Emerald #48DC68
RGB
CMYK
RGB Variations
Color information
#48DC68 (or 0x48DC68) is known color: Emerald. HEX triplet: 48, DC and 68. RGB value is (72,220,104). Sum of RGB (Red+Green+Blue) = 72+220+104=396 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.18% from 396); Green value is 220 (86.33% from 255 or 55.56% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 220 - color contains mainly: green. Hex color #48DC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DC68 is #B72397. Grayscale: #A2A2A2. Windows color (decimal): -12002200 or 6872136. OLE color: 6872136.
HSL color Cylindrical-coordinate representation of color #48DC68: hue angle of 132.97º degrees, saturation: 0.68, 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 #48DC68 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 220 | 104 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.14 |
| HSL | 132.97º | 0.68% | 0.57% | - |
| HSV(B) | 132.97º | 0.67% | 0.86% | - |
| XYZ | 30.76 | 53.56 | 21.81 | - |
| YUV | 162.52 | 94.97 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 220 | 104 | 0.67 | 0 | 0.53 | 0.14 | 132.97 | 0.68 | 0.57 |
| Hex | 48 | DC | 68 | 43 | 0 | 35 | E | 85 | 44 | 39 |
| Octal | 110 | 334 | 150 | 103 | 0 | 65 | 16 | 205 | 104 | 71 |
| Binary | 1001000 | 11011100 | 1101000 | 1000011 | 0 | 110101 | 1110 | 10000101 | 1000100 | 111001 |
Color Harmonies of #48DC68
Complementary color
Monochromatic Colors of #48DC68
Black with #48DC68
Text Example
Text Example
White with #48DC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DC68; }
p { color: rgb(72,220,104); }
H1.HeaderClassName
{
color: #48DC68;
}
.AnyTagClassName
{
color: #48DC68;
}
</style>
background-color css
<style>
a { background-color: #48DC68; }
a { background-color: rgb(72,220,104); }
div.DivClassName
{
background-color: #48DC68;
}
.BgClassName
{
background-color: #48DC68;
}
</style>
border-color css
<style>
span { border-color: #48DC68; }
span { border-color: rgb(72,220,104); }
td.TdClassName
{
border-color: #48DC68;
}
.TagClassName
{
border-color: #48DC68;
}
</style>