Shades of Emerald #48EF7B
Tints of Emerald #48EF7B
RGB
CMYK
RGB Variations
Color information
#48EF7B (or 0x48EF7B) is known color: Emerald. HEX triplet: 48, EF and 7B. RGB value is (72,239,123). Sum of RGB (Red+Green+Blue) = 72+239+123=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 239 (93.75% from 255 or 55.07% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EF7B is #B71084. Grayscale: #B0B0B0. Windows color (decimal): -11997317 or 8122184. OLE color: 8122184.
HSL color Cylindrical-coordinate representation of color #48EF7B: hue angle of 138.32º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EF7B is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 72 | 239 | 123 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.06 |
| HSL | 138.32º | 0.84% | 0.61% | - |
| HSV(B) | 138.32º | 0.7% | 0.94% | - |
| XYZ | 37.11 | 64.54 | 29.24 | - |
| YUV | 175.84 | 98.17 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 239 | 123 | 0.70 | 0 | 0.49 | 0.06 | 138.32 | 0.84 | 0.61 |
| Hex | 48 | EF | 7B | 46 | 0 | 31 | 6 | 8A | 54 | 3D |
| Octal | 110 | 357 | 173 | 106 | 0 | 61 | 6 | 212 | 124 | 75 |
| Binary | 1001000 | 11101111 | 1111011 | 1000110 | 0 | 110001 | 110 | 10001010 | 1010100 | 111101 |
Color Harmonies of #48EF7B
Complementary color
Monochromatic Colors of #48EF7B
Black with #48EF7B
Text Example
Text Example
White with #48EF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EF7B; }
p { color: rgb(72,239,123); }
H1.HeaderClassName
{
color: #48EF7B;
}
.AnyTagClassName
{
color: #48EF7B;
}
</style>
background-color css
<style>
a { background-color: #48EF7B; }
a { background-color: rgb(72,239,123); }
div.DivClassName
{
background-color: #48EF7B;
}
.BgClassName
{
background-color: #48EF7B;
}
</style>
border-color css
<style>
span { border-color: #48EF7B; }
span { border-color: rgb(72,239,123); }
td.TdClassName
{
border-color: #48EF7B;
}
.TagClassName
{
border-color: #48EF7B;
}
</style>