Shades of Emerald #48DE63
Tints of Emerald #48DE63
RGB
CMYK
RGB Variations
Color information
#48DE63 (or 0x48DE63) is known color: Emerald. HEX triplet: 48, DE and 63. RGB value is (72,222,99). Sum of RGB (Red+Green+Blue) = 72+222+99=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DE63 is #B7219C. Grayscale: #A3A3A3. Windows color (decimal): -12001693 or 6544968. OLE color: 6544968.
HSL color Cylindrical-coordinate representation of color #48DE63: hue angle of 130.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 #48DE63 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 222 | 99 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.13 |
| HSL | 130.8º | 0.69% | 0.58% | - |
| HSV(B) | 130.8º | 0.68% | 0.87% | - |
| XYZ | 31.05 | 54.52 | 20.69 | - |
| YUV | 163.13 | 91.81 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 222 | 99 | 0.68 | 0 | 0.55 | 0.13 | 130.8 | 0.69 | 0.58 |
| Hex | 48 | DE | 63 | 44 | 0 | 37 | D | 83 | 45 | 3A |
| Octal | 110 | 336 | 143 | 104 | 0 | 67 | 15 | 203 | 105 | 72 |
| Binary | 1001000 | 11011110 | 1100011 | 1000100 | 0 | 110111 | 1101 | 10000011 | 1000101 | 111010 |
Color Harmonies of #48DE63
Complementary color
Monochromatic Colors of #48DE63
Black with #48DE63
Text Example
Text Example
White with #48DE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DE63; }
p { color: rgb(72,222,99); }
H1.HeaderClassName
{
color: #48DE63;
}
.AnyTagClassName
{
color: #48DE63;
}
</style>
background-color css
<style>
a { background-color: #48DE63; }
a { background-color: rgb(72,222,99); }
div.DivClassName
{
background-color: #48DE63;
}
.BgClassName
{
background-color: #48DE63;
}
</style>
border-color css
<style>
span { border-color: #48DE63; }
span { border-color: rgb(72,222,99); }
td.TdClassName
{
border-color: #48DE63;
}
.TagClassName
{
border-color: #48DE63;
}
</style>