#48E493

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

Shades of Shamrock #48E493

Tints of Shamrock #48E493

Color information

#48E493 (or 0x48E493) is unknown color: approx Shamrock. HEX triplet: 48, E4 and 93. RGB value is (72,228,147). Sum of RGB (Red+Green+Blue) = 72+228+147=447 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16.11% from 447); Green value is 228 (89.45% from 255 or 51.01% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 228 - color contains mainly: green. Hex color #48E493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E493 is #B71B6C. Grayscale: #ACACAC. Windows color (decimal): -12000109 or 9692232. OLE color: 9692232.

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

Color convert

RGB72228147-
CMYK0.6800.360.11
HSL148.85º74.29%58.82%-
HSV(B)148.85º68.42%89.41%-
XYZ35.6858.9737.11-
YUV172.12113.8256.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.11%
GREEN value IS 228 (89.45% from 255) = 51.01%
BLUE value IS 147 (57.81% from 255) = 32.89%
R=16.11%
G=51.01%
B=32.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal722281470.6800.360.11148.8574.2958.82
Hex48E49344024B954a3b
Octal1103442231040441322511273
Binary10010001110010010010011100010001001001011100101011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48E493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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