Shades of Emerald #48D561
Tints of Emerald #48D561
RGB
CMYK
RGB Variations
Color information
#48D561 (or 0x48D561) is known color: Emerald. HEX triplet: 48, D5 and 61. RGB value is (72,213,97). Sum of RGB (Red+Green+Blue) = 72+213+97=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 213 (83.59% from 255 or 55.76% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 213 - color contains mainly: green. Hex color #48D561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D561 is #B72A9E. Grayscale: #9D9D9D. Windows color (decimal): -12003999 or 6411592. OLE color: 6411592.
HSL color Cylindrical-coordinate representation of color #48D561: hue angle of 130.64º 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 #48D561 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 213 | 97 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.16 |
| HSL | 130.64º | 0.63% | 0.56% | - |
| HSV(B) | 130.64º | 0.66% | 0.84% | - |
| XYZ | 28.62 | 49.83 | 19.42 | - |
| YUV | 157.62 | 93.79 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 213 | 97 | 0.66 | 0 | 0.54 | 0.16 | 130.64 | 0.63 | 0.56 |
| Hex | 48 | D5 | 61 | 42 | 0 | 36 | 10 | 83 | 3F | 38 |
| Octal | 110 | 325 | 141 | 102 | 0 | 66 | 20 | 203 | 77 | 70 |
| Binary | 1001000 | 11010101 | 1100001 | 1000010 | 0 | 110110 | 10000 | 10000011 | 111111 | 111000 |
Color Harmonies of #48D561
Complementary color
Monochromatic Colors of #48D561
Black with #48D561
Text Example
Text Example
White with #48D561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48D561; }
p { color: rgb(72,213,97); }
H1.HeaderClassName
{
color: #48D561;
}
.AnyTagClassName
{
color: #48D561;
}
</style>
background-color css
<style>
a { background-color: #48D561; }
a { background-color: rgb(72,213,97); }
div.DivClassName
{
background-color: #48D561;
}
.BgClassName
{
background-color: #48D561;
}
</style>
border-color css
<style>
span { border-color: #48D561; }
span { border-color: rgb(72,213,97); }
td.TdClassName
{
border-color: #48D561;
}
.TagClassName
{
border-color: #48D561;
}
</style>