Shades of Emerald #48DF7D
Tints of Emerald #48DF7D
RGB
CMYK
RGB Variations
Color information
#48DF7D (or 0x48DF7D) is known color: Emerald. HEX triplet: 48, DF and 7D. RGB value is (72,223,125). Sum of RGB (Red+Green+Blue) = 72+223+125=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #48DF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DF7D is #B72082. Grayscale: #A6A6A6. Windows color (decimal): -12001411 or 8249160. OLE color: 8249160.
HSL color Cylindrical-coordinate representation of color #48DF7D: hue angle of 141.06º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48DF7D is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 223 | 125 | - |
| CMYK | 0.68 | 0 | 0.44 | 0.13 |
| HSL | 141.06º | 0.7% | 0.58% | - |
| HSV(B) | 141.06º | 0.68% | 0.87% | - |
| XYZ | 32.76 | 55.63 | 28.41 | - |
| YUV | 166.68 | 104.47 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 223 | 125 | 0.68 | 0 | 0.44 | 0.13 | 141.06 | 0.7 | 0.58 |
| Hex | 48 | DF | 7D | 44 | 0 | 2C | D | 8D | 46 | 3A |
| Octal | 110 | 337 | 175 | 104 | 0 | 54 | 15 | 215 | 106 | 72 |
| Binary | 1001000 | 11011111 | 1111101 | 1000100 | 0 | 101100 | 1101 | 10001101 | 1000110 | 111010 |
Color Harmonies of #48DF7D
Complementary color
Monochromatic Colors of #48DF7D
Black with #48DF7D
Text Example
Text Example
White with #48DF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DF7D; }
p { color: rgb(72,223,125); }
H1.HeaderClassName
{
color: #48DF7D;
}
.AnyTagClassName
{
color: #48DF7D;
}
</style>
background-color css
<style>
a { background-color: #48DF7D; }
a { background-color: rgb(72,223,125); }
div.DivClassName
{
background-color: #48DF7D;
}
.BgClassName
{
background-color: #48DF7D;
}
</style>
border-color css
<style>
span { border-color: #48DF7D; }
span { border-color: rgb(72,223,125); }
td.TdClassName
{
border-color: #48DF7D;
}
.TagClassName
{
border-color: #48DF7D;
}
</style>