COLOR #75E386

HEX: #75E386 RGB: (117,227,134)

Color info

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

RGB color model

#75E386 color RGB value is (117,227,134).

RGB: (117,227,134) (46%, 89%, 53%)

RGB channels and saturation

R 117 of 255 = 46%
G 227 of 255 = 89%
B 134 of 255 = 53%

117
227
134

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

Portions of RGB colors in percentages

R + G + B = 117 + 227 + 134 = 478 (100%)
R 117 of 478 ~ 24.48%
G 227 of 478 ~ 47.49%
B 134 of 478 ~ 28.03'%

%24.48
%47.49
%28.03

CMYK color model

#75E386 color CMYK value is (48,0,41,11).

  • cyan value is 48.46%
  • magenta value is 0.00%
  • yellow value is 40.97%
  • key color value is 10.98%
CMYK: (48,0,41,11) C48M0Y41K11 (48%,0%,41%,11%) (0.48/0.00/0.41/0.11) 

CMYK percentages

%48.46
%0
%40.97
%10.98

Codes

Color #75E386 in popluar color models

75 E3 86
RGB 117 227 134
HSL 129° 66.27% 67.45%
HSB/HSV 129° 48.46% 89.02%
CMYK 48.46% 0.00% 40.97%
10.98%

Color #75E386 in popluar number systems.

HEX 75 E3 86
Decimal 117 227 134
Binary 1110101 11100011 10000110
Octal 165 343 206

Shades and tints

Shades of #75E386

#75E386
(117,227,134)
#6BCF7A
(107,207,122)
#61BB6E
(97,187,110)
#57A762
(87,167,98)
#4D9356
(77,147,86)
#437F4A
(67,127,74)
#396B3E
(57,107,62)
#2F5732
(47,87,50)
#254326
(37,67,38)
#1B2F1A
(27,47,26)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #75E386

#75E386
(117,227,134)
#81E591
(129,229,145)
#8DE79C
(141,231,156)
#99E9A7
(153,233,167)
#A5EBB2
(165,235,178)
#B1EDBD
(177,237,189)
#BDEFC8
(189,239,200)
#C9F1D3
(201,241,211)
#D5F3DE
(213,243,222)
#E1F5E9
(225,245,233)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75E386 color. Also use rgb(117,227,134) instead hex code.

Text Font Color

.myTextColor { color: #75E386; }

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

This text font color is #75E386.

Background Color

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

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

This div background color is #75E386.

Border color

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

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

This div border color is #75E386.

Opacity

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

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

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

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

This text has shadow with #75E386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75E386.

Preview

Color preview on black background

This text has color #75E386 on black background.


Color preview on white background

This text has color #75E386 on white background.


Black color preview on #75E386 background

This text has black color on #75E386 background.


White color preview on #75E386 background

This text has white color on #75E386 background.


Related colors

Complementary color

Complementary color for #hex is #8A1C79.


I love getcolorcode.com

Triadic colors

1 #8675E3 and #E38675 with #75E386 are triadic colors.

2 #86E375 and #E37586 with #75E386 are triadic colors.