COLOR #75D597

HEX: #75D597
RGB: (117,213,151)

Color info

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

RGB color model

#75D597 color RGB value is (117,213,151).

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

RGB channels and saturation

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

117
213
151

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

Portions of RGB colors in percentages

R + G + B =
117 + 213 + 151 = 481 (100%)
R 117 of 481 ~ 24.32%
G 213 of 481 ~ 44.28%
B 151 of 481 ~ 31.39%

%24.32
%44.28
%31.39

CMYK color model

#75D597 color CMYK value is (45,0,29,16).

  • cyan value is 45.07%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 16.47%
CMYK:
(45,0,29,16)
C45M0Y29K16 
(45%,0%,29%,16%)
(0.45/0.00/0.29/0.16)	

CMYK percentages

%45.07
%0
%29.11
%16.47

Codes

Color #75D597 in popluar color models

75D597
RGB117213151
HSL141°53.33%64.71%
HSB/HSV141°45.07%83.53%
CMYK45.07%0.00%29.11%
16.47%

Color #75D597 in popluar number systems.

HEX75D597
Decimal117213151
Binary11101011101010110010111
Octal165325227

Shades and tints

Shades of #75D597

#75D597
(117,213,151)
#6BC28A
(107,194,138)
#61AF7D
(97,175,125)
#579C70
(87,156,112)
#4D8963
(77,137,99)
#437656
(67,118,86)
#396349
(57,99,73)
#2F503C
(47,80,60)
#253D2F
(37,61,47)
#1B2A22
(27,42,34)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #75D597

#75D597
(117,213,151)
#81D8A0
(129,216,160)
#8DDBA9
(141,219,169)
#99DEB2
(153,222,178)
#A5E1BB
(165,225,187)
#B1E4C4
(177,228,196)
#BDE7CD
(189,231,205)
#C9EAD6
(201,234,214)
#D5EDDF
(213,237,223)
#E1F0E8
(225,240,232)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75D597; }

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

This text font color is #75D597.


Background Color

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

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

This div background color is #75D597.


Border color

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

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

This div border color is #75D597.


Opacity

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

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

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

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

This text has shadow with #75D597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D597 on black background.


Color preview on white background

This text has color #75D597 on white background.



Black color preview on #75D597 background

This text has black color on #75D597 background.


White color preview on #75D597 background

This text has white color on #75D597 background.