#49DE94

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

Shades of Shamrock #49DE94

Tints of Shamrock #49DE94

Color information

#49DE94 (or 0x49DE94) is unknown color: approx Shamrock. HEX triplet: 49, DE and 94. RGB value is (73,222,148). Sum of RGB (Red+Green+Blue) = 73+222+148=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49DE94 is #B6216B. Grayscale: #A9A9A9. Windows color (decimal): -11936108 or 9756233. OLE color: 9756233.

HSL color Cylindrical-coordinate representation of color #49DE94: hue angle of 150.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DE94 is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB73222148-
CMYK0.6700.330.13
HSL150.2º69.3%57.84%-
HSV(B)150.2º67.12%87.06%-
XYZ34.2155.836.98-
YUV169.01116.1459.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.48%
GREEN value IS 222 (87.11% from 255) = 50.11%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=16.48%
G=50.11%
B=33.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal732221480.6700.330.13150.269.357.84
Hex49DE9443021D96453a
Octal1113362241030411522610572
Binary10010011101111010010100100001101000011101100101101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49DE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,222,148); }

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

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

 a { background-color: rgb(73,222,148); }

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

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

 span { border-color: rgb(73,222,148); }

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