#48E47E

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

Shades of Emerald #48E47E

Tints of Emerald #48E47E

Color information

#48E47E (or 0x48E47E) is unknown color: approx Emerald. HEX triplet: 48, E4 and 7E. RGB value is (72,228,126). Sum of RGB (Red+Green+Blue) = 72+228+126=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 228 (89.45% from 255 or 53.52% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 228 - color contains mainly: green. Hex color #48E47E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48E47E is #B71B81. Grayscale: #A9A9A9. Windows color (decimal): -12000130 or 8315976. OLE color: 8315976.

HSL color Cylindrical-coordinate representation of color #48E47E: hue angle of 140.77º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E47E is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB72228126-
CMYK0.6800.450.11
HSL140.77º74.29%58.82%-
HSV(B)140.77º68.42%89.41%-
XYZ34.1858.3729.2-
YUV169.73103.3258.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.90%
GREEN value IS 228 (89.45% from 255) = 53.52%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=16.90%
G=53.52%
B=29.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722281260.6800.450.11140.7774.2958.82
Hex48E47E4402DB8d4a3b
Octal1103441761040551321511273
Binary1001000111001001111110100010001011011011100011011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,228,126); }

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

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

 a { background-color: rgb(72,228,126); }

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

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

 span { border-color: rgb(72,228,126); }

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