Shades of Emerald #48D866
Tints of Emerald #48D866
RGB
CMYK
RGB Variations
Color information
#48D866 (or 0x48D866) is known color: Emerald. HEX triplet: 48, D8 and 66. RGB value is (72,216,102). Sum of RGB (Red+Green+Blue) = 72+216+102=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 216 (84.77% from 255 or 55.38% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 216 - color contains mainly: green. Hex color #48D866 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D866 is #B72799. Grayscale: #A0A0A0. Windows color (decimal): -12003226 or 6740040. OLE color: 6740040.
HSL color Cylindrical-coordinate representation of color #48D866: hue angle of 132.5º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D866 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 102 | - |
| CMYK | 0.67 | 0 | 0.53 | 0.15 |
| HSL | 132.5º | 0.65% | 0.56% | - |
| HSV(B) | 132.5º | 0.67% | 0.85% | - |
| XYZ | 29.63 | 51.45 | 20.94 | - |
| YUV | 159.95 | 95.29 | 65.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 102 | 0.67 | 0 | 0.53 | 0.15 | 132.5 | 0.65 | 0.56 |
| Hex | 48 | D8 | 66 | 43 | 0 | 35 | F | 84 | 41 | 38 |
| Octal | 110 | 330 | 146 | 103 | 0 | 65 | 17 | 204 | 101 | 70 |
| Binary | 1001000 | 11011000 | 1100110 | 1000011 | 0 | 110101 | 1111 | 10000100 | 1000001 | 111000 |
Color Harmonies of #48D866
Complementary color
Monochromatic Colors of #48D866
Black with #48D866
Text Example
Text Example
White with #48D866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D866; }
p { color: rgb(72,216,102); }
H1.HeaderClassName
{
color: #48D866;
}
.AnyTagClassName
{
color: #48D866;
}
</style>
background-color css
<style>
a { background-color: #48D866; }
a { background-color: rgb(72,216,102); }
div.DivClassName
{
background-color: #48D866;
}
.BgClassName
{
background-color: #48D866;
}
</style>
border-color css
<style>
span { border-color: #48D866; }
span { border-color: rgb(72,216,102); }
td.TdClassName
{
border-color: #48D866;
}
.TagClassName
{
border-color: #48D866;
}
</style>