#48E071

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

Shades of Emerald #48E071

Tints of Emerald #48E071

Color information

#48E071 (or 0x48E071) is unknown color: approx Emerald. HEX triplet: 48, E0 and 71. RGB value is (72,224,113). Sum of RGB (Red+Green+Blue) = 72+224+113=409 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.60% from 409); Green value is 224 (87.89% from 255 or 54.77% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 224 - color contains mainly: green. Hex color #48E071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E071 is #B71F8E. Grayscale: #A6A6A6. Windows color (decimal): -12001167 or 7462984. OLE color: 7462984.

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

Color convert

RGB72224113-
CMYK0.6800.500.12
HSL136.18º71.03%58.04%-
HSV(B)136.18º67.86%87.84%-
XYZ32.3155.8824.71-
YUV165.998.1461.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.60%
GREEN value IS 224 (87.89% from 255) = 54.77%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=17.60%
G=54.77%
B=27.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722241130.6800.500.12136.1871.0358.04
Hex48E07144032C88473a
Octal1103401611040621421010772
Binary1001000111000001110001100010001100101100100010001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,224,113); }

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

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

 a { background-color: rgb(72,224,113); }

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

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

 span { border-color: rgb(72,224,113); }

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