Shades of Emerald #48DE5E
Tints of Emerald #48DE5E
RGB
CMYK
RGB Variations
Color information
#48DE5E (or 0x48DE5E) is known color: Emerald. HEX triplet: 48, DE and 5E. RGB value is (72,222,94). Sum of RGB (Red+Green+Blue) = 72+222+94=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DE5E is #B721A1. Grayscale: #A2A2A2. Windows color (decimal): -12001698 or 6217288. OLE color: 6217288.
HSL color Cylindrical-coordinate representation of color #48DE5E: hue angle of 128.8º degrees, saturation: 0.69, 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 #48DE5E is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 222 | 94 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.13 |
| HSL | 128.8º | 0.69% | 0.58% | - |
| HSV(B) | 128.8º | 0.68% | 0.87% | - |
| XYZ | 30.81 | 54.43 | 19.47 | - |
| YUV | 162.56 | 89.31 | 63.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 222 | 94 | 0.68 | 0 | 0.58 | 0.13 | 128.8 | 0.69 | 0.58 |
| Hex | 48 | DE | 5E | 44 | 0 | 3A | D | 81 | 45 | 3A |
| Octal | 110 | 336 | 136 | 104 | 0 | 72 | 15 | 201 | 105 | 72 |
| Binary | 1001000 | 11011110 | 1011110 | 1000100 | 0 | 111010 | 1101 | 10000001 | 1000101 | 111010 |
Color Harmonies of #48DE5E
Complementary color
Monochromatic Colors of #48DE5E
Black with #48DE5E
Text Example
Text Example
White with #48DE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DE5E; }
p { color: rgb(72,222,94); }
H1.HeaderClassName
{
color: #48DE5E;
}
.AnyTagClassName
{
color: #48DE5E;
}
</style>
background-color css
<style>
a { background-color: #48DE5E; }
a { background-color: rgb(72,222,94); }
div.DivClassName
{
background-color: #48DE5E;
}
.BgClassName
{
background-color: #48DE5E;
}
</style>
border-color css
<style>
span { border-color: #48DE5E; }
span { border-color: rgb(72,222,94); }
td.TdClassName
{
border-color: #48DE5E;
}
.TagClassName
{
border-color: #48DE5E;
}
</style>