#48E164

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

Shades of Emerald #48E164

Tints of Emerald #48E164

Color information

#48E164 (or 0x48E164) is unknown color: approx Emerald. HEX triplet: 48, E1 and 64. RGB value is (72,225,100). Sum of RGB (Red+Green+Blue) = 72+225+100=397 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.14% from 397); Green value is 225 (88.28% from 255 or 56.68% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 225 - color contains mainly: green. Hex color #48E164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E164 is #B71E9B. Grayscale: #A5A5A5. Windows color (decimal): -12000924 or 6611272. OLE color: 6611272.

HSL color Cylindrical-coordinate representation of color #48E164: hue angle of 130.98º 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 #48E164 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB72225100-
CMYK0.6800.560.12
HSL130.98º71.83%58.24%-
HSV(B)130.98º68%88.24%-
XYZ31.956.1521.21-
YUV16591.3161.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.14%
GREEN value IS 225 (88.28% from 255) = 56.68%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=18.14%
G=56.68%
B=25.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722251000.6800.560.12130.9871.8358.24
Hex48E16444038C83483a
Octal1103411441040701420311072
Binary1001000111000011100100100010001110001100100000111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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