COLOR #75BE83

HEX: #75BE83
RGB: (117,190,131)

Color info

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

RGB color model

#75BE83 color RGB value is (117,190,131).

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

RGB channels and saturation

R 117 of 255 = 46%
G 190 of 255 = 75%
B 131 of 255 = 51%

117
190
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 190 + 131 = 438 (100%)
R 117 of 438 ~ 26.71%
G 190 of 438 ~ 43.38%
B 131 of 438 ~ 29.91%

%26.71
%43.38
%29.91

CMYK color model

#75BE83 color CMYK value is (38,0,31,25).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 25.49%
CMYK:
(38,0,31,25)
C38M0Y31K25 
(38%,0%,31%,25%)
(0.38/0.00/0.31/0.25)	

CMYK percentages

%38.42
%0
%31.05
%25.49

Codes

Color #75BE83 in popluar color models

75BE83
RGB117190131
HSL132°35.96%60.20%
HSB/HSV132°38.42%74.51%
CMYK38.42%0.00%31.05%
25.49%

Color #75BE83 in popluar number systems.

HEX75BE83
Decimal117190131
Binary11101011011111010000011
Octal165276203

Shades and tints

Shades of #75BE83

#75BE83
(117,190,131)
#6BAD78
(107,173,120)
#619C6D
(97,156,109)
#578B62
(87,139,98)
#4D7A57
(77,122,87)
#43694C
(67,105,76)
#395841
(57,88,65)
#2F4736
(47,71,54)
#25362B
(37,54,43)
#1B2520
(27,37,32)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #75BE83

#75BE83
(117,190,131)
#81C38E
(129,195,142)
#8DC899
(141,200,153)
#99CDA4
(153,205,164)
#A5D2AF
(165,210,175)
#B1D7BA
(177,215,186)
#BDDCC5
(189,220,197)
#C9E1D0
(201,225,208)
#D5E6DB
(213,230,219)
#E1EBE6
(225,235,230)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BE83; }

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

This text font color is #75BE83.


Background Color

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

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

This div background color is #75BE83.


Border color

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

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

This div border color is #75BE83.


Opacity

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

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

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

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

This text has shadow with #75BE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BE83 on black background.


Color preview on white background

This text has color #75BE83 on white background.



Black color preview on #75BE83 background

This text has black color on #75BE83 background.


White color preview on #75BE83 background

This text has white color on #75BE83 background.