COLOR #75EC71

HEX: #75EC71
RGB: (117,236,113)

Color info

#75EC71 contains mainly green color. Web safe color of #75EC71 is #66FF66 (or #6F6).

RGB color model

#75EC71 color RGB value is (117,236,113).

  • red value is 117;
  • green value is 236;
  • blue value is 113.
RGB:
(117,236,113)
(46%,93%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 236 of 255 = 93%
B 113 of 255 = 44%

117
236
113

R + G + B ~ 61%. #75EC71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 236 + 113 = 466 (100%)
R 117 of 466 ~ 25.11%
G 236 of 466 ~ 50.64%
B 113 of 466 ~ 24.25%

%25.11
%50.64
%24.25

CMYK color model

#75EC71 color CMYK value is (50,0,52,7).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 52.12%
  • key color value is 7.45%
CMYK:
(50,0,52,7)
C50M0Y52K7 
(50%,0%,52%,7%)
(0.50/0.00/0.52/0.07)	

CMYK percentages

%50.42
%0
%52.12
%7.45

Codes

Color #75EC71 in popluar color models

75EC71
RGB117236113
HSL118°76.40%68.43%
HSB/HSV118°52.12%92.55%
CMYK50.42%0.00%52.12%
7.45%

Color #75EC71 in popluar number systems.

HEX75EC71
Decimal117236113
Binary1110101111011001110001
Octal165354161

Shades and tints

Shades of #75EC71

#75EC71
(117,236,113)
#6BD767
(107,215,103)
#61C25D
(97,194,93)
#57AD53
(87,173,83)
#4D9849
(77,152,73)
#43833F
(67,131,63)
#396E35
(57,110,53)
#2F592B
(47,89,43)
#254421
(37,68,33)
#1B2F17
(27,47,23)
#111A0D
(17,26,13)
#000000
(0,0,0)

Tints of #75EC71

#75EC71
(117,236,113)
#81ED7D
(129,237,125)
#8DEE89
(141,238,137)
#99EF95
(153,239,149)
#A5F0A1
(165,240,161)
#B1F1AD
(177,241,173)
#BDF2B9
(189,242,185)
#C9F3C5
(201,243,197)
#D5F4D1
(213,244,209)
#E1F5DD
(225,245,221)
#EDF6E9
(237,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75EC71 color. Also use rgb(117,236,113) instead hex code.

Text Font Color

.myTextColor { color: #75EC71; }

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

This text font color is #75EC71.


Background Color

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

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

This div background color is #75EC71.


Border color

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

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

This div border color is #75EC71.


Opacity

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

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

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

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

This text has shadow with #75EC71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75EC71 on black background.


Color preview on white background

This text has color #75EC71 on white background.



Black color preview on #75EC71 background

This text has black color on #75EC71 background.


White color preview on #75EC71 background

This text has white color on #75EC71 background.