COLOR #75C28F

HEX: #75C28F
RGB: (117,194,143)

Color info

#75C28F contains mainly green and blue colors. Web safe color of #75C28F is #66CC99 (or #6C9).

RGB color model

#75C28F color RGB value is (117,194,143).

  • red value is 117;
  • green value is 194;
  • blue value is 143.
RGB:
(117,194,143)
(46%,76%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 194 of 255 = 76%
B 143 of 255 = 56%

117
194
143

R + G + B ~ 59%. #75C28F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 194 + 143 = 454 (100%)
R 117 of 454 ~ 25.77%
G 194 of 454 ~ 42.73%
B 143 of 454 ~ 31.5%

%25.77
%42.73
%31.5

CMYK color model

#75C28F color CMYK value is (40,0,26,24).

  • cyan value is 39.69%
  • magenta value is 0.00%
  • yellow value is 26.29%
  • key color value is 23.92%
CMYK:
(40,0,26,24)
C40M0Y26K24 
(40%,0%,26%,24%)
(0.40/0.00/0.26/0.24)	

CMYK percentages

%39.69
%0
%26.29
%23.92

Codes

Color #75C28F in popluar color models

75C28F
RGB117194143
HSL140°38.69%60.98%
HSB/HSV140°39.69%76.08%
CMYK39.69%0.00%26.29%
23.92%

Color #75C28F in popluar number systems.

HEX75C28F
Decimal117194143
Binary11101011100001010001111
Octal165302217

Shades and tints

Shades of #75C28F

#75C28F
(117,194,143)
#6BB182
(107,177,130)
#61A075
(97,160,117)
#578F68
(87,143,104)
#4D7E5B
(77,126,91)
#436D4E
(67,109,78)
#395C41
(57,92,65)
#2F4B34
(47,75,52)
#253A27
(37,58,39)
#1B291A
(27,41,26)
#11180D
(17,24,13)
#000000
(0,0,0)

Tints of #75C28F

#75C28F
(117,194,143)
#81C799
(129,199,153)
#8DCCA3
(141,204,163)
#99D1AD
(153,209,173)
#A5D6B7
(165,214,183)
#B1DBC1
(177,219,193)
#BDE0CB
(189,224,203)
#C9E5D5
(201,229,213)
#D5EADF
(213,234,223)
#E1EFE9
(225,239,233)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C28F color. Also use rgb(117,194,143) instead hex code.

Text Font Color

.myTextColor { color: #75C28F; }

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

This text font color is #75C28F.


Background Color

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

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

This div background color is #75C28F.


Border color

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

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

This div border color is #75C28F.


Opacity

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

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

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

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

This text has shadow with #75C28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C28F on black background.


Color preview on white background

This text has color #75C28F on white background.



Black color preview on #75C28F background

This text has black color on #75C28F background.


White color preview on #75C28F background

This text has white color on #75C28F background.