Shades of Emerald #48D45B
Tints of Emerald #48D45B
RGB
CMYK
RGB Variations
Color information
#48D45B (or 0x48D45B) is known color: Emerald. HEX triplet: 48, D4 and 5B. RGB value is (72,212,91). Sum of RGB (Red+Green+Blue) = 72+212+91=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #48D45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D45B is #B72BA4. Grayscale: #9C9C9C. Windows color (decimal): -12004261 or 6018120. OLE color: 6018120.
HSL color Cylindrical-coordinate representation of color #48D45B: hue angle of 128.14º 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 #48D45B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 212 | 91 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.17 |
| HSL | 128.14º | 0.62% | 0.56% | - |
| HSV(B) | 128.14º | 0.66% | 0.83% | - |
| XYZ | 28.1 | 49.22 | 17.92 | - |
| YUV | 156.35 | 91.12 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 212 | 91 | 0.66 | 0 | 0.57 | 0.17 | 128.14 | 0.62 | 0.56 |
| Hex | 48 | D4 | 5B | 42 | 0 | 39 | 11 | 80 | 3E | 38 |
| Octal | 110 | 324 | 133 | 102 | 0 | 71 | 21 | 200 | 76 | 70 |
| Binary | 1001000 | 11010100 | 1011011 | 1000010 | 0 | 111001 | 10001 | 10000000 | 111110 | 111000 |
Color Harmonies of #48D45B
Complementary color
Monochromatic Colors of #48D45B
Black with #48D45B
Text Example
Text Example
White with #48D45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D45B; }
p { color: rgb(72,212,91); }
H1.HeaderClassName
{
color: #48D45B;
}
.AnyTagClassName
{
color: #48D45B;
}
</style>
background-color css
<style>
a { background-color: #48D45B; }
a { background-color: rgb(72,212,91); }
div.DivClassName
{
background-color: #48D45B;
}
.BgClassName
{
background-color: #48D45B;
}
</style>
border-color css
<style>
span { border-color: #48D45B; }
span { border-color: rgb(72,212,91); }
td.TdClassName
{
border-color: #48D45B;
}
.TagClassName
{
border-color: #48D45B;
}
</style>