Shades of Emerald #48D55B
Tints of Emerald #48D55B
RGB
CMYK
RGB Variations
Color information
#48D55B (or 0x48D55B) is known color: Emerald. HEX triplet: 48, D5 and 5B. RGB value is (72,213,91). Sum of RGB (Red+Green+Blue) = 72+213+91=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #48D55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D55B is #B72AA4. Grayscale: #9D9D9D. Windows color (decimal): -12004005 or 6018376. OLE color: 6018376.
HSL color Cylindrical-coordinate representation of color #48D55B: hue angle of 128.09º 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 #48D55B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 213 | 91 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.16 |
| HSL | 128.09º | 0.63% | 0.56% | - |
| HSV(B) | 128.09º | 0.66% | 0.84% | - |
| XYZ | 28.36 | 49.72 | 18 | - |
| YUV | 156.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 213 | 91 | 0.66 | 0 | 0.57 | 0.16 | 128.09 | 0.63 | 0.56 |
| Hex | 48 | D5 | 5B | 42 | 0 | 39 | 10 | 80 | 3F | 38 |
| Octal | 110 | 325 | 133 | 102 | 0 | 71 | 20 | 200 | 77 | 70 |
| Binary | 1001000 | 11010101 | 1011011 | 1000010 | 0 | 111001 | 10000 | 10000000 | 111111 | 111000 |
Color Harmonies of #48D55B
Complementary color
Monochromatic Colors of #48D55B
Black with #48D55B
Text Example
Text Example
White with #48D55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D55B; }
p { color: rgb(72,213,91); }
H1.HeaderClassName
{
color: #48D55B;
}
.AnyTagClassName
{
color: #48D55B;
}
</style>
background-color css
<style>
a { background-color: #48D55B; }
a { background-color: rgb(72,213,91); }
div.DivClassName
{
background-color: #48D55B;
}
.BgClassName
{
background-color: #48D55B;
}
</style>
border-color css
<style>
span { border-color: #48D55B; }
span { border-color: rgb(72,213,91); }
td.TdClassName
{
border-color: #48D55B;
}
.TagClassName
{
border-color: #48D55B;
}
</style>