COLOR #75D367

HEX: #75D367
RGB: (117,211,103)

Color info

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

RGB color model

#75D367 color RGB value is (117,211,103).

  • red value is 117;
  • green value is 211;
  • blue value is 103.
RGB:
(117,211,103)
(46%,83%,40%)

RGB channels and saturation

R 117 of 255 = 46%
G 211 of 255 = 83%
B 103 of 255 = 40%

117
211
103

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

Portions of RGB colors in percentages

R + G + B =
117 + 211 + 103 = 431 (100%)
R 117 of 431 ~ 27.15%
G 211 of 431 ~ 48.96%
B 103 of 431 ~ 23.9%

%27.15
%48.96
%23.9

CMYK color model

#75D367 color CMYK value is (45,0,51,17).

  • cyan value is 44.55%
  • magenta value is 0.00%
  • yellow value is 51.18%
  • key color value is 17.25%
CMYK:
(45,0,51,17)
C45M0Y51K17 
(45%,0%,51%,17%)
(0.45/0.00/0.51/0.17)	

CMYK percentages

%44.55
%0
%51.18
%17.25

Codes

Color #75D367 in popluar color models

75D367
RGB117211103
HSL112°55.10%61.57%
HSB/HSV112°51.18%82.75%
CMYK44.55%0.00%51.18%
17.25%

Color #75D367 in popluar number systems.

HEX75D367
Decimal117211103
Binary1110101110100111100111
Octal165323147

Shades and tints

Shades of #75D367

#75D367
(117,211,103)
#6BC05E
(107,192,94)
#61AD55
(97,173,85)
#579A4C
(87,154,76)
#4D8743
(77,135,67)
#43743A
(67,116,58)
#396131
(57,97,49)
#2F4E28
(47,78,40)
#253B1F
(37,59,31)
#1B2816
(27,40,22)
#11150D
(17,21,13)
#000000
(0,0,0)

Tints of #75D367

#75D367
(117,211,103)
#81D774
(129,215,116)
#8DDB81
(141,219,129)
#99DF8E
(153,223,142)
#A5E39B
(165,227,155)
#B1E7A8
(177,231,168)
#BDEBB5
(189,235,181)
#C9EFC2
(201,239,194)
#D5F3CF
(213,243,207)
#E1F7DC
(225,247,220)
#EDFBE9
(237,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D367 color. Also use rgb(117,211,103) instead hex code.

Text Font Color

.myTextColor { color: #75D367; }

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

This text font color is #75D367.


Background Color

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

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

This div background color is #75D367.


Border color

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

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

This div border color is #75D367.


Opacity

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

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

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

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

This text has shadow with #75D367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75D367 on black background.


Color preview on white background

This text has color #75D367 on white background.



Black color preview on #75D367 background

This text has black color on #75D367 background.


White color preview on #75D367 background

This text has white color on #75D367 background.