#49EFA5

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

Shades of Shamrock #49EFA5

Tints of Shamrock #49EFA5

Color information

#49EFA5 (or 0x49EFA5) is unknown color: approx Shamrock. HEX triplet: 49, EF and A5. RGB value is (73,239,165). Sum of RGB (Red+Green+Blue) = 73+239+165=477 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.30% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #49EFA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49EFA5 is #B6105A. Grayscale: #B5B5B5. Windows color (decimal): -11931739 or 10874697. OLE color: 10874697.

HSL color Cylindrical-coordinate representation of color #49EFA5: hue angle of 153.25º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49EFA5 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB73239165-
CMYK0.6900.310.06
HSL153.25º83.84%61.18%-
HSV(B)153.25º69.46%93.73%-
XYZ40.4165.8746.18-
YUV180.9311951.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.30%
GREEN value IS 239 (93.75% from 255) = 50.10%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=15.30%
G=50.10%
B=34.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal732391650.6900.310.06153.2583.8461.18
Hex49EFA54501F699543d
Octal111357245105037623112475
Binary100100111101111101001011000101011111110100110011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49EFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49EFA5; }

 p { color: rgb(73,239,165); }

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

<style>
 a { background-color: #49EFA5; }

 a { background-color: rgb(73,239,165); }

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

<style>
 span { border-color: #49EFA5; }

 span { border-color: rgb(73,239,165); }

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