Shades of Emerald #48C858
Tints of Emerald #48C858
RGB
CMYK
RGB Variations
Color information
#48C858 (or 0x48C858) is known color: Emerald. HEX triplet: 48, C8 and 58. RGB value is (72,200,88). Sum of RGB (Red+Green+Blue) = 72+200+88=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #48C858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C858 is #B737A7. Grayscale: #959595. Windows color (decimal): -12007336 or 5818440. OLE color: 5818440.
HSL color Cylindrical-coordinate representation of color #48C858: hue angle of 127.5º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C858 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 200 | 88 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.22 |
| HSL | 127.5º | 0.54% | 0.53% | - |
| HSV(B) | 127.5º | 0.64% | 0.78% | - |
| XYZ | 25.09 | 43.39 | 16.29 | - |
| YUV | 148.96 | 93.59 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 200 | 88 | 0.64 | 0 | 0.56 | 0.22 | 127.5 | 0.54 | 0.53 |
| Hex | 48 | C8 | 58 | 40 | 0 | 38 | 16 | 80 | 36 | 35 |
| Octal | 110 | 310 | 130 | 100 | 0 | 70 | 26 | 200 | 66 | 65 |
| Binary | 1001000 | 11001000 | 1011000 | 1000000 | 0 | 111000 | 10110 | 10000000 | 110110 | 110101 |
Color Harmonies of #48C858
Complementary color
Monochromatic Colors of #48C858
Black with #48C858
Text Example
Text Example
White with #48C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C858; }
p { color: rgb(72,200,88); }
H1.HeaderClassName
{
color: #48C858;
}
.AnyTagClassName
{
color: #48C858;
}
</style>
background-color css
<style>
a { background-color: #48C858; }
a { background-color: rgb(72,200,88); }
div.DivClassName
{
background-color: #48C858;
}
.BgClassName
{
background-color: #48C858;
}
</style>
border-color css
<style>
span { border-color: #48C858; }
span { border-color: rgb(72,200,88); }
td.TdClassName
{
border-color: #48C858;
}
.TagClassName
{
border-color: #48C858;
}
</style>