Shades of Emerald #48E27A
Tints of Emerald #48E27A
RGB
CMYK
RGB Variations
Color information
#48E27A (or 0x48E27A) is known color: Emerald. HEX triplet: 48, E2 and 7A. RGB value is (72,226,122). Sum of RGB (Red+Green+Blue) = 72+226+122=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #48E27A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E27A is #B71D85. Grayscale: #A8A8A8. Windows color (decimal): -12000646 or 8053320. OLE color: 8053320.
HSL color Cylindrical-coordinate representation of color #48E27A: hue angle of 139.48º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E27A is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 122 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.11 |
| HSL | 139.48º | 0.73% | 0.58% | - |
| HSV(B) | 139.48º | 0.68% | 0.89% | - |
| XYZ | 33.38 | 57.18 | 27.69 | - |
| YUV | 168.1 | 101.98 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 122 | 0.68 | 0 | 0.46 | 0.11 | 139.48 | 0.73 | 0.58 |
| Hex | 48 | E2 | 7A | 44 | 0 | 2E | B | 8B | 49 | 3A |
| Octal | 110 | 342 | 172 | 104 | 0 | 56 | 13 | 213 | 111 | 72 |
| Binary | 1001000 | 11100010 | 1111010 | 1000100 | 0 | 101110 | 1011 | 10001011 | 1001001 | 111010 |
Color Harmonies of #48E27A
Complementary color
Monochromatic Colors of #48E27A
Black with #48E27A
Text Example
Text Example
White with #48E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E27A; }
p { color: rgb(72,226,122); }
H1.HeaderClassName
{
color: #48E27A;
}
.AnyTagClassName
{
color: #48E27A;
}
</style>
background-color css
<style>
a { background-color: #48E27A; }
a { background-color: rgb(72,226,122); }
div.DivClassName
{
background-color: #48E27A;
}
.BgClassName
{
background-color: #48E27A;
}
</style>
border-color css
<style>
span { border-color: #48E27A; }
span { border-color: rgb(72,226,122); }
td.TdClassName
{
border-color: #48E27A;
}
.TagClassName
{
border-color: #48E27A;
}
</style>