COLOR #75C57E

HEX: #75C57E RGB: (117,197,126)

Color info

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

RGB color model

#75C57E color RGB value is (117,197,126).

RGB: (117,197,126) (46%, 77%, 49%)

RGB channels and saturation

R 117 of 255 = 46%
G 197 of 255 = 77%
B 126 of 255 = 49%

117
197
126

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

Portions of RGB colors in percentages

R + G + B = 117 + 197 + 126 = 440 (100%)
R 117 of 440 ~ 26.59%
G 197 of 440 ~ 44.77%
B 126 of 440 ~ 28.64'%

%26.59
%44.77
%28.64

CMYK color model

#75C57E color CMYK value is (41,0,36,23).

  • cyan value is 40.61%
  • magenta value is 0.00%
  • yellow value is 36.04%
  • key color value is 22.75%

CMYK: (41,0,36,23)
C41M0Y36K23 (41%, 0%, 36%, 23%)
(0.41 / 0.00 / 0.36 / 0.23)

CMYK percentages

%40.61
%0
%36.04
%22.75

Codes

Color #75C57E in popluar color models

75 C5 7E
RGB 117 197 126
HSL 127° 40.82% 61.57%
HSB/HSV 127° 40.61% 77.25%
CMYK 40.61% 0.00% 36.04%
22.75%

Color #75C57E in popluar number systems.

HEX 75 C5 7E
Decimal 117 197 126
Binary 1110101 11000101 1111110
Octal 165 305 176

Shades and tints

Shades of #75C57E

#75C57E
(117,197,126)
#6BB473
(107,180,115)
#61A368
(97,163,104)
#57925D
(87,146,93)
#4D8152
(77,129,82)
#437047
(67,112,71)
#395F3C
(57,95,60)
#2F4E31
(47,78,49)
#253D26
(37,61,38)
#1B2C1B
(27,44,27)
#111B10
(17,27,16)
#000000
(0,0,0)

Tints of #75C57E

#75C57E
(117,197,126)
#81CA89
(129,202,137)
#8DCF94
(141,207,148)
#99D49F
(153,212,159)
#A5D9AA
(165,217,170)
#B1DEB5
(177,222,181)
#BDE3C0
(189,227,192)
#C9E8CB
(201,232,203)
#D5EDD6
(213,237,214)
#E1F2E1
(225,242,225)
#EDF7EC
(237,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C57E color. Also use rgb(117,197,126) instead hex code.

Text Font Color

.myTextColor { color: #75C57E; }

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

This text font color is #75C57E.

Background Color

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

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

This div background color is #75C57E.

Border color

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

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

This div border color is #75C57E.

Opacity

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

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

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

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

This text has shadow with #75C57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75C57E.

Preview

Color preview on black background

This text has color #75C57E on black background.


Color preview on white background

This text has color #75C57E on white background.


Black color preview on #75C57E background

This text has black color on #75C57E background.


White color preview on #75C57E background

This text has white color on #75C57E background.


Related colors

Complementary color

Complementary color for #hex is #8A3A81.


I love getcolorcode.com

Triadic colors

1 #7E75C5 and #C57E75 with #75C57E are triadic colors.

2 #7EC575 and #C5757E with #75C57E are triadic colors.