COLOR #75BE59

HEX: #75BE59
RGB: (117,190,89)

Color info

#75BE59 contains mainly green color. Web safe color of #75BE59 is #66CC66 (or #6C6).

RGB color model

#75BE59 color RGB value is (117,190,89).

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

RGB channels and saturation

R 117 of 255 = 46%
G 190 of 255 = 75%
B 89 of 255 = 35%

117
190
89

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

Portions of RGB colors in percentages

R + G + B =
117 + 190 + 89 = 396 (100%)
R 117 of 396 ~ 29.55%
G 190 of 396 ~ 47.98%
B 89 of 396 ~ 22.47%

%29.55
%47.98
%22.47

CMYK color model

#75BE59 color CMYK value is (38,0,53,25).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 25.49%
CMYK:
(38,0,53,25)
C38M0Y53K25 
(38%,0%,53%,25%)
(0.38/0.00/0.53/0.25)	

CMYK percentages

%38.42
%0
%53.16
%25.49

Codes

Color #75BE59 in popluar color models

75BE59
RGB11719089
HSL103°43.72%54.71%
HSB/HSV103°53.16%74.51%
CMYK38.42%0.00%53.16%
25.49%

Color #75BE59 in popluar number systems.

HEX75BE59
Decimal11719089
Binary1110101101111101011001
Octal165276131

Shades and tints

Shades of #75BE59

#75BE59
(117,190,89)
#6BAD51
(107,173,81)
#619C49
(97,156,73)
#578B41
(87,139,65)
#4D7A39
(77,122,57)
#436931
(67,105,49)
#395829
(57,88,41)
#2F4721
(47,71,33)
#253619
(37,54,25)
#1B2511
(27,37,17)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #75BE59

#75BE59
(117,190,89)
#81C368
(129,195,104)
#8DC877
(141,200,119)
#99CD86
(153,205,134)
#A5D295
(165,210,149)
#B1D7A4
(177,215,164)
#BDDCB3
(189,220,179)
#C9E1C2
(201,225,194)
#D5E6D1
(213,230,209)
#E1EBE0
(225,235,224)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BE59; }

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

This text font color is #75BE59.


Background Color

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

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

This div background color is #75BE59.


Border color

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

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

This div border color is #75BE59.


Opacity

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

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

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

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

This text has shadow with #75BE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BE59 on black background.


Color preview on white background

This text has color #75BE59 on white background.



Black color preview on #75BE59 background

This text has black color on #75BE59 background.


White color preview on #75BE59 background

This text has white color on #75BE59 background.