Shades of Emerald #48EC6C
Tints of Emerald #48EC6C
RGB
CMYK
RGB Variations
Color information
#48EC6C (or 0x48EC6C) is known color: Emerald. HEX triplet: 48, EC and 6C. RGB value is (72,236,108). Sum of RGB (Red+Green+Blue) = 72+236+108=416 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.31% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC6C is #B71393. Grayscale: #ACACAC. Windows color (decimal): -11998100 or 7138376. OLE color: 7138376.
HSL color Cylindrical-coordinate representation of color #48EC6C: hue angle of 133.17º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EC6C is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 108 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.07 |
| HSL | 133.17º | 0.81% | 0.6% | - |
| HSV(B) | 133.17º | 0.69% | 0.93% | - |
| XYZ | 35.37 | 62.45 | 24.38 | - |
| YUV | 172.37 | 91.67 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 108 | 0.69 | 0 | 0.54 | 0.07 | 133.17 | 0.81 | 0.6 |
| Hex | 48 | EC | 6C | 45 | 0 | 36 | 7 | 85 | 51 | 3C |
| Octal | 110 | 354 | 154 | 105 | 0 | 66 | 7 | 205 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1101100 | 1000101 | 0 | 110110 | 111 | 10000101 | 1010001 | 111100 |
Color Harmonies of #48EC6C
Complementary color
Monochromatic Colors of #48EC6C
Black with #48EC6C
Text Example
Text Example
White with #48EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC6C; }
p { color: rgb(72,236,108); }
H1.HeaderClassName
{
color: #48EC6C;
}
.AnyTagClassName
{
color: #48EC6C;
}
</style>
background-color css
<style>
a { background-color: #48EC6C; }
a { background-color: rgb(72,236,108); }
div.DivClassName
{
background-color: #48EC6C;
}
.BgClassName
{
background-color: #48EC6C;
}
</style>
border-color css
<style>
span { border-color: #48EC6C; }
span { border-color: rgb(72,236,108); }
td.TdClassName
{
border-color: #48EC6C;
}
.TagClassName
{
border-color: #48EC6C;
}
</style>