COLOR #75E8A9

HEX: #75E8A9
RGB: (117,232,169)

Color info

#75E8A9 contains mainly green color. Web safe color of #75E8A9 is #66FF99 (or #6F9).

RGB color model

#75E8A9 color RGB value is (117,232,169).

  • red value is 117;
  • green value is 232;
  • blue value is 169.
RGB:
(117,232,169)
(46%,91%,66%)

RGB channels and saturation

R 117 of 255 = 46%
G 232 of 255 = 91%
B 169 of 255 = 66%

117
232
169

R + G + B ~ 68%. #75E8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 232 + 169 = 518 (100%)
R 117 of 518 ~ 22.59%
G 232 of 518 ~ 44.79%
B 169 of 518 ~ 32.63%

%22.59
%44.79
%32.63

CMYK color model

#75E8A9 color CMYK value is (50,0,27,9).

  • cyan value is 49.57%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(50,0,27,9)
C50M0Y27K9 
(50%,0%,27%,9%)
(0.50/0.00/0.27/0.09)	

CMYK percentages

%49.57
%0
%27.16
%9.02

Codes

Color #75E8A9 in popluar color models

75E8A9
RGB117232169
HSL147°71.43%68.43%
HSB/HSV147°49.57%90.98%
CMYK49.57%0.00%27.16%
9.02%

Color #75E8A9 in popluar number systems.

HEX75E8A9
Decimal117232169
Binary11101011110100010101001
Octal165350251

Shades and tints

Shades of #75E8A9

#75E8A9
(117,232,169)
#6BD39A
(107,211,154)
#61BE8B
(97,190,139)
#57A97C
(87,169,124)
#4D946D
(77,148,109)
#437F5E
(67,127,94)
#396A4F
(57,106,79)
#2F5540
(47,85,64)
#254031
(37,64,49)
#1B2B22
(27,43,34)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #75E8A9

#75E8A9
(117,232,169)
#81EAB0
(129,234,176)
#8DECB7
(141,236,183)
#99EEBE
(153,238,190)
#A5F0C5
(165,240,197)
#B1F2CC
(177,242,204)
#BDF4D3
(189,244,211)
#C9F6DA
(201,246,218)
#D5F8E1
(213,248,225)
#E1FAE8
(225,250,232)
#EDFCEF
(237,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75E8A9 color. Also use rgb(117,232,169) instead hex code.

Text Font Color

.myTextColor { color: #75E8A9; }

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

This text font color is #75E8A9.


Background Color

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

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

This div background color is #75E8A9.


Border color

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

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

This div border color is #75E8A9.


Opacity

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

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

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

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

This text has shadow with #75E8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E8A9 on black background.


Color preview on white background

This text has color #75E8A9 on white background.



Black color preview on #75E8A9 background

This text has black color on #75E8A9 background.


White color preview on #75E8A9 background

This text has white color on #75E8A9 background.