Shades of Emerald #48D685
Tints of Emerald #48D685
RGB
CMYK
RGB Variations
Color information
#48D685 (or 0x48D685) is known color: Emerald. HEX triplet: 48, D6 and 85. RGB value is (72,214,133). Sum of RGB (Red+Green+Blue) = 72+214+133=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 214 (83.98% from 255 or 51.07% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 214 - color contains mainly: green. Hex color #48D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D685 is #B7297A. Grayscale: #A2A2A2. Windows color (decimal): -12003707 or 8771144. OLE color: 8771144.
HSL color Cylindrical-coordinate representation of color #48D685: hue angle of 145.77º 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 #48D685 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 214 | 133 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.16 |
| HSL | 145.77º | 0.63% | 0.56% | - |
| HSV(B) | 145.77º | 0.66% | 0.84% | - |
| XYZ | 30.95 | 51.16 | 30.43 | - |
| YUV | 162.31 | 111.46 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 214 | 133 | 0.66 | 0 | 0.38 | 0.16 | 145.77 | 0.63 | 0.56 |
| Hex | 48 | D6 | 85 | 42 | 0 | 26 | 10 | 92 | 3F | 38 |
| Octal | 110 | 326 | 205 | 102 | 0 | 46 | 20 | 222 | 77 | 70 |
| Binary | 1001000 | 11010110 | 10000101 | 1000010 | 0 | 100110 | 10000 | 10010010 | 111111 | 111000 |
Color Harmonies of #48D685
Complementary color
Monochromatic Colors of #48D685
Black with #48D685
Text Example
Text Example
White with #48D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D685; }
p { color: rgb(72,214,133); }
H1.HeaderClassName
{
color: #48D685;
}
.AnyTagClassName
{
color: #48D685;
}
</style>
background-color css
<style>
a { background-color: #48D685; }
a { background-color: rgb(72,214,133); }
div.DivClassName
{
background-color: #48D685;
}
.BgClassName
{
background-color: #48D685;
}
</style>
border-color css
<style>
span { border-color: #48D685; }
span { border-color: rgb(72,214,133); }
td.TdClassName
{
border-color: #48D685;
}
.TagClassName
{
border-color: #48D685;
}
</style>