COLOR #75D29D

HEX: #75D29D RGB: (117,210,157)

Color info

#75D29D contains mainly green and blue colors. Web safe color of #75D29D is #66CC99 (or #6C9).

RGB color model

#75D29D color RGB value is (117,210,157).

RGB: (117,210,157) (46%, 82%, 62%)

RGB channels and saturation

R 117 of 255 = 46%
G 210 of 255 = 82%
B 157 of 255 = 62%

117
210
157

R + G + B ~ 63%. #75D29D is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 210 + 157 = 484 (100%)
R 117 of 484 ~ 24.17%
G 210 of 484 ~ 43.39%
B 157 of 484 ~ 32.44'%

%24.17
%43.39
%32.44

CMYK color model

#75D29D color CMYK value is (44,0,25,18).

  • cyan value is 44.29%
  • magenta value is 0.00%
  • yellow value is 25.24%
  • key color value is 17.65%

CMYK: (44,0,25,18)
C44M0Y25K18 (44%, 0%, 25%, 18%)
(0.44 / 0.00 / 0.25 / 0.18)

CMYK percentages

%44.29
%0
%25.24
%17.65

Codes

Color #75D29D in popluar color models

75 D2 9D
RGB 117 210 157
HSL 146° 50.82% 64.12%
HSB/HSV 146° 44.29% 82.35%
CMYK 44.29% 0.00% 25.24%
17.65%

Color #75D29D in popluar number systems.

HEX 75 D2 9D
Decimal 117 210 157
Binary 1110101 11010010 10011101
Octal 165 322 235

Shades and tints

Shades of #75D29D

#75D29D
(117,210,157)
#6BBF8F
(107,191,143)
#61AC81
(97,172,129)
#579973
(87,153,115)
#4D8665
(77,134,101)
#437357
(67,115,87)
#396049
(57,96,73)
#2F4D3B
(47,77,59)
#253A2D
(37,58,45)
#1B271F
(27,39,31)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #75D29D

#75D29D
(117,210,157)
#81D6A5
(129,214,165)
#8DDAAD
(141,218,173)
#99DEB5
(153,222,181)
#A5E2BD
(165,226,189)
#B1E6C5
(177,230,197)
#BDEACD
(189,234,205)
#C9EED5
(201,238,213)
#D5F2DD
(213,242,221)
#E1F6E5
(225,246,229)
#EDFAED
(237,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D29D color. Also use rgb(117,210,157) instead hex code.

Text Font Color

.myTextColor { color: #75D29D; }

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

This text font color is #75D29D.

Background Color

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

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

This div background color is #75D29D.

Border color

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

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

This div border color is #75D29D.

Opacity

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

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

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

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

This text has shadow with #75D29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75D29D.

Preview

Color preview on black background

This text has color #75D29D on black background.


Color preview on white background

This text has color #75D29D on white background.


Black color preview on #75D29D background

This text has black color on #75D29D background.


White color preview on #75D29D background

This text has white color on #75D29D background.


Related colors

Complementary color

Complementary color for #hex is #8A2D62.


I love getcolorcode.com

Triadic colors

1 #9D75D2 and #D29D75 with #75D29D are triadic colors.

2 #9DD275 and #D2759D with #75D29D are triadic colors.