COLOR #75CD6D

HEX: #75CD6D RGB: (117,205,109)

Color info

#75CD6D contains mainly green color. Web safe color of #75CD6D is #66CC66 (or #6C6).

RGB color model

#75CD6D color RGB value is (117,205,109).

RGB: (117,205,109) (46%, 80%, 43%)

RGB channels and saturation

R 117 of 255 = 46%
G 205 of 255 = 80%
B 109 of 255 = 43%

117
205
109

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

Portions of RGB colors in percentages

R + G + B = 117 + 205 + 109 = 431 (100%)
R 117 of 431 ~ 27.15%
G 205 of 431 ~ 47.56%
B 109 of 431 ~ 25.29'%

%27.15
%47.56
%25.29

CMYK color model

#75CD6D color CMYK value is (43,0,47,20).

  • cyan value is 42.93%
  • magenta value is 0.00%
  • yellow value is 46.83%
  • key color value is 19.61%
CMYK: (43,0,47,20) C43M0Y47K20 (43%,0%,47%,20%) (0.43/0.00/0.47/0.20) 

CMYK percentages

%42.93
%0
%46.83
%19.61

Codes

Color #75CD6D in popluar color models

75 CD 6D
RGB 117 205 109
HSL 115° 48.98% 61.57%
HSB/HSV 115° 46.83% 80.39%
CMYK 42.93% 0.00% 46.83%
19.61%

Color #75CD6D in popluar number systems.

HEX 75 CD 6D
Decimal 117 205 109
Binary 1110101 11001101 1101101
Octal 165 315 155

Shades and tints

Shades of #75CD6D

#75CD6D
(117,205,109)
#6BBB64
(107,187,100)
#61A95B
(97,169,91)
#579752
(87,151,82)
#4D8549
(77,133,73)
#437340
(67,115,64)
#396137
(57,97,55)
#2F4F2E
(47,79,46)
#253D25
(37,61,37)
#1B2B1C
(27,43,28)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #75CD6D

#75CD6D
(117,205,109)
#81D17A
(129,209,122)
#8DD587
(141,213,135)
#99D994
(153,217,148)
#A5DDA1
(165,221,161)
#B1E1AE
(177,225,174)
#BDE5BB
(189,229,187)
#C9E9C8
(201,233,200)
#D5EDD5
(213,237,213)
#E1F1E2
(225,241,226)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CD6D color. Also use rgb(117,205,109) instead hex code.

Text Font Color

.myTextColor { color: #75CD6D; }

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

This text font color is #75CD6D.

Background Color

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

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

This div background color is #75CD6D.

Border color

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

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

This div border color is #75CD6D.

Opacity

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

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

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

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

This text has shadow with #75CD6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75CD6D.

Preview

Color preview on black background

This text has color #75CD6D on black background.


Color preview on white background

This text has color #75CD6D on white background.


Black color preview on #75CD6D background

This text has black color on #75CD6D background.


White color preview on #75CD6D background

This text has white color on #75CD6D background.


Related colors

Complementary color

Complementary color for #hex is #8A3292.


I love getcolorcode.com

Triadic colors

1 #6D75CD and #CD6D75 with #75CD6D are triadic colors.

2 #6DCD75 and #CD756D with #75CD6D are triadic colors.