COLOR #75BC83

HEX: #75BC83
RGB: (117,188,131)

Color info

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

RGB color model

#75BC83 color RGB value is (117,188,131).

  • red value is 117;
  • green value is 188;
  • blue value is 131.
RGB:
(117,188,131)
(46%,74%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 188 of 255 = 74%
B 131 of 255 = 51%

117
188
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 188 + 131 = 436 (100%)
R 117 of 436 ~ 26.83%
G 188 of 436 ~ 43.12%
B 131 of 436 ~ 30.05%

%26.83
%43.12
%30.05

CMYK color model

#75BC83 color CMYK value is (38,0,30,26).

  • cyan value is 37.77%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(38,0,30,26)
C38M0Y30K26 
(38%,0%,30%,26%)
(0.38/0.00/0.30/0.26)	

CMYK percentages

%37.77
%0
%30.32
%26.27

Codes

Color #75BC83 in popluar color models

75BC83
RGB117188131
HSL132°34.63%59.80%
HSB/HSV132°37.77%73.73%
CMYK37.77%0.00%30.32%
26.27%

Color #75BC83 in popluar number systems.

HEX75BC83
Decimal117188131
Binary11101011011110010000011
Octal165274203

Shades and tints

Shades of #75BC83

#75BC83
(117,188,131)
#6BAB78
(107,171,120)
#619A6D
(97,154,109)
#578962
(87,137,98)
#4D7857
(77,120,87)
#43674C
(67,103,76)
#395641
(57,86,65)
#2F4536
(47,69,54)
#25342B
(37,52,43)
#1B2320
(27,35,32)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #75BC83

#75BC83
(117,188,131)
#81C28E
(129,194,142)
#8DC899
(141,200,153)
#99CEA4
(153,206,164)
#A5D4AF
(165,212,175)
#B1DABA
(177,218,186)
#BDE0C5
(189,224,197)
#C9E6D0
(201,230,208)
#D5ECDB
(213,236,219)
#E1F2E6
(225,242,230)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BC83 color. Also use rgb(117,188,131) instead hex code.

Text Font Color

.myTextColor { color: #75BC83; }

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

This text font color is #75BC83.


Background Color

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

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

This div background color is #75BC83.


Border color

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

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

This div border color is #75BC83.


Opacity

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

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

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

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

This text has shadow with #75BC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BC83 on black background.


Color preview on white background

This text has color #75BC83 on white background.



Black color preview on #75BC83 background

This text has black color on #75BC83 background.


White color preview on #75BC83 background

This text has white color on #75BC83 background.