COLOR #75E195

HEX: #75E195
RGB: (117,225,149)

Color info

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

RGB color model

#75E195 color RGB value is (117,225,149).

  • red value is 117;
  • green value is 225;
  • blue value is 149.
RGB:
(117,225,149)
(46%,88%,58%)

RGB channels and saturation

R 117 of 255 = 46%
G 225 of 255 = 88%
B 149 of 255 = 58%

117
225
149

R + G + B ~ 64%. #75E195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 225 + 149 = 491 (100%)
R 117 of 491 ~ 23.83%
G 225 of 491 ~ 45.82%
B 149 of 491 ~ 30.35%

%23.83
%45.82
%30.35

CMYK color model

#75E195 color CMYK value is (48,0,34,12).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 11.76%
CMYK:
(48,0,34,12)
C48M0Y34K12 
(48%,0%,34%,12%)
(0.48/0.00/0.34/0.12)	

CMYK percentages

%48
%0
%33.78
%11.76

Codes

Color #75E195 in popluar color models

75E195
RGB117225149
HSL138°64.29%67.06%
HSB/HSV138°48.00%88.24%
CMYK48.00%0.00%33.78%
11.76%

Color #75E195 in popluar number systems.

HEX75E195
Decimal117225149
Binary11101011110000110010101
Octal165341225

Shades and tints

Shades of #75E195

#75E195
(117,225,149)
#6BCD88
(107,205,136)
#61B97B
(97,185,123)
#57A56E
(87,165,110)
#4D9161
(77,145,97)
#437D54
(67,125,84)
#396947
(57,105,71)
#2F553A
(47,85,58)
#25412D
(37,65,45)
#1B2D20
(27,45,32)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #75E195

#75E195
(117,225,149)
#81E39E
(129,227,158)
#8DE5A7
(141,229,167)
#99E7B0
(153,231,176)
#A5E9B9
(165,233,185)
#B1EBC2
(177,235,194)
#BDEDCB
(189,237,203)
#C9EFD4
(201,239,212)
#D5F1DD
(213,241,221)
#E1F3E6
(225,243,230)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75E195 color. Also use rgb(117,225,149) instead hex code.

Text Font Color

.myTextColor { color: #75E195; }

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

This text font color is #75E195.


Background Color

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

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

This div background color is #75E195.


Border color

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

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

This div border color is #75E195.


Opacity

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

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

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

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

This text has shadow with #75E195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E195 on black background.


Color preview on white background

This text has color #75E195 on white background.



Black color preview on #75E195 background

This text has black color on #75E195 background.


White color preview on #75E195 background

This text has white color on #75E195 background.