Shades of Emerald #48CE7B
Tints of Emerald #48CE7B
RGB
CMYK
RGB Variations
Color information
#48CE7B (or 0x48CE7B) is known color: Emerald. HEX triplet: 48, CE and 7B. RGB value is (72,206,123). Sum of RGB (Red+Green+Blue) = 72+206+123=401 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.96% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE7B is #B73184. Grayscale: #9C9C9C. Windows color (decimal): -12005765 or 8113736. OLE color: 8113736.
HSL color Cylindrical-coordinate representation of color #48CE7B: hue angle of 142.84º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE7B is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 123 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.19 |
| HSL | 142.84º | 0.58% | 0.55% | - |
| HSV(B) | 142.84º | 0.65% | 0.81% | - |
| XYZ | 28.32 | 46.95 | 26.31 | - |
| YUV | 156.47 | 109.11 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 123 | 0.65 | 0 | 0.40 | 0.19 | 142.84 | 0.58 | 0.55 |
| Hex | 48 | CE | 7B | 41 | 0 | 28 | 13 | 8F | 3A | 37 |
| Octal | 110 | 316 | 173 | 101 | 0 | 50 | 23 | 217 | 72 | 67 |
| Binary | 1001000 | 11001110 | 1111011 | 1000001 | 0 | 101000 | 10011 | 10001111 | 111010 | 110111 |
Color Harmonies of #48CE7B
Complementary color
Monochromatic Colors of #48CE7B
Black with #48CE7B
Text Example
Text Example
White with #48CE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE7B; }
p { color: rgb(72,206,123); }
H1.HeaderClassName
{
color: #48CE7B;
}
.AnyTagClassName
{
color: #48CE7B;
}
</style>
background-color css
<style>
a { background-color: #48CE7B; }
a { background-color: rgb(72,206,123); }
div.DivClassName
{
background-color: #48CE7B;
}
.BgClassName
{
background-color: #48CE7B;
}
</style>
border-color css
<style>
span { border-color: #48CE7B; }
span { border-color: rgb(72,206,123); }
td.TdClassName
{
border-color: #48CE7B;
}
.TagClassName
{
border-color: #48CE7B;
}
</style>