COLOR #44CF49

HEX: #44CF49 RGB: (68,207,73)

Color info

#44CF49 contains mainly green color. Web safe color of #44CF49 is #33CC33 (or #3C3).

RGB color model

#44CF49 color RGB value is (68,207,73).

RGB: (68,207,73) (27%, 81%, 29%)

RGB channels and saturation

R 68 of 255 = 27%
G 207 of 255 = 81%
B 73 of 255 = 29%

68
207
73

R + G + B ~ 46%. #44CF49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 207 + 73 = 348 (100%)
R 68 of 348 ~ 19.54%
G 207 of 348 ~ 59.48%
B 73 of 348 ~ 20.98'%

%19.54
%59.48
%20.98

CMYK color model

#44CF49 color CMYK value is (67,0,65,19).

  • cyan value is 67.15%
  • magenta value is 0.00%
  • yellow value is 64.73%
  • key color value is 18.82%
CMYK: (67,0,65,19) C67M0Y65K19 (67%,0%,65%,19%) (0.67/0.00/0.65/0.19) 

CMYK percentages

%67.15
%0
%64.73
%18.82

Codes

Color #44CF49 in popluar color models

44 CF 49
RGB 68 207 73
HSL 122° 59.15% 53.92%
HSB/HSV 122° 67.15% 81.18%
CMYK 67.15% 0.00% 64.73%
18.82%

Color #44CF49 in popluar number systems.

HEX 44 CF 49
Decimal 68 207 73
Binary 1000100 11001111 1001001
Octal 104 317 111

Shades and tints

Shades of #44CF49

#44CF49
(68,207,73)
#3EBD43
(62,189,67)
#38AB3D
(56,171,61)
#329937
(50,153,55)
#2C8731
(44,135,49)
#26752B
(38,117,43)
#206325
(32,99,37)
#1A511F
(26,81,31)
#143F19
(20,63,25)
#0E2D13
(14,45,19)
#081B0D
(8,27,13)
#000000
(0,0,0)

Tints of #44CF49

#44CF49
(68,207,73)
#55D359
(85,211,89)
#66D769
(102,215,105)
#77DB79
(119,219,121)
#88DF89
(136,223,137)
#99E399
(153,227,153)
#AAE7A9
(170,231,169)
#BBEBB9
(187,235,185)
#CCEFC9
(204,239,201)
#DDF3D9
(221,243,217)
#EEF7E9
(238,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #44CF49 color. Also use rgb(68,207,73) instead hex code.

Text Font Color

.myTextColor { color: #44CF49; }

<p style="color:#44CF49">This sample text font color is #44CF49.</p>

This text font color is #44CF49.

Background Color

.myBgColor { background-color: #44CF49; }

<div style="background-color:#44CF49">Inner text</div>

This div background color is #44CF49.

Border color

.myBorderColor { border: 1px solid #44CF49; }

<div style="border:3px solid #44CF49">Div</div>

This div border color is #44CF49.

Opacity

.myOpacity80 { color: #44CF49; opacity: 0.8; }

<p style="color:#44CF49;opacity:0.8;">80%</p>

Text with #44CF49 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #44CF49;}

<p style="text-shadow: 3px 3px 1px #44CF49">Text here.</p>

This text has shadow with #44CF49 color.


.textShadow {text-shadow: 3px 3px 1px #44CF49', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #44CF49, 5px 5px 20px red">Text here.</p>

This text has shadow with #44CF49 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#44CF49, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#44CF49, Direction=45, Strength=4)">Text</p>

This text has shadow with #44CF49 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #44CF49;
-webkit-box-shadow: 1px 1px 3px 2px #44CF49;
box-shadow: 1px 1px 3px 2px #44CF49;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #44CF49; -webkit-box-shadow: 1px 1px 3px 2px #44CF49; box-shadow:1px 1px 3px 2px #44CF49;">
Div content here
</div>

This div box has shadow with color #44CF49.

Preview

Color preview on black background

This text has color #44CF49 on black background.


Color preview on white background

This text has color #44CF49 on white background.


Black color preview on #44CF49 background

This text has black color on #44CF49 background.


White color preview on #44CF49 background

This text has white color on #44CF49 background.


Related colors

Complementary color

Complementary color for #hex is #BB30B6.


I love getcolorcode.com

Triadic colors

1 #4944CF and #CF4944 with #44CF49 are triadic colors.

2 #49CF44 and #CF4449 with #44CF49 are triadic colors.