Shades of Emerald #48E978
Tints of Emerald #48E978
RGB
CMYK
RGB Variations
Color information
#48E978 (or 0x48E978) is known color: Emerald. HEX triplet: 48, E9 and 78. RGB value is (72,233,120). Sum of RGB (Red+Green+Blue) = 72+233+120=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 233 (91.41% from 255 or 54.82% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 233 - color contains mainly: green. Hex color #48E978 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E978 is #B71687. Grayscale: #ACACAC. Windows color (decimal): -11998856 or 7924040. OLE color: 7924040.
HSL color Cylindrical-coordinate representation of color #48E978: hue angle of 137.89º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E978 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 233 | 120 | - |
| CMYK | 0.69 | 0 | 0.48 | 0.09 |
| HSL | 137.89º | 0.79% | 0.6% | - |
| HSV(B) | 137.89º | 0.69% | 0.91% | - |
| XYZ | 35.2 | 61.01 | 27.69 | - |
| YUV | 171.98 | 98.66 | 56.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 233 | 120 | 0.69 | 0 | 0.48 | 0.09 | 137.89 | 0.79 | 0.6 |
| Hex | 48 | E9 | 78 | 45 | 0 | 30 | 9 | 8A | 4F | 3C |
| Octal | 110 | 351 | 170 | 105 | 0 | 60 | 11 | 212 | 117 | 74 |
| Binary | 1001000 | 11101001 | 1111000 | 1000101 | 0 | 110000 | 1001 | 10001010 | 1001111 | 111100 |
Color Harmonies of #48E978
Complementary color
Monochromatic Colors of #48E978
Black with #48E978
Text Example
Text Example
White with #48E978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E978; }
p { color: rgb(72,233,120); }
H1.HeaderClassName
{
color: #48E978;
}
.AnyTagClassName
{
color: #48E978;
}
</style>
background-color css
<style>
a { background-color: #48E978; }
a { background-color: rgb(72,233,120); }
div.DivClassName
{
background-color: #48E978;
}
.BgClassName
{
background-color: #48E978;
}
</style>
border-color css
<style>
span { border-color: #48E978; }
span { border-color: rgb(72,233,120); }
td.TdClassName
{
border-color: #48E978;
}
.TagClassName
{
border-color: #48E978;
}
</style>