Shades of Emerald #48D85B
Tints of Emerald #48D85B
RGB
CMYK
RGB Variations
Color information
#48D85B (or 0x48D85B) is known color: Emerald. HEX triplet: 48, D8 and 5B. RGB value is (72,216,91). Sum of RGB (Red+Green+Blue) = 72+216+91=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #48D85B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D85B is #B727A4. Grayscale: #9F9F9F. Windows color (decimal): -12003237 or 6019144. OLE color: 6019144.
HSL color Cylindrical-coordinate representation of color #48D85B: hue angle of 127.92º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D85B is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 72 | 216 | 91 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.15 |
| HSL | 127.92º | 0.65% | 0.56% | - |
| HSV(B) | 127.92º | 0.67% | 0.85% | - |
| XYZ | 29.12 | 51.24 | 18.25 | - |
| YUV | 158.69 | 89.79 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 216 | 91 | 0.67 | 0 | 0.58 | 0.15 | 127.92 | 0.65 | 0.56 |
| Hex | 48 | D8 | 5B | 43 | 0 | 3A | F | 80 | 41 | 38 |
| Octal | 110 | 330 | 133 | 103 | 0 | 72 | 17 | 200 | 101 | 70 |
| Binary | 1001000 | 11011000 | 1011011 | 1000011 | 0 | 111010 | 1111 | 10000000 | 1000001 | 111000 |
Color Harmonies of #48D85B
Complementary color
Monochromatic Colors of #48D85B
Black with #48D85B
Text Example
Text Example
White with #48D85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D85B; }
p { color: rgb(72,216,91); }
H1.HeaderClassName
{
color: #48D85B;
}
.AnyTagClassName
{
color: #48D85B;
}
</style>
background-color css
<style>
a { background-color: #48D85B; }
a { background-color: rgb(72,216,91); }
div.DivClassName
{
background-color: #48D85B;
}
.BgClassName
{
background-color: #48D85B;
}
</style>
border-color css
<style>
span { border-color: #48D85B; }
span { border-color: rgb(72,216,91); }
td.TdClassName
{
border-color: #48D85B;
}
.TagClassName
{
border-color: #48D85B;
}
</style>