Shades of Emerald #48EE89
Tints of Emerald #48EE89
RGB
CMYK
RGB Variations
Color information
#48EE89 (or 0x48EE89) is known color: Emerald. HEX triplet: 48, EE and 89. RGB value is (72,238,137). Sum of RGB (Red+Green+Blue) = 72+238+137=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 238 (93.36% from 255 or 53.24% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 238 - color contains mainly: green. Hex color #48EE89 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EE89 is #B71176. Grayscale: #B1B1B1. Windows color (decimal): -11997559 or 9039432. OLE color: 9039432.
HSL color Cylindrical-coordinate representation of color #48EE89: hue angle of 143.49º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EE89 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 238 | 137 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.07 |
| HSL | 143.49º | 0.83% | 0.61% | - |
| HSV(B) | 143.49º | 0.7% | 0.93% | - |
| XYZ | 37.76 | 64.33 | 34.09 | - |
| YUV | 176.85 | 105.5 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 238 | 137 | 0.70 | 0 | 0.42 | 0.07 | 143.49 | 0.83 | 0.61 |
| Hex | 48 | EE | 89 | 46 | 0 | 2A | 7 | 8F | 53 | 3D |
| Octal | 110 | 356 | 211 | 106 | 0 | 52 | 7 | 217 | 123 | 75 |
| Binary | 1001000 | 11101110 | 10001001 | 1000110 | 0 | 101010 | 111 | 10001111 | 1010011 | 111101 |
Color Harmonies of #48EE89
Complementary color
Monochromatic Colors of #48EE89
Black with #48EE89
Text Example
Text Example
White with #48EE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48EE89; }
p { color: rgb(72,238,137); }
H1.HeaderClassName
{
color: #48EE89;
}
.AnyTagClassName
{
color: #48EE89;
}
</style>
background-color css
<style>
a { background-color: #48EE89; }
a { background-color: rgb(72,238,137); }
div.DivClassName
{
background-color: #48EE89;
}
.BgClassName
{
background-color: #48EE89;
}
</style>
border-color css
<style>
span { border-color: #48EE89; }
span { border-color: rgb(72,238,137); }
td.TdClassName
{
border-color: #48EE89;
}
.TagClassName
{
border-color: #48EE89;
}
</style>