Shades of Emerald #48C759
Tints of Emerald #48C759
RGB
CMYK
RGB Variations
Color information
#48C759 (or 0x48C759) is known color: Emerald. HEX triplet: 48, C7 and 59. RGB value is (72,199,89). Sum of RGB (Red+Green+Blue) = 72+199+89=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #48C759 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C759 is #B738A6. Grayscale: #949494. Windows color (decimal): -12007591 or 5883720. OLE color: 5883720.
HSL color Cylindrical-coordinate representation of color #48C759: hue angle of 128.03º degrees, saturation: 0.53, 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 #48C759 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 199 | 89 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.22 |
| HSL | 128.03º | 0.53% | 0.53% | - |
| HSV(B) | 128.03º | 0.64% | 0.78% | - |
| XYZ | 24.9 | 42.95 | 16.43 | - |
| YUV | 148.49 | 94.42 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 199 | 89 | 0.64 | 0 | 0.55 | 0.22 | 128.03 | 0.53 | 0.53 |
| Hex | 48 | C7 | 59 | 40 | 0 | 37 | 16 | 80 | 35 | 35 |
| Octal | 110 | 307 | 131 | 100 | 0 | 67 | 26 | 200 | 65 | 65 |
| Binary | 1001000 | 11000111 | 1011001 | 1000000 | 0 | 110111 | 10110 | 10000000 | 110101 | 110101 |
Color Harmonies of #48C759
Complementary color
Monochromatic Colors of #48C759
Black with #48C759
Text Example
Text Example
White with #48C759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48C759; }
p { color: rgb(72,199,89); }
H1.HeaderClassName
{
color: #48C759;
}
.AnyTagClassName
{
color: #48C759;
}
</style>
background-color css
<style>
a { background-color: #48C759; }
a { background-color: rgb(72,199,89); }
div.DivClassName
{
background-color: #48C759;
}
.BgClassName
{
background-color: #48C759;
}
</style>
border-color css
<style>
span { border-color: #48C759; }
span { border-color: rgb(72,199,89); }
td.TdClassName
{
border-color: #48C759;
}
.TagClassName
{
border-color: #48C759;
}
</style>