COLOR #75BC28

HEX: #75BC28
RGB: (117,188,40)

Color info

#75BC28 contains mainly green color. Web safe color of #75BC28 is #66CC33 (or #6C3).

RGB color model

#75BC28 color RGB value is (117,188,40).

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

RGB channels and saturation

R 117 of 255 = 46%
G 188 of 255 = 74%
B 40 of 255 = 16%

117
188
40

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

Portions of RGB colors in percentages

R + G + B =
117 + 188 + 40 = 345 (100%)
R 117 of 345 ~ 33.91%
G 188 of 345 ~ 54.49%
B 40 of 345 ~ 11.59%

%33.91
%54.49
%11.59

CMYK color model

#75BC28 color CMYK value is (38,0,79,26).

  • cyan value is 37.77%
  • magenta value is 0.00%
  • yellow value is 78.72%
  • key color value is 26.27%
CMYK:
(38,0,79,26)
C38M0Y79K26 
(38%,0%,79%,26%)
(0.38/0.00/0.79/0.26)	

CMYK percentages

%37.77
%0
%78.72
%26.27

Codes

Color #75BC28 in popluar color models

75BC28
RGB11718840
HSL89°64.91%44.71%
HSB/HSV89°78.72%73.73%
CMYK37.77%0.00%78.72%
26.27%

Color #75BC28 in popluar number systems.

HEX75BC28
Decimal11718840
Binary111010110111100101000
Octal16527450

Shades and tints

Shades of #75BC28

#75BC28
(117,188,40)
#6BAB25
(107,171,37)
#619A22
(97,154,34)
#57891F
(87,137,31)
#4D781C
(77,120,28)
#436719
(67,103,25)
#395616
(57,86,22)
#2F4513
(47,69,19)
#253410
(37,52,16)
#1B230D
(27,35,13)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #75BC28

#75BC28
(117,188,40)
#81C23B
(129,194,59)
#8DC84E
(141,200,78)
#99CE61
(153,206,97)
#A5D474
(165,212,116)
#B1DA87
(177,218,135)
#BDE09A
(189,224,154)
#C9E6AD
(201,230,173)
#D5ECC0
(213,236,192)
#E1F2D3
(225,242,211)
#EDF8E6
(237,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75BC28; }

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

This text font color is #75BC28.


Background Color

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

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

This div background color is #75BC28.


Border color

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

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

This div border color is #75BC28.


Opacity

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

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

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

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

This text has shadow with #75BC28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75BC28 on black background.


Color preview on white background

This text has color #75BC28 on white background.



Black color preview on #75BC28 background

This text has black color on #75BC28 background.


White color preview on #75BC28 background

This text has white color on #75BC28 background.