Shades of Emerald #48D467
Tints of Emerald #48D467
RGB
CMYK
RGB Variations
Color information
#48D467 (or 0x48D467) is known color: Emerald. HEX triplet: 48, D4 and 67. RGB value is (72,212,103). Sum of RGB (Red+Green+Blue) = 72+212+103=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 212 (83.20% from 255 or 54.78% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 212 - color contains mainly: green. Hex color #48D467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D467 is #B72B98. Grayscale: #9E9E9E. Windows color (decimal): -12004249 or 6804552. OLE color: 6804552.
HSL color Cylindrical-coordinate representation of color #48D467: hue angle of 133.29º 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 #48D467 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 103 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.17 |
| HSL | 133.29º | 0.62% | 0.56% | - |
| HSV(B) | 133.29º | 0.66% | 0.83% | - |
| XYZ | 28.66 | 49.44 | 20.86 | - |
| YUV | 157.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 103 | 0.66 | 0 | 0.51 | 0.17 | 133.29 | 0.62 | 0.56 |
| Hex | 48 | D4 | 67 | 42 | 0 | 33 | 11 | 85 | 3E | 38 |
| Octal | 110 | 324 | 147 | 102 | 0 | 63 | 21 | 205 | 76 | 70 |
| Binary | 1001000 | 11010100 | 1100111 | 1000010 | 0 | 110011 | 10001 | 10000101 | 111110 | 111000 |
Color Harmonies of #48D467
Complementary color
Monochromatic Colors of #48D467
Black with #48D467
Text Example
Text Example
White with #48D467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D467; }
p { color: rgb(72,212,103); }
H1.HeaderClassName
{
color: #48D467;
}
.AnyTagClassName
{
color: #48D467;
}
</style>
background-color css
<style>
a { background-color: #48D467; }
a { background-color: rgb(72,212,103); }
div.DivClassName
{
background-color: #48D467;
}
.BgClassName
{
background-color: #48D467;
}
</style>
border-color css
<style>
span { border-color: #48D467; }
span { border-color: rgb(72,212,103); }
td.TdClassName
{
border-color: #48D467;
}
.TagClassName
{
border-color: #48D467;
}
</style>