Shades of Emerald #48BD7A
Tints of Emerald #48BD7A
RGB
CMYK
RGB Variations
Color information
#48BD7A (or 0x48BD7A) is known color: Emerald. HEX triplet: 48, BD and 7A. RGB value is (72,189,122). Sum of RGB (Red+Green+Blue) = 72+189+122=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD7A is #B74285. Grayscale: #929292. Windows color (decimal): -12010118 or 8043848. OLE color: 8043848.
HSL color Cylindrical-coordinate representation of color #48BD7A: hue angle of 145.64º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD7A is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 189 | 122 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.26 |
| HSL | 145.64º | 0.47% | 0.51% | - |
| HSV(B) | 145.64º | 0.62% | 0.74% | - |
| XYZ | 24.38 | 39.18 | 24.69 | - |
| YUV | 146.38 | 114.24 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 189 | 122 | 0.62 | 0 | 0.35 | 0.26 | 145.64 | 0.47 | 0.51 |
| Hex | 48 | BD | 7A | 3E | 0 | 23 | 1A | 92 | 2F | 33 |
| Octal | 110 | 275 | 172 | 76 | 0 | 43 | 32 | 222 | 57 | 63 |
| Binary | 1001000 | 10111101 | 1111010 | 111110 | 0 | 100011 | 11010 | 10010010 | 101111 | 110011 |
Color Harmonies of #48BD7A
Complementary color
Monochromatic Colors of #48BD7A
Black with #48BD7A
Text Example
Text Example
White with #48BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48BD7A; }
p { color: rgb(72,189,122); }
H1.HeaderClassName
{
color: #48BD7A;
}
.AnyTagClassName
{
color: #48BD7A;
}
</style>
background-color css
<style>
a { background-color: #48BD7A; }
a { background-color: rgb(72,189,122); }
div.DivClassName
{
background-color: #48BD7A;
}
.BgClassName
{
background-color: #48BD7A;
}
</style>
border-color css
<style>
span { border-color: #48BD7A; }
span { border-color: rgb(72,189,122); }
td.TdClassName
{
border-color: #48BD7A;
}
.TagClassName
{
border-color: #48BD7A;
}
</style>