Shades of Emerald #48D185
Tints of Emerald #48D185
RGB
CMYK
RGB Variations
Color information
#48D185 (or 0x48D185) is known color: Emerald. HEX triplet: 48, D1 and 85. RGB value is (72,209,133). Sum of RGB (Red+Green+Blue) = 72+209+133=414 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.39% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #48D185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D185 is #B72E7A. Grayscale: #9F9F9F. Windows color (decimal): -12004987 or 8769864. OLE color: 8769864.
HSL color Cylindrical-coordinate representation of color #48D185: hue angle of 146.72º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D185 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 209 | 133 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.18 |
| HSL | 146.72º | 0.6% | 0.55% | - |
| HSV(B) | 146.72º | 0.66% | 0.82% | - |
| XYZ | 29.71 | 48.67 | 30.02 | - |
| YUV | 159.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 209 | 133 | 0.66 | 0 | 0.36 | 0.18 | 146.72 | 0.6 | 0.55 |
| Hex | 48 | D1 | 85 | 42 | 0 | 24 | 12 | 93 | 3C | 37 |
| Octal | 110 | 321 | 205 | 102 | 0 | 44 | 22 | 223 | 74 | 67 |
| Binary | 1001000 | 11010001 | 10000101 | 1000010 | 0 | 100100 | 10010 | 10010011 | 111100 | 110111 |
Color Harmonies of #48D185
Complementary color
Monochromatic Colors of #48D185
Black with #48D185
Text Example
Text Example
White with #48D185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D185; }
p { color: rgb(72,209,133); }
H1.HeaderClassName
{
color: #48D185;
}
.AnyTagClassName
{
color: #48D185;
}
</style>
background-color css
<style>
a { background-color: #48D185; }
a { background-color: rgb(72,209,133); }
div.DivClassName
{
background-color: #48D185;
}
.BgClassName
{
background-color: #48D185;
}
</style>
border-color css
<style>
span { border-color: #48D185; }
span { border-color: rgb(72,209,133); }
td.TdClassName
{
border-color: #48D185;
}
.TagClassName
{
border-color: #48D185;
}
</style>