COLOR #75D185

HEX: #75D185 RGB: (117,209,133)

Color info

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

RGB color model

#75D185 color RGB value is (117,209,133).

RGB: (117,209,133) (46%, 82%, 52%)

RGB channels and saturation

R 117 of 255 = 46%
G 209 of 255 = 82%
B 133 of 255 = 52%

117
209
133

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

Portions of RGB colors in percentages

R + G + B = 117 + 209 + 133 = 459 (100%)
R 117 of 459 ~ 25.49%
G 209 of 459 ~ 45.53%
B 133 of 459 ~ 28.98'%

%25.49
%45.53
%28.98

CMYK color model

#75D185 color CMYK value is (44,0,36,18).

  • cyan value is 44.02%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 18.04%

CMYK: (44,0,36,18)
C44M0Y36K18 (44%, 0%, 36%, 18%)
(0.44 / 0.00 / 0.36 / 0.18)

CMYK percentages

%44.02
%0
%36.36
%18.04

Codes

Color #75D185 in popluar color models

75 D1 85
RGB 117 209 133
HSL 130° 50.00% 63.92%
HSB/HSV 130° 44.02% 81.96%
CMYK 44.02% 0.00% 36.36%
18.04%

Color #75D185 in popluar number systems.

HEX 75 D1 85
Decimal 117 209 133
Binary 1110101 11010001 10000101
Octal 165 321 205

Shades and tints

Shades of #75D185

#75D185
(117,209,133)
#6BBE79
(107,190,121)
#61AB6D
(97,171,109)
#579861
(87,152,97)
#4D8555
(77,133,85)
#437249
(67,114,73)
#395F3D
(57,95,61)
#2F4C31
(47,76,49)
#253925
(37,57,37)
#1B2619
(27,38,25)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #75D185

#75D185
(117,209,133)
#81D590
(129,213,144)
#8DD99B
(141,217,155)
#99DDA6
(153,221,166)
#A5E1B1
(165,225,177)
#B1E5BC
(177,229,188)
#BDE9C7
(189,233,199)
#C9EDD2
(201,237,210)
#D5F1DD
(213,241,221)
#E1F5E8
(225,245,232)
#EDF9F3
(237,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D185 color. Also use rgb(117,209,133) instead hex code.

Text Font Color

.myTextColor { color: #75D185; }

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

This text font color is #75D185.

Background Color

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

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

This div background color is #75D185.

Border color

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

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

This div border color is #75D185.

Opacity

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

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

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

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

This text has shadow with #75D185 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75D185.

Preview

Color preview on black background

This text has color #75D185 on black background.


Color preview on white background

This text has color #75D185 on white background.


Black color preview on #75D185 background

This text has black color on #75D185 background.


White color preview on #75D185 background

This text has white color on #75D185 background.


Related colors

Complementary color

Complementary color for #hex is #8A2E7A.


I love getcolorcode.com

Triadic colors

1 #8575D1 and #D18575 with #75D185 are triadic colors.

2 #85D175 and #D17585 with #75D185 are triadic colors.