Shades of Emerald #48C47B
Tints of Emerald #48C47B
RGB
CMYK
RGB Variations
Color information
#48C47B (or 0x48C47B) is known color: Emerald. HEX triplet: 48, C4 and 7B. RGB value is (72,196,123). Sum of RGB (Red+Green+Blue) = 72+196+123=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #48C47B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C47B is #B73B84. Grayscale: #969696. Windows color (decimal): -12008325 or 8111176. OLE color: 8111176.
HSL color Cylindrical-coordinate representation of color #48C47B: hue angle of 144.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C47B is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 123 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.23 |
| HSL | 144.68º | 0.51% | 0.53% | - |
| HSV(B) | 144.68º | 0.63% | 0.77% | - |
| XYZ | 25.99 | 42.29 | 25.53 | - |
| YUV | 150.6 | 112.42 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 123 | 0.63 | 0 | 0.37 | 0.23 | 144.68 | 0.51 | 0.53 |
| Hex | 48 | C4 | 7B | 3F | 0 | 25 | 17 | 91 | 33 | 35 |
| Octal | 110 | 304 | 173 | 77 | 0 | 45 | 27 | 221 | 63 | 65 |
| Binary | 1001000 | 11000100 | 1111011 | 111111 | 0 | 100101 | 10111 | 10010001 | 110011 | 110101 |
Color Harmonies of #48C47B
Complementary color
Monochromatic Colors of #48C47B
Black with #48C47B
Text Example
Text Example
White with #48C47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C47B; }
p { color: rgb(72,196,123); }
H1.HeaderClassName
{
color: #48C47B;
}
.AnyTagClassName
{
color: #48C47B;
}
</style>
background-color css
<style>
a { background-color: #48C47B; }
a { background-color: rgb(72,196,123); }
div.DivClassName
{
background-color: #48C47B;
}
.BgClassName
{
background-color: #48C47B;
}
</style>
border-color css
<style>
span { border-color: #48C47B; }
span { border-color: rgb(72,196,123); }
td.TdClassName
{
border-color: #48C47B;
}
.TagClassName
{
border-color: #48C47B;
}
</style>