Shades of Emerald #48C461
Tints of Emerald #48C461
RGB
CMYK
RGB Variations
Color information
#48C461 (or 0x48C461) is known color: Emerald. HEX triplet: 48, C4 and 61. RGB value is (72,196,97). Sum of RGB (Red+Green+Blue) = 72+196+97=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #48C461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C461 is #B73B9E. Grayscale: #939393. Windows color (decimal): -12008351 or 6407240. OLE color: 6407240.
HSL color Cylindrical-coordinate representation of color #48C461: hue angle of 132.1º 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 #48C461 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 196 | 97 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.23 |
| HSL | 132.1º | 0.51% | 0.53% | - |
| HSV(B) | 132.1º | 0.63% | 0.77% | - |
| XYZ | 24.57 | 41.72 | 18.07 | - |
| YUV | 147.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 196 | 97 | 0.63 | 0 | 0.51 | 0.23 | 132.1 | 0.51 | 0.53 |
| Hex | 48 | C4 | 61 | 3F | 0 | 33 | 17 | 84 | 33 | 35 |
| Octal | 110 | 304 | 141 | 77 | 0 | 63 | 27 | 204 | 63 | 65 |
| Binary | 1001000 | 11000100 | 1100001 | 111111 | 0 | 110011 | 10111 | 10000100 | 110011 | 110101 |
Color Harmonies of #48C461
Complementary color
Monochromatic Colors of #48C461
Black with #48C461
Text Example
Text Example
White with #48C461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C461; }
p { color: rgb(72,196,97); }
H1.HeaderClassName
{
color: #48C461;
}
.AnyTagClassName
{
color: #48C461;
}
</style>
background-color css
<style>
a { background-color: #48C461; }
a { background-color: rgb(72,196,97); }
div.DivClassName
{
background-color: #48C461;
}
.BgClassName
{
background-color: #48C461;
}
</style>
border-color css
<style>
span { border-color: #48C461; }
span { border-color: rgb(72,196,97); }
td.TdClassName
{
border-color: #48C461;
}
.TagClassName
{
border-color: #48C461;
}
</style>