COLOR #75D139

HEX: #75D139
RGB: (117,209,57)

Color info

#75D139 contains mainly green color. Web safe color of #75D139 is #66CC33 (or #6C3).

RGB color model

#75D139 color RGB value is (117,209,57).

  • red value is 117;
  • green value is 209;
  • blue value is 57.
RGB:
(117,209,57)
(46%,82%,22%)

RGB channels and saturation

R 117 of 255 = 46%
G 209 of 255 = 82%
B 57 of 255 = 22%

117
209
57

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

Portions of RGB colors in percentages

R + G + B =
117 + 209 + 57 = 383 (100%)
R 117 of 383 ~ 30.55%
G 209 of 383 ~ 54.57%
B 57 of 383 ~ 14.88%

%30.55
%54.57
%14.88

CMYK color model

#75D139 color CMYK value is (44,0,73,18).

  • cyan value is 44.02%
  • magenta value is 0.00%
  • yellow value is 72.73%
  • key color value is 18.04%
CMYK:
(44,0,73,18)
C44M0Y73K18 
(44%,0%,73%,18%)
(0.44/0.00/0.73/0.18)	

CMYK percentages

%44.02
%0
%72.73
%18.04

Codes

Color #75D139 in popluar color models

75D139
RGB11720957
HSL96°62.30%52.16%
HSB/HSV96°72.73%81.96%
CMYK44.02%0.00%72.73%
18.04%

Color #75D139 in popluar number systems.

HEX75D139
Decimal11720957
Binary111010111010001111001
Octal16532171

Shades and tints

Shades of #75D139

#75D139
(117,209,57)
#6BBE34
(107,190,52)
#61AB2F
(97,171,47)
#57982A
(87,152,42)
#4D8525
(77,133,37)
#437220
(67,114,32)
#395F1B
(57,95,27)
#2F4C16
(47,76,22)
#253911
(37,57,17)
#1B260C
(27,38,12)
#111307
(17,19,7)
#000000
(0,0,0)

Tints of #75D139

#75D139
(117,209,57)
#81D54B
(129,213,75)
#8DD95D
(141,217,93)
#99DD6F
(153,221,111)
#A5E181
(165,225,129)
#B1E593
(177,229,147)
#BDE9A5
(189,233,165)
#C9EDB7
(201,237,183)
#D5F1C9
(213,241,201)
#E1F5DB
(225,245,219)
#EDF9ED
(237,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D139 color. Also use rgb(117,209,57) instead hex code.

Text Font Color

.myTextColor { color: #75D139; }

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

This text font color is #75D139.


Background Color

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

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

This div background color is #75D139.


Border color

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

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

This div border color is #75D139.


Opacity

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

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

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

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

This text has shadow with #75D139 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D139 on black background.


Color preview on white background

This text has color #75D139 on white background.



Black color preview on #75D139 background

This text has black color on #75D139 background.


White color preview on #75D139 background

This text has white color on #75D139 background.