Shades of Emerald #48DA5D
Tints of Emerald #48DA5D
RGB
CMYK
RGB Variations
Color information
#48DA5D (or 0x48DA5D) is known color: Emerald. HEX triplet: 48, DA and 5D. RGB value is (72,218,93). Sum of RGB (Red+Green+Blue) = 72+218+93=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 218 (85.55% from 255 or 56.92% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 218 - color contains mainly: green. Hex color #48DA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DA5D is #B725A2. Grayscale: #A0A0A0. Windows color (decimal): -12002723 or 6150728. OLE color: 6150728.
HSL color Cylindrical-coordinate representation of color #48DA5D: hue angle of 128.63º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DA5D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 218 | 93 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.15 |
| HSL | 128.63º | 0.66% | 0.57% | - |
| HSV(B) | 128.63º | 0.67% | 0.85% | - |
| XYZ | 29.72 | 52.31 | 18.89 | - |
| YUV | 160.1 | 90.13 | 65.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 218 | 93 | 0.67 | 0 | 0.57 | 0.15 | 128.63 | 0.66 | 0.57 |
| Hex | 48 | DA | 5D | 43 | 0 | 39 | F | 81 | 42 | 39 |
| Octal | 110 | 332 | 135 | 103 | 0 | 71 | 17 | 201 | 102 | 71 |
| Binary | 1001000 | 11011010 | 1011101 | 1000011 | 0 | 111001 | 1111 | 10000001 | 1000010 | 111001 |
Color Harmonies of #48DA5D
Complementary color
Monochromatic Colors of #48DA5D
Black with #48DA5D
Text Example
Text Example
White with #48DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DA5D; }
p { color: rgb(72,218,93); }
H1.HeaderClassName
{
color: #48DA5D;
}
.AnyTagClassName
{
color: #48DA5D;
}
</style>
background-color css
<style>
a { background-color: #48DA5D; }
a { background-color: rgb(72,218,93); }
div.DivClassName
{
background-color: #48DA5D;
}
.BgClassName
{
background-color: #48DA5D;
}
</style>
border-color css
<style>
span { border-color: #48DA5D; }
span { border-color: rgb(72,218,93); }
td.TdClassName
{
border-color: #48DA5D;
}
.TagClassName
{
border-color: #48DA5D;
}
</style>