COLOR #75E974

HEX: #75E974
RGB: (117,233,116)

Color info

#75E974 contains mainly green color. Web safe color of #75E974 is #66FF66 (or #6F6).

RGB color model

#75E974 color RGB value is (117,233,116).

  • red value is 117;
  • green value is 233;
  • blue value is 116.
RGB:
(117,233,116)
(46%,91%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 233 of 255 = 91%
B 116 of 255 = 45%

117
233
116

R + G + B ~ 61%. #75E974 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 233 + 116 = 466 (100%)
R 117 of 466 ~ 25.11%
G 233 of 466 ~ 50%
B 116 of 466 ~ 24.89%

%25.11
%50
%24.89

CMYK color model

#75E974 color CMYK value is (50,0,50,9).

  • cyan value is 49.79%
  • magenta value is 0.00%
  • yellow value is 50.21%
  • key color value is 8.63%
CMYK:
(50,0,50,9)
C50M0Y50K9 
(50%,0%,50%,9%)
(0.50/0.00/0.50/0.09)	

CMYK percentages

%49.79
%0
%50.21
%8.63

Codes

Color #75E974 in popluar color models

75E974
RGB117233116
HSL119°72.67%68.43%
HSB/HSV119°50.21%91.37%
CMYK49.79%0.00%50.21%
8.63%

Color #75E974 in popluar number systems.

HEX75E974
Decimal117233116
Binary1110101111010011110100
Octal165351164

Shades and tints

Shades of #75E974

#75E974
(117,233,116)
#6BD46A
(107,212,106)
#61BF60
(97,191,96)
#57AA56
(87,170,86)
#4D954C
(77,149,76)
#438042
(67,128,66)
#396B38
(57,107,56)
#2F562E
(47,86,46)
#254124
(37,65,36)
#1B2C1A
(27,44,26)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #75E974

#75E974
(117,233,116)
#81EB80
(129,235,128)
#8DED8C
(141,237,140)
#99EF98
(153,239,152)
#A5F1A4
(165,241,164)
#B1F3B0
(177,243,176)
#BDF5BC
(189,245,188)
#C9F7C8
(201,247,200)
#D5F9D4
(213,249,212)
#E1FBE0
(225,251,224)
#EDFDEC
(237,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75E974 color. Also use rgb(117,233,116) instead hex code.

Text Font Color

.myTextColor { color: #75E974; }

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

This text font color is #75E974.


Background Color

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

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

This div background color is #75E974.


Border color

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

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

This div border color is #75E974.


Opacity

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

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

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

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

This text has shadow with #75E974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75E974 on black background.


Color preview on white background

This text has color #75E974 on white background.



Black color preview on #75E974 background

This text has black color on #75E974 background.


White color preview on #75E974 background

This text has white color on #75E974 background.