Shades of Emerald #48E877
Tints of Emerald #48E877
RGB
CMYK
RGB Variations
Color information
#48E877 (or 0x48E877) is known color: Emerald. HEX triplet: 48, E8 and 77. RGB value is (72,232,119). Sum of RGB (Red+Green+Blue) = 72+232+119=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 232 (91.02% from 255 or 54.85% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 232 - color contains mainly: green. Hex color #48E877 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48E877 is #B71788. Grayscale: #ABABAB. Windows color (decimal): -11999113 or 7858248. OLE color: 7858248.
HSL color Cylindrical-coordinate representation of color #48E877: hue angle of 137.62º degrees, saturation: 0.78, 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 #48E877 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 232 | 119 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.09 |
| HSL | 137.63º | 0.78% | 0.6% | - |
| HSV(B) | 137.63º | 0.69% | 0.91% | - |
| XYZ | 34.86 | 60.42 | 27.28 | - |
| YUV | 171.28 | 98.49 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 232 | 119 | 0.69 | 0 | 0.49 | 0.09 | 137.63 | 0.78 | 0.6 |
| Hex | 48 | E8 | 77 | 45 | 0 | 31 | 9 | 8A | 4E | 3C |
| Octal | 110 | 350 | 167 | 105 | 0 | 61 | 11 | 212 | 116 | 74 |
| Binary | 1001000 | 11101000 | 1110111 | 1000101 | 0 | 110001 | 1001 | 10001010 | 1001110 | 111100 |
Color Harmonies of #48E877
Complementary color
Monochromatic Colors of #48E877
Black with #48E877
Text Example
Text Example
White with #48E877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48E877; }
p { color: rgb(72,232,119); }
H1.HeaderClassName
{
color: #48E877;
}
.AnyTagClassName
{
color: #48E877;
}
</style>
background-color css
<style>
a { background-color: #48E877; }
a { background-color: rgb(72,232,119); }
div.DivClassName
{
background-color: #48E877;
}
.BgClassName
{
background-color: #48E877;
}
</style>
border-color css
<style>
span { border-color: #48E877; }
span { border-color: rgb(72,232,119); }
td.TdClassName
{
border-color: #48E877;
}
.TagClassName
{
border-color: #48E877;
}
</style>