COLOR #75EC4F

HEX: #75EC4F
RGB: (117,236,79)

Color info

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

RGB color model

#75EC4F color RGB value is (117,236,79).

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

RGB channels and saturation

R 117 of 255 = 46%
G 236 of 255 = 93%
B 79 of 255 = 31%

117
236
79

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

Portions of RGB colors in percentages

R + G + B =
117 + 236 + 79 = 432 (100%)
R 117 of 432 ~ 27.08%
G 236 of 432 ~ 54.63%
B 79 of 432 ~ 18.29%

%27.08
%54.63
%18.29

CMYK color model

#75EC4F color CMYK value is (50,0,67,7).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 66.53%
  • key color value is 7.45%
CMYK:
(50,0,67,7)
C50M0Y67K7 
(50%,0%,67%,7%)
(0.50/0.00/0.67/0.07)	

CMYK percentages

%50.42
%0
%66.53
%7.45

Codes

Color #75EC4F in popluar color models

75EC4F
RGB11723679
HSL105°80.51%61.76%
HSB/HSV105°66.53%92.55%
CMYK50.42%0.00%66.53%
7.45%

Color #75EC4F in popluar number systems.

HEX75EC4F
Decimal11723679
Binary1110101111011001001111
Octal165354117

Shades and tints

Shades of #75EC4F

#75EC4F
(117,236,79)
#6BD748
(107,215,72)
#61C241
(97,194,65)
#57AD3A
(87,173,58)
#4D9833
(77,152,51)
#43832C
(67,131,44)
#396E25
(57,110,37)
#2F591E
(47,89,30)
#254417
(37,68,23)
#1B2F10
(27,47,16)
#111A09
(17,26,9)
#000000
(0,0,0)

Tints of #75EC4F

#75EC4F
(117,236,79)
#81ED5F
(129,237,95)
#8DEE6F
(141,238,111)
#99EF7F
(153,239,127)
#A5F08F
(165,240,143)
#B1F19F
(177,241,159)
#BDF2AF
(189,242,175)
#C9F3BF
(201,243,191)
#D5F4CF
(213,244,207)
#E1F5DF
(225,245,223)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75EC4F; }

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

This text font color is #75EC4F.


Background Color

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

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

This div background color is #75EC4F.


Border color

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

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

This div border color is #75EC4F.


Opacity

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

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

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

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

This text has shadow with #75EC4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75EC4F on black background.


Color preview on white background

This text has color #75EC4F on white background.



Black color preview on #75EC4F background

This text has black color on #75EC4F background.


White color preview on #75EC4F background

This text has white color on #75EC4F background.