Shades of Emerald #48C375
Tints of Emerald #48C375
RGB
CMYK
RGB Variations
Color information
#48C375 (or 0x48C375) is known color: Emerald. HEX triplet: 48, C3 and 75. RGB value is (72,195,117). Sum of RGB (Red+Green+Blue) = 72+195+117=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #48C375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C375 is #B73C8A. Grayscale: #959595. Windows color (decimal): -12008587 or 7717704. OLE color: 7717704.
HSL color Cylindrical-coordinate representation of color #48C375: hue angle of 141.95º degrees, saturation: 0.51, 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 #48C375 is Cyan = 0.63, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 195 | 117 | - |
| CMYK | 0.63 | 0 | 0.4 | 0.24 |
| HSL | 141.95º | 0.51% | 0.52% | - |
| HSV(B) | 141.95º | 0.63% | 0.76% | - |
| XYZ | 25.4 | 41.69 | 23.54 | - |
| YUV | 149.33 | 109.75 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 195 | 117 | 0.63 | 0 | 0.4 | 0.24 | 141.95 | 0.51 | 0.52 |
| Hex | 48 | C3 | 75 | 3F | 0 | 28 | 18 | 8E | 33 | 34 |
| Octal | 110 | 303 | 165 | 77 | 0 | 50 | 30 | 216 | 63 | 64 |
| Binary | 1001000 | 11000011 | 1110101 | 111111 | 0 | 101000 | 11000 | 10001110 | 110011 | 110100 |
Color Harmonies of #48C375
Complementary color
Monochromatic Colors of #48C375
Black with #48C375
Text Example
Text Example
White with #48C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C375; }
p { color: rgb(72,195,117); }
H1.HeaderClassName
{
color: #48C375;
}
.AnyTagClassName
{
color: #48C375;
}
</style>
background-color css
<style>
a { background-color: #48C375; }
a { background-color: rgb(72,195,117); }
div.DivClassName
{
background-color: #48C375;
}
.BgClassName
{
background-color: #48C375;
}
</style>
border-color css
<style>
span { border-color: #48C375; }
span { border-color: rgb(72,195,117); }
td.TdClassName
{
border-color: #48C375;
}
.TagClassName
{
border-color: #48C375;
}
</style>