COLOR #75C981

HEX: #75C981
RGB: (117,201,129)

Color info

#75C981 contains mainly green color. Web safe color of #75C981 is #66CC99 (or #6C9).

RGB color model

#75C981 color RGB value is (117,201,129).

  • red value is 117;
  • green value is 201;
  • blue value is 129.
RGB:
(117,201,129)
(46%,79%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 201 of 255 = 79%
B 129 of 255 = 51%

117
201
129

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

Portions of RGB colors in percentages

R + G + B =
117 + 201 + 129 = 447 (100%)
R 117 of 447 ~ 26.17%
G 201 of 447 ~ 44.97%
B 129 of 447 ~ 28.86%

%26.17
%44.97
%28.86

CMYK color model

#75C981 color CMYK value is (42,0,36,21).

  • cyan value is 41.79%
  • magenta value is 0.00%
  • yellow value is 35.82%
  • key color value is 21.18%
CMYK:
(42,0,36,21)
C42M0Y36K21 
(42%,0%,36%,21%)
(0.42/0.00/0.36/0.21)	

CMYK percentages

%41.79
%0
%35.82
%21.18

Codes

Color #75C981 in popluar color models

75C981
RGB117201129
HSL129°43.75%62.35%
HSB/HSV129°41.79%78.82%
CMYK41.79%0.00%35.82%
21.18%

Color #75C981 in popluar number systems.

HEX75C981
Decimal117201129
Binary11101011100100110000001
Octal165311201

Shades and tints

Shades of #75C981

#75C981
(117,201,129)
#6BB776
(107,183,118)
#61A56B
(97,165,107)
#579360
(87,147,96)
#4D8155
(77,129,85)
#436F4A
(67,111,74)
#395D3F
(57,93,63)
#2F4B34
(47,75,52)
#253929
(37,57,41)
#1B271E
(27,39,30)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #75C981

#75C981
(117,201,129)
#81CD8C
(129,205,140)
#8DD197
(141,209,151)
#99D5A2
(153,213,162)
#A5D9AD
(165,217,173)
#B1DDB8
(177,221,184)
#BDE1C3
(189,225,195)
#C9E5CE
(201,229,206)
#D5E9D9
(213,233,217)
#E1EDE4
(225,237,228)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C981 color. Also use rgb(117,201,129) instead hex code.

Text Font Color

.myTextColor { color: #75C981; }

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

This text font color is #75C981.


Background Color

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

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

This div background color is #75C981.


Border color

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

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

This div border color is #75C981.


Opacity

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

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

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

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

This text has shadow with #75C981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C981 on black background.


Color preview on white background

This text has color #75C981 on white background.



Black color preview on #75C981 background

This text has black color on #75C981 background.


White color preview on #75C981 background

This text has white color on #75C981 background.