Shades of Emerald #48CE89
Tints of Emerald #48CE89
RGB
CMYK
RGB Variations
Color information
#48CE89 (or 0x48CE89) is known color: Emerald. HEX triplet: 48, CE and 89. RGB value is (72,206,137). Sum of RGB (Red+Green+Blue) = 72+206+137=415 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.35% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CE89 is #B73176. Grayscale: #9E9E9E. Windows color (decimal): -12005751 or 9031240. OLE color: 9031240.
HSL color Cylindrical-coordinate representation of color #48CE89: hue angle of 149.1º 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 #48CE89 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 206 | 137 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.19 |
| HSL | 149.1º | 0.58% | 0.55% | - |
| HSV(B) | 149.1º | 0.65% | 0.81% | - |
| XYZ | 29.26 | 47.33 | 31.26 | - |
| YUV | 158.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 206 | 137 | 0.65 | 0 | 0.33 | 0.19 | 149.1 | 0.58 | 0.55 |
| Hex | 48 | CE | 89 | 41 | 0 | 21 | 13 | 95 | 3A | 37 |
| Octal | 110 | 316 | 211 | 101 | 0 | 41 | 23 | 225 | 72 | 67 |
| Binary | 1001000 | 11001110 | 10001001 | 1000001 | 0 | 100001 | 10011 | 10010101 | 111010 | 110111 |
Color Harmonies of #48CE89
Complementary color
Monochromatic Colors of #48CE89
Black with #48CE89
Text Example
Text Example
White with #48CE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CE89; }
p { color: rgb(72,206,137); }
H1.HeaderClassName
{
color: #48CE89;
}
.AnyTagClassName
{
color: #48CE89;
}
</style>
background-color css
<style>
a { background-color: #48CE89; }
a { background-color: rgb(72,206,137); }
div.DivClassName
{
background-color: #48CE89;
}
.BgClassName
{
background-color: #48CE89;
}
</style>
border-color css
<style>
span { border-color: #48CE89; }
span { border-color: rgb(72,206,137); }
td.TdClassName
{
border-color: #48CE89;
}
.TagClassName
{
border-color: #48CE89;
}
</style>