Shades of Emerald #48C273
Tints of Emerald #48C273
RGB
CMYK
RGB Variations
Color information
#48C273 (or 0x48C273) is known color: Emerald. HEX triplet: 48, C2 and 73. RGB value is (72,194,115). Sum of RGB (Red+Green+Blue) = 72+194+115=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #48C273 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C273 is #B73D8C. Grayscale: #949494. Windows color (decimal): -12008845 or 7586376. OLE color: 7586376.
HSL color Cylindrical-coordinate representation of color #48C273: hue angle of 141.15º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C273 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 194 | 115 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.24 |
| HSL | 141.15º | 0.5% | 0.52% | - |
| HSV(B) | 141.15º | 0.63% | 0.76% | - |
| XYZ | 25.06 | 41.2 | 22.85 | - |
| YUV | 148.52 | 109.08 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 194 | 115 | 0.63 | 0 | 0.41 | 0.24 | 141.15 | 0.5 | 0.52 |
| Hex | 48 | C2 | 73 | 3F | 0 | 29 | 18 | 8D | 32 | 34 |
| Octal | 110 | 302 | 163 | 77 | 0 | 51 | 30 | 215 | 62 | 64 |
| Binary | 1001000 | 11000010 | 1110011 | 111111 | 0 | 101001 | 11000 | 10001101 | 110010 | 110100 |
Color Harmonies of #48C273
Complementary color
Monochromatic Colors of #48C273
Black with #48C273
Text Example
Text Example
White with #48C273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C273; }
p { color: rgb(72,194,115); }
H1.HeaderClassName
{
color: #48C273;
}
.AnyTagClassName
{
color: #48C273;
}
</style>
background-color css
<style>
a { background-color: #48C273; }
a { background-color: rgb(72,194,115); }
div.DivClassName
{
background-color: #48C273;
}
.BgClassName
{
background-color: #48C273;
}
</style>
border-color css
<style>
span { border-color: #48C273; }
span { border-color: rgb(72,194,115); }
td.TdClassName
{
border-color: #48C273;
}
.TagClassName
{
border-color: #48C273;
}
</style>