#48E178

Color #48E178 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #48E178

Tints of Emerald #48E178

Color information

#48E178 (or 0x48E178) is unknown color: approx Emerald. HEX triplet: 48, E1 and 78. RGB value is (72,225,120). Sum of RGB (Red+Green+Blue) = 72+225+120=417 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.27% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #48E178 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E178 is #B71E87. Grayscale: #A7A7A7. Windows color (decimal): -12000904 or 7921992. OLE color: 7921992.

HSL color Cylindrical-coordinate representation of color #48E178: hue angle of 138.82º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E178 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB72225120-
CMYK0.6800.470.12
HSL138.82º71.83%58.24%-
HSV(B)138.82º68%88.24%-
XYZ32.9956.5826.95-
YUV167.28101.3160.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 17.27%
GREEN value IS 225 (88.28% from 255) = 53.96%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=17.27%
G=53.96%
B=28.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722251200.6800.470.12138.8271.8358.24
Hex48E1784402FC8b483a
Octal1103411701040571421311072
Binary1001000111000011111000100010001011111100100010111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48E178; }

 p { color: rgb(72,225,120); }

 H1.HeaderClassName
 {
   color: #48E178;
 }
 .AnyTagClassName
 {
   color: #48E178;
 }
</style>
background-color css

<style>
 a { background-color: #48E178; }

 a { background-color: rgb(72,225,120); }

 div.DivClassName
 {
   background-color: #48E178;
 }
 .BgClassName
 {
   background-color: #48E178;
 }
</style>
border-color css

<style>
 span { border-color: #48E178; }

 span { border-color: rgb(72,225,120); }

 td.TdClassName
 {
   border-color: #48E178;
 }
 .TagClassName
 {
   border-color: #48E178;
 }
</style>