COLOR #75D349

HEX: #75D349 RGB: (117,211,73)

Color info

#75D349 contains mainly green color. Web safe color of #75D349 is #66CC33 (or #6C3).

RGB color model

#75D349 color RGB value is (117,211,73).

RGB: (117,211,73) (46%, 83%, 29%)

RGB channels and saturation

R 117 of 255 = 46%
G 211 of 255 = 83%
B 73 of 255 = 29%

117
211
73

R + G + B ~ 53%. #75D349 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 211 + 73 = 401 (100%)
R 117 of 401 ~ 29.18%
G 211 of 401 ~ 52.62%
B 73 of 401 ~ 18.2'%

%29.18
%52.62
%18.2

CMYK color model

#75D349 color CMYK value is (45,0,65,17).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 65.40%
  • key color value is 17.25%

CMYK: (45,0,65,17)
C45M0Y65K17 (45%, 0%, 65%, 17%)
(0.45 / 0.00 / 0.65 / 0.17)

CMYK percentages

%44.55
%0
%65.4
%17.25

Codes

Color #75D349 in popluar color models

75 D3 49
RGB 117 211 73
HSL 101° 61.06% 55.69%
HSB/HSV 101° 65.40% 82.75%
CMYK 44.55% 0.00% 65.40%
17.25%

Color #75D349 in popluar number systems.

HEX 75 D3 49
Decimal 117 211 73
Binary 1110101 11010011 1001001
Octal 165 323 111

Shades and tints

Shades of #75D349

#75D349
(117,211,73)
#6BC043
(107,192,67)
#61AD3D
(97,173,61)
#579A37
(87,154,55)
#4D8731
(77,135,49)
#43742B
(67,116,43)
#396125
(57,97,37)
#2F4E1F
(47,78,31)
#253B19
(37,59,25)
#1B2813
(27,40,19)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #75D349

#75D349
(117,211,73)
#81D759
(129,215,89)
#8DDB69
(141,219,105)
#99DF79
(153,223,121)
#A5E389
(165,227,137)
#B1E799
(177,231,153)
#BDEBA9
(189,235,169)
#C9EFB9
(201,239,185)
#D5F3C9
(213,243,201)
#E1F7D9
(225,247,217)
#EDFBE9
(237,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D349 color. Also use rgb(117,211,73) instead hex code.

Text Font Color

.myTextColor { color: #75D349; }

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

This text font color is #75D349.

Background Color

.myBgColor { background-color: #75D349; }

<div style="background-color:#75D349">Inner text</div>

This div background color is #75D349.

Border color

.myBorderColor { border: 1px solid #75D349; }

<div style="border:3px solid #75D349">Div</div>

This div border color is #75D349.

Opacity

.myOpacity80 { color: #75D349; opacity: 0.8; }

<p style="color:#75D349;opacity:0.8;">80%</p>

Text with #75D349 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 #75D349;}

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

This text has shadow with #75D349 color.


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

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

This text has shadow with #75D349 primary color and red secondary color.


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

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

This text has shadow with #75D349 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #75D349.

Preview

Color preview on black background

This text has color #75D349 on black background.


Color preview on white background

This text has color #75D349 on white background.


Black color preview on #75D349 background

This text has black color on #75D349 background.


White color preview on #75D349 background

This text has white color on #75D349 background.


Related colors

Complementary color

Complementary color for #hex is #8A2CB6.


I love getcolorcode.com

Triadic colors

1 #4975D3 and #D34975 with #75D349 are triadic colors.

2 #49D375 and #D37549 with #75D349 are triadic colors.