Shades of Emerald #48EC6D
Tints of Emerald #48EC6D
RGB
CMYK
RGB Variations
Color information
#48EC6D (or 0x48EC6D) is known color: Emerald. HEX triplet: 48, EC and 6D. RGB value is (72,236,109). Sum of RGB (Red+Green+Blue) = 72+236+109=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 236 (92.58% from 255 or 56.59% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 236 - color contains mainly: green. Hex color #48EC6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EC6D is #B71392. Grayscale: #ACACAC. Windows color (decimal): -11998099 or 7203912. OLE color: 7203912.
HSL color Cylindrical-coordinate representation of color #48EC6D: hue angle of 133.54º 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 #48EC6D is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 236 | 109 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.07 |
| HSL | 133.54º | 0.81% | 0.6% | - |
| HSV(B) | 133.54º | 0.69% | 0.93% | - |
| XYZ | 35.43 | 62.47 | 24.66 | - |
| YUV | 172.49 | 92.17 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 236 | 109 | 0.69 | 0 | 0.54 | 0.07 | 133.54 | 0.81 | 0.6 |
| Hex | 48 | EC | 6D | 45 | 0 | 36 | 7 | 86 | 51 | 3C |
| Octal | 110 | 354 | 155 | 105 | 0 | 66 | 7 | 206 | 121 | 74 |
| Binary | 1001000 | 11101100 | 1101101 | 1000101 | 0 | 110110 | 111 | 10000110 | 1010001 | 111100 |
Color Harmonies of #48EC6D
Complementary color
Monochromatic Colors of #48EC6D
Black with #48EC6D
Text Example
Text Example
White with #48EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EC6D; }
p { color: rgb(72,236,109); }
H1.HeaderClassName
{
color: #48EC6D;
}
.AnyTagClassName
{
color: #48EC6D;
}
</style>
background-color css
<style>
a { background-color: #48EC6D; }
a { background-color: rgb(72,236,109); }
div.DivClassName
{
background-color: #48EC6D;
}
.BgClassName
{
background-color: #48EC6D;
}
</style>
border-color css
<style>
span { border-color: #48EC6D; }
span { border-color: rgb(72,236,109); }
td.TdClassName
{
border-color: #48EC6D;
}
.TagClassName
{
border-color: #48EC6D;
}
</style>