Shades of Emerald #48E27B
Tints of Emerald #48E27B
RGB
CMYK
RGB Variations
Color information
#48E27B (or 0x48E27B) is known color: Emerald. HEX triplet: 48, E2 and 7B. RGB value is (72,226,123). Sum of RGB (Red+Green+Blue) = 72+226+123=421 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.10% from 421); Green value is 226 (88.67% from 255 or 53.68% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 226 - color contains mainly: green. Hex color #48E27B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E27B is #B71D84. Grayscale: #A8A8A8. Windows color (decimal): -12000645 or 8118856. OLE color: 8118856.
HSL color Cylindrical-coordinate representation of color #48E27B: hue angle of 139.87º 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 #48E27B is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 72 | 226 | 123 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.11 |
| HSL | 139.87º | 0.73% | 0.58% | - |
| HSV(B) | 139.87º | 0.68% | 0.89% | - |
| XYZ | 33.44 | 57.2 | 28.02 | - |
| YUV | 168.21 | 102.48 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 226 | 123 | 0.68 | 0 | 0.46 | 0.11 | 139.87 | 0.73 | 0.58 |
| Hex | 48 | E2 | 7B | 44 | 0 | 2E | B | 8C | 49 | 3A |
| Octal | 110 | 342 | 173 | 104 | 0 | 56 | 13 | 214 | 111 | 72 |
| Binary | 1001000 | 11100010 | 1111011 | 1000100 | 0 | 101110 | 1011 | 10001100 | 1001001 | 111010 |
Color Harmonies of #48E27B
Complementary color
Monochromatic Colors of #48E27B
Black with #48E27B
Text Example
Text Example
White with #48E27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E27B; }
p { color: rgb(72,226,123); }
H1.HeaderClassName
{
color: #48E27B;
}
.AnyTagClassName
{
color: #48E27B;
}
</style>
background-color css
<style>
a { background-color: #48E27B; }
a { background-color: rgb(72,226,123); }
div.DivClassName
{
background-color: #48E27B;
}
.BgClassName
{
background-color: #48E27B;
}
</style>
border-color css
<style>
span { border-color: #48E27B; }
span { border-color: rgb(72,226,123); }
td.TdClassName
{
border-color: #48E27B;
}
.TagClassName
{
border-color: #48E27B;
}
</style>