COLOR #75C884

HEX: #75C884
RGB: (117,200,132)

Color info

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

RGB color model

#75C884 color RGB value is (117,200,132).

  • red value is 117;
  • green value is 200;
  • blue value is 132.
RGB:
(117,200,132)
(46%,78%,52%)

RGB channels and saturation

R 117 of 255 = 46%
G 200 of 255 = 78%
B 132 of 255 = 52%

117
200
132

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

Portions of RGB colors in percentages

R + G + B =
117 + 200 + 132 = 449 (100%)
R 117 of 449 ~ 26.06%
G 200 of 449 ~ 44.54%
B 132 of 449 ~ 29.4%

%26.06
%44.54
%29.4

CMYK color model

#75C884 color CMYK value is (42,0,34,22).

  • cyan value is 41.50%
  • magenta value is 0.00%
  • yellow value is 34.00%
  • key color value is 21.57%
CMYK:
(42,0,34,22)
C42M0Y34K22 
(42%,0%,34%,22%)
(0.42/0.00/0.34/0.22)	

CMYK percentages

%41.5
%0
%34
%21.57

Codes

Color #75C884 in popluar color models

75C884
RGB117200132
HSL131°43.01%62.16%
HSB/HSV131°41.50%78.43%
CMYK41.50%0.00%34.00%
21.57%

Color #75C884 in popluar number systems.

HEX75C884
Decimal117200132
Binary11101011100100010000100
Octal165310204

Shades and tints

Shades of #75C884

#75C884
(117,200,132)
#6BB678
(107,182,120)
#61A46C
(97,164,108)
#579260
(87,146,96)
#4D8054
(77,128,84)
#436E48
(67,110,72)
#395C3C
(57,92,60)
#2F4A30
(47,74,48)
#253824
(37,56,36)
#1B2618
(27,38,24)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #75C884

#75C884
(117,200,132)
#81CD8F
(129,205,143)
#8DD29A
(141,210,154)
#99D7A5
(153,215,165)
#A5DCB0
(165,220,176)
#B1E1BB
(177,225,187)
#BDE6C6
(189,230,198)
#C9EBD1
(201,235,209)
#D5F0DC
(213,240,220)
#E1F5E7
(225,245,231)
#EDFAF2
(237,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C884 color. Also use rgb(117,200,132) instead hex code.

Text Font Color

.myTextColor { color: #75C884; }

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

This text font color is #75C884.


Background Color

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

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

This div background color is #75C884.


Border color

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

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

This div border color is #75C884.


Opacity

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

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

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

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

This text has shadow with #75C884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C884 on black background.


Color preview on white background

This text has color #75C884 on white background.



Black color preview on #75C884 background

This text has black color on #75C884 background.


White color preview on #75C884 background

This text has white color on #75C884 background.