COLOR #75D596

HEX: #75D596
RGB: (117,213,150)

Color info

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

RGB color model

#75D596 color RGB value is (117,213,150).

  • red value is 117;
  • green value is 213;
  • blue value is 150.
RGB:
(117,213,150)
(46%,84%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 213 of 255 = 84%
B 150 of 255 = 59%

117
213
150

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

Portions of RGB colors in percentages

R + G + B =
117 + 213 + 150 = 480 (100%)
R 117 of 480 ~ 24.38%
G 213 of 480 ~ 44.38%
B 150 of 480 ~ 31.25%

%24.38
%44.38
%31.25

CMYK color model

#75D596 color CMYK value is (45,0,30,16).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 29.58%
  • key color value is 16.47%
CMYK:
(45,0,30,16)
C45M0Y30K16 
(45%,0%,30%,16%)
(0.45/0.00/0.30/0.16)	

CMYK percentages

%45.07
%0
%29.58
%16.47

Codes

Color #75D596 in popluar color models

75D596
RGB117213150
HSL141°53.33%64.71%
HSB/HSV141°45.07%83.53%
CMYK45.07%0.00%29.58%
16.47%

Color #75D596 in popluar number systems.

HEX75D596
Decimal117213150
Binary11101011101010110010110
Octal165325226

Shades and tints

Shades of #75D596

#75D596
(117,213,150)
#6BC289
(107,194,137)
#61AF7C
(97,175,124)
#579C6F
(87,156,111)
#4D8962
(77,137,98)
#437655
(67,118,85)
#396348
(57,99,72)
#2F503B
(47,80,59)
#253D2E
(37,61,46)
#1B2A21
(27,42,33)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #75D596

#75D596
(117,213,150)
#81D89F
(129,216,159)
#8DDBA8
(141,219,168)
#99DEB1
(153,222,177)
#A5E1BA
(165,225,186)
#B1E4C3
(177,228,195)
#BDE7CC
(189,231,204)
#C9EAD5
(201,234,213)
#D5EDDE
(213,237,222)
#E1F0E7
(225,240,231)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D596 color. Also use rgb(117,213,150) instead hex code.

Text Font Color

.myTextColor { color: #75D596; }

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

This text font color is #75D596.


Background Color

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

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

This div background color is #75D596.


Border color

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

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

This div border color is #75D596.


Opacity

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

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

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

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

This text has shadow with #75D596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D596 on black background.


Color preview on white background

This text has color #75D596 on white background.



Black color preview on #75D596 background

This text has black color on #75D596 background.


White color preview on #75D596 background

This text has white color on #75D596 background.