COLOR #75D65E

HEX: #75D65E
RGB: (117,214,94)

Color info

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

RGB color model

#75D65E color RGB value is (117,214,94).

  • red value is 117;
  • green value is 214;
  • blue value is 94.
RGB:
(117,214,94)
(46%,84%,37%)

RGB channels and saturation

R 117 of 255 = 46%
G 214 of 255 = 84%
B 94 of 255 = 37%

117
214
94

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

Portions of RGB colors in percentages

R + G + B =
117 + 214 + 94 = 425 (100%)
R 117 of 425 ~ 27.53%
G 214 of 425 ~ 50.35%
B 94 of 425 ~ 22.12%

%27.53
%50.35
%22.12

CMYK color model

#75D65E color CMYK value is (45,0,56,16).

  • cyan value is 45.33%
  • magenta value is 0.00%
  • yellow value is 56.07%
  • key color value is 16.08%
CMYK:
(45,0,56,16)
C45M0Y56K16 
(45%,0%,56%,16%)
(0.45/0.00/0.56/0.16)	

CMYK percentages

%45.33
%0
%56.07
%16.08

Codes

Color #75D65E in popluar color models

75D65E
RGB11721494
HSL109°59.41%60.39%
HSB/HSV109°56.07%83.92%
CMYK45.33%0.00%56.07%
16.08%

Color #75D65E in popluar number systems.

HEX75D65E
Decimal11721494
Binary1110101110101101011110
Octal165326136

Shades and tints

Shades of #75D65E

#75D65E
(117,214,94)
#6BC356
(107,195,86)
#61B04E
(97,176,78)
#579D46
(87,157,70)
#4D8A3E
(77,138,62)
#437736
(67,119,54)
#39642E
(57,100,46)
#2F5126
(47,81,38)
#253E1E
(37,62,30)
#1B2B16
(27,43,22)
#11180E
(17,24,14)
#000000
(0,0,0)

Tints of #75D65E

#75D65E
(117,214,94)
#81D96C
(129,217,108)
#8DDC7A
(141,220,122)
#99DF88
(153,223,136)
#A5E296
(165,226,150)
#B1E5A4
(177,229,164)
#BDE8B2
(189,232,178)
#C9EBC0
(201,235,192)
#D5EECE
(213,238,206)
#E1F1DC
(225,241,220)
#EDF4EA
(237,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D65E color. Also use rgb(117,214,94) instead hex code.

Text Font Color

.myTextColor { color: #75D65E; }

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

This text font color is #75D65E.


Background Color

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

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

This div background color is #75D65E.


Border color

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

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

This div border color is #75D65E.


Opacity

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

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

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

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

This text has shadow with #75D65E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D65E on black background.


Color preview on white background

This text has color #75D65E on white background.



Black color preview on #75D65E background

This text has black color on #75D65E background.


White color preview on #75D65E background

This text has white color on #75D65E background.