Shades of Emerald #48D464
Tints of Emerald #48D464
RGB
CMYK
RGB Variations
Color information
#48D464 (or 0x48D464) is known color: Emerald. HEX triplet: 48, D4 and 64. RGB value is (72,212,100). Sum of RGB (Red+Green+Blue) = 72+212+100=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 212 (83.20% from 255 or 55.21% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 212 - color contains mainly: green. Hex color #48D464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D464 is #B72B9B. Grayscale: #9D9D9D. Windows color (decimal): -12004252 or 6607944. OLE color: 6607944.
HSL color Cylindrical-coordinate representation of color #48D464: hue angle of 132º 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 #48D464 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 100 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.17 |
| HSL | 132º | 0.62% | 0.56% | - |
| HSV(B) | 132º | 0.66% | 0.83% | - |
| XYZ | 28.52 | 49.38 | 20.09 | - |
| YUV | 157.37 | 95.62 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 100 | 0.66 | 0 | 0.53 | 0.17 | 132 | 0.62 | 0.56 |
| Hex | 48 | D4 | 64 | 42 | 0 | 35 | 11 | 84 | 3E | 38 |
| Octal | 110 | 324 | 144 | 102 | 0 | 65 | 21 | 204 | 76 | 70 |
| Binary | 1001000 | 11010100 | 1100100 | 1000010 | 0 | 110101 | 10001 | 10000100 | 111110 | 111000 |
Color Harmonies of #48D464
Complementary color
Monochromatic Colors of #48D464
Black with #48D464
Text Example
Text Example
White with #48D464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D464; }
p { color: rgb(72,212,100); }
H1.HeaderClassName
{
color: #48D464;
}
.AnyTagClassName
{
color: #48D464;
}
</style>
background-color css
<style>
a { background-color: #48D464; }
a { background-color: rgb(72,212,100); }
div.DivClassName
{
background-color: #48D464;
}
.BgClassName
{
background-color: #48D464;
}
</style>
border-color css
<style>
span { border-color: #48D464; }
span { border-color: rgb(72,212,100); }
td.TdClassName
{
border-color: #48D464;
}
.TagClassName
{
border-color: #48D464;
}
</style>