#48E073

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

Shades of Emerald #48E073

Tints of Emerald #48E073

Color information

#48E073 (or 0x48E073) is unknown color: approx Emerald. HEX triplet: 48, E0 and 73. RGB value is (72,224,115). Sum of RGB (Red+Green+Blue) = 72+224+115=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 224 (87.89% from 255 or 54.50% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 224 - color contains mainly: green. Hex color #48E073 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E073 is #B71F8C. Grayscale: #A6A6A6. Windows color (decimal): -12001165 or 7594056. OLE color: 7594056.

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

Color convert

RGB72224115-
CMYK0.6800.490.12
HSL136.97º71.03%58.04%-
HSV(B)136.97º67.86%87.84%-
XYZ32.4255.9325.31-
YUV166.1399.1460.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.52%
GREEN value IS 224 (87.89% from 255) = 54.50%
BLUE value IS 115 (45.31% from 255) = 27.98%
R=17.52%
G=54.50%
B=27.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal722241150.6800.490.12136.9771.0358.04
Hex48E07344031C89473a
Octal1103401631040611421110772
Binary1001000111000001110011100010001100011100100010011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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