Shades of Emerald #48D45C
Tints of Emerald #48D45C
RGB
CMYK
RGB Variations
Color information
#48D45C (or 0x48D45C) is known color: Emerald. HEX triplet: 48, D4 and 5C. RGB value is (72,212,92). Sum of RGB (Red+Green+Blue) = 72+212+92=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 212 (83.20% from 255 or 56.38% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 212 - color contains mainly: green. Hex color #48D45C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D45C is #B72BA3. Grayscale: #9C9C9C. Windows color (decimal): -12004260 or 6083656. OLE color: 6083656.
HSL color Cylindrical-coordinate representation of color #48D45C: hue angle of 128.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D45C is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 92 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.17 |
| HSL | 128.57º | 0.62% | 0.56% | - |
| HSV(B) | 128.57º | 0.66% | 0.83% | - |
| XYZ | 28.15 | 49.24 | 18.15 | - |
| YUV | 156.46 | 91.62 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 92 | 0.66 | 0 | 0.57 | 0.17 | 128.57 | 0.62 | 0.56 |
| Hex | 48 | D4 | 5C | 42 | 0 | 39 | 11 | 81 | 3E | 38 |
| Octal | 110 | 324 | 134 | 102 | 0 | 71 | 21 | 201 | 76 | 70 |
| Binary | 1001000 | 11010100 | 1011100 | 1000010 | 0 | 111001 | 10001 | 10000001 | 111110 | 111000 |
Color Harmonies of #48D45C
Complementary color
Monochromatic Colors of #48D45C
Black with #48D45C
Text Example
Text Example
White with #48D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D45C; }
p { color: rgb(72,212,92); }
H1.HeaderClassName
{
color: #48D45C;
}
.AnyTagClassName
{
color: #48D45C;
}
</style>
background-color css
<style>
a { background-color: #48D45C; }
a { background-color: rgb(72,212,92); }
div.DivClassName
{
background-color: #48D45C;
}
.BgClassName
{
background-color: #48D45C;
}
</style>
border-color css
<style>
span { border-color: #48D45C; }
span { border-color: rgb(72,212,92); }
td.TdClassName
{
border-color: #48D45C;
}
.TagClassName
{
border-color: #48D45C;
}
</style>