Shades of Emerald #48DE8A
Tints of Emerald #48DE8A
RGB
CMYK
RGB Variations
Color information
#48DE8A (or 0x48DE8A) is known color: Emerald. HEX triplet: 48, DE and 8A. RGB value is (72,222,138). Sum of RGB (Red+Green+Blue) = 72+222+138=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 138 (54.30% from 255 or 31.94% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #48DE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48DE8A is #B72175. Grayscale: #A7A7A7. Windows color (decimal): -12001654 or 9100872. OLE color: 9100872.
HSL color Cylindrical-coordinate representation of color #48DE8A: hue angle of 146.4º 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 #48DE8A is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 72 | 222 | 138 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.13 |
| HSL | 146.4º | 0.69% | 0.58% | - |
| HSV(B) | 146.4º | 0.68% | 0.87% | - |
| XYZ | 33.38 | 55.46 | 32.99 | - |
| YUV | 167.57 | 111.31 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 222 | 138 | 0.68 | 0 | 0.38 | 0.13 | 146.4 | 0.69 | 0.58 |
| Hex | 48 | DE | 8A | 44 | 0 | 26 | D | 92 | 45 | 3A |
| Octal | 110 | 336 | 212 | 104 | 0 | 46 | 15 | 222 | 105 | 72 |
| Binary | 1001000 | 11011110 | 10001010 | 1000100 | 0 | 100110 | 1101 | 10010010 | 1000101 | 111010 |
Color Harmonies of #48DE8A
Complementary color
Monochromatic Colors of #48DE8A
Black with #48DE8A
Text Example
Text Example
White with #48DE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48DE8A; }
p { color: rgb(72,222,138); }
H1.HeaderClassName
{
color: #48DE8A;
}
.AnyTagClassName
{
color: #48DE8A;
}
</style>
background-color css
<style>
a { background-color: #48DE8A; }
a { background-color: rgb(72,222,138); }
div.DivClassName
{
background-color: #48DE8A;
}
.BgClassName
{
background-color: #48DE8A;
}
</style>
border-color css
<style>
span { border-color: #48DE8A; }
span { border-color: rgb(72,222,138); }
td.TdClassName
{
border-color: #48DE8A;
}
.TagClassName
{
border-color: #48DE8A;
}
</style>