Shades of Emerald #48D275
Tints of Emerald #48D275
RGB
CMYK
RGB Variations
Color information
#48D275 (or 0x48D275) is known color: Emerald. HEX triplet: 48, D2 and 75. RGB value is (72,210,117). Sum of RGB (Red+Green+Blue) = 72+210+117=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #48D275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D275 is #B72D8A. Grayscale: #9E9E9E. Windows color (decimal): -12004747 or 7721544. OLE color: 7721544.
HSL color Cylindrical-coordinate representation of color #48D275: hue angle of 139.57º degrees, saturation: 0.61, 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 #48D275 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 210 | 117 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.18 |
| HSL | 139.57º | 0.61% | 0.55% | - |
| HSV(B) | 139.57º | 0.66% | 0.82% | - |
| XYZ | 28.93 | 48.76 | 24.72 | - |
| YUV | 158.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 210 | 117 | 0.66 | 0 | 0.44 | 0.18 | 139.57 | 0.61 | 0.55 |
| Hex | 48 | D2 | 75 | 42 | 0 | 2C | 12 | 8C | 3D | 37 |
| Octal | 110 | 322 | 165 | 102 | 0 | 54 | 22 | 214 | 75 | 67 |
| Binary | 1001000 | 11010010 | 1110101 | 1000010 | 0 | 101100 | 10010 | 10001100 | 111101 | 110111 |
Color Harmonies of #48D275
Complementary color
Monochromatic Colors of #48D275
Black with #48D275
Text Example
Text Example
White with #48D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D275; }
p { color: rgb(72,210,117); }
H1.HeaderClassName
{
color: #48D275;
}
.AnyTagClassName
{
color: #48D275;
}
</style>
background-color css
<style>
a { background-color: #48D275; }
a { background-color: rgb(72,210,117); }
div.DivClassName
{
background-color: #48D275;
}
.BgClassName
{
background-color: #48D275;
}
</style>
border-color css
<style>
span { border-color: #48D275; }
span { border-color: rgb(72,210,117); }
td.TdClassName
{
border-color: #48D275;
}
.TagClassName
{
border-color: #48D275;
}
</style>