COLOR #75CB5F

HEX: #75CB5F RGB: (117,203,95)

Color info

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

RGB color model

#75CB5F color RGB value is (117,203,95).

RGB: (117,203,95) (46%, 80%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 203 of 255 = 80%
B 95 of 255 = 37%

117
203
95

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

Portions of RGB colors in percentages

R + G + B = 117 + 203 + 95 = 415 (100%)
R 117 of 415 ~ 28.19%
G 203 of 415 ~ 48.92%
B 95 of 415 ~ 22.89'%

%28.19
%48.92
%22.89

CMYK color model

#75CB5F color CMYK value is (42,0,53,20).

  • cyan value is 42.36%
  • magenta value is 0.00%
  • yellow value is 53.20%
  • key color value is 20.39%

CMYK: (42,0,53,20)
C42M0Y53K20 (42%, 0%, 53%, 20%)
(0.42 / 0.00 / 0.53 / 0.20)

CMYK percentages

%42.36
%0
%53.2
%20.39

Codes

Color #75CB5F in popluar color models

75 CB 5F
RGB 117 203 95
HSL 108° 50.94% 58.43%
HSB/HSV 108° 53.20% 79.61%
CMYK 42.36% 0.00% 53.20%
20.39%

Color #75CB5F in popluar number systems.

HEX 75 CB 5F
Decimal 117 203 95
Binary 1110101 11001011 1011111
Octal 165 313 137

Shades and tints

Shades of #75CB5F

#75CB5F
(117,203,95)
#6BB957
(107,185,87)
#61A74F
(97,167,79)
#579547
(87,149,71)
#4D833F
(77,131,63)
#437137
(67,113,55)
#395F2F
(57,95,47)
#2F4D27
(47,77,39)
#253B1F
(37,59,31)
#1B2917
(27,41,23)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #75CB5F

#75CB5F
(117,203,95)
#81CF6D
(129,207,109)
#8DD37B
(141,211,123)
#99D789
(153,215,137)
#A5DB97
(165,219,151)
#B1DFA5
(177,223,165)
#BDE3B3
(189,227,179)
#C9E7C1
(201,231,193)
#D5EBCF
(213,235,207)
#E1EFDD
(225,239,221)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CB5F color. Also use rgb(117,203,95) instead hex code.

Text Font Color

.myTextColor { color: #75CB5F; }

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

This text font color is #75CB5F.

Background Color

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

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

This div background color is #75CB5F.

Border color

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

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

This div border color is #75CB5F.

Opacity

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

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

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

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

This text has shadow with #75CB5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75CB5F.

Preview

Color preview on black background

This text has color #75CB5F on black background.


Color preview on white background

This text has color #75CB5F on white background.


Black color preview on #75CB5F background

This text has black color on #75CB5F background.


White color preview on #75CB5F background

This text has white color on #75CB5F background.


Related colors

Complementary color

Complementary color for #hex is #8A34A0.


I love getcolorcode.com

Triadic colors

1 #5F75CB and #CB5F75 with #75CB5F are triadic colors.

2 #5FCB75 and #CB755F with #75CB5F are triadic colors.