COLOR #75D295

HEX: #75D295
RGB: (117,210,149)

Color info

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

RGB color model

#75D295 color RGB value is (117,210,149).

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

RGB channels and saturation

R 117 of 255 = 46%
G 210 of 255 = 82%
B 149 of 255 = 58%

117
210
149

R + G + B ~ 62%. #75D295 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 210 + 149 = 476 (100%)
R 117 of 476 ~ 24.58%
G 210 of 476 ~ 44.12%
B 149 of 476 ~ 31.3%

%24.58
%44.12
%31.3

CMYK color model

#75D295 color CMYK value is (44,0,29,18).

  • cyan value is 44.29%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 17.65%
CMYK:
(44,0,29,18)
C44M0Y29K18 
(44%,0%,29%,18%)
(0.44/0.00/0.29/0.18)	

CMYK percentages

%44.29
%0
%29.05
%17.65

Codes

Color #75D295 in popluar color models

75D295
RGB117210149
HSL141°50.82%64.12%
HSB/HSV141°44.29%82.35%
CMYK44.29%0.00%29.05%
17.65%

Color #75D295 in popluar number systems.

HEX75D295
Decimal117210149
Binary11101011101001010010101
Octal165322225

Shades and tints

Shades of #75D295

#75D295
(117,210,149)
#6BBF88
(107,191,136)
#61AC7B
(97,172,123)
#57996E
(87,153,110)
#4D8661
(77,134,97)
#437354
(67,115,84)
#396047
(57,96,71)
#2F4D3A
(47,77,58)
#253A2D
(37,58,45)
#1B2720
(27,39,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #75D295

#75D295
(117,210,149)
#81D69E
(129,214,158)
#8DDAA7
(141,218,167)
#99DEB0
(153,222,176)
#A5E2B9
(165,226,185)
#B1E6C2
(177,230,194)
#BDEACB
(189,234,203)
#C9EED4
(201,238,212)
#D5F2DD
(213,242,221)
#E1F6E6
(225,246,230)
#EDFAEF
(237,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75D295; }

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

This text font color is #75D295.


Background Color

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

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

This div background color is #75D295.


Border color

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

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

This div border color is #75D295.


Opacity

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

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

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

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

This text has shadow with #75D295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D295 on black background.


Color preview on white background

This text has color #75D295 on white background.



Black color preview on #75D295 background

This text has black color on #75D295 background.


White color preview on #75D295 background

This text has white color on #75D295 background.