Shades of Emerald #48D585
Tints of Emerald #48D585
RGB
CMYK
RGB Variations
Color information
#48D585 (or 0x48D585) is known color: Emerald. HEX triplet: 48, D5 and 85. RGB value is (72,213,133). Sum of RGB (Red+Green+Blue) = 72+213+133=418 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.22% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #48D585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D585 is #B72A7A. Grayscale: #A1A1A1. Windows color (decimal): -12003963 or 8770888. OLE color: 8770888.
HSL color Cylindrical-coordinate representation of color #48D585: hue angle of 145.96º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D585 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 213 | 133 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.16 |
| HSL | 145.96º | 0.63% | 0.56% | - |
| HSV(B) | 145.96º | 0.66% | 0.84% | - |
| XYZ | 30.7 | 50.66 | 30.35 | - |
| YUV | 161.72 | 111.79 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 213 | 133 | 0.66 | 0 | 0.38 | 0.16 | 145.96 | 0.63 | 0.56 |
| Hex | 48 | D5 | 85 | 42 | 0 | 26 | 10 | 92 | 3F | 38 |
| Octal | 110 | 325 | 205 | 102 | 0 | 46 | 20 | 222 | 77 | 70 |
| Binary | 1001000 | 11010101 | 10000101 | 1000010 | 0 | 100110 | 10000 | 10010010 | 111111 | 111000 |
Color Harmonies of #48D585
Complementary color
Monochromatic Colors of #48D585
Black with #48D585
Text Example
Text Example
White with #48D585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D585; }
p { color: rgb(72,213,133); }
H1.HeaderClassName
{
color: #48D585;
}
.AnyTagClassName
{
color: #48D585;
}
</style>
background-color css
<style>
a { background-color: #48D585; }
a { background-color: rgb(72,213,133); }
div.DivClassName
{
background-color: #48D585;
}
.BgClassName
{
background-color: #48D585;
}
</style>
border-color css
<style>
span { border-color: #48D585; }
span { border-color: rgb(72,213,133); }
td.TdClassName
{
border-color: #48D585;
}
.TagClassName
{
border-color: #48D585;
}
</style>