COLOR #75EC72

HEX: #75EC72 RGB: (117,236,114)

Color info

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

RGB color model

#75EC72 color RGB value is (117,236,114).

RGB: (117,236,114) (46%, 93%, 45%)

RGB channels and saturation

R 117 of 255 = 46%
G 236 of 255 = 93%
B 114 of 255 = 45%

117
236
114

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

Portions of RGB colors in percentages

R + G + B = 117 + 236 + 114 = 467 (100%)
R 117 of 467 ~ 25.05%
G 236 of 467 ~ 50.54%
B 114 of 467 ~ 24.41'%

%25.05
%50.54
%24.41

CMYK color model

#75EC72 color CMYK value is (50,0,52,7).

  • cyan value is 50.42%
  • magenta value is 0.00%
  • yellow value is 51.69%
  • key color value is 7.45%

CMYK: (50,0,52,7)
C50M0Y52K7 (50%, 0%, 52%, 7%)
(0.50 / 0.00 / 0.52 / 0.07)

CMYK percentages

%50.42
%0
%51.69
%7.45

Codes

Color #75EC72 in popluar color models

75 EC 72
RGB 117 236 114
HSL 119° 76.25% 68.63%
HSB/HSV 119° 51.69% 92.55%
CMYK 50.42% 0.00% 51.69%
7.45%

Color #75EC72 in popluar number systems.

HEX 75 EC 72
Decimal 117 236 114
Binary 1110101 11101100 1110010
Octal 165 354 162

Shades and tints

Shades of #75EC72

#75EC72
(117,236,114)
#6BD768
(107,215,104)
#61C25E
(97,194,94)
#57AD54
(87,173,84)
#4D984A
(77,152,74)
#438340
(67,131,64)
#396E36
(57,110,54)
#2F592C
(47,89,44)
#254422
(37,68,34)
#1B2F18
(27,47,24)
#111A0E
(17,26,14)
#000000
(0,0,0)

Tints of #75EC72

#75EC72
(117,236,114)
#81ED7E
(129,237,126)
#8DEE8A
(141,238,138)
#99EF96
(153,239,150)
#A5F0A2
(165,240,162)
#B1F1AE
(177,241,174)
#BDF2BA
(189,242,186)
#C9F3C6
(201,243,198)
#D5F4D2
(213,244,210)
#E1F5DE
(225,245,222)
#EDF6EA
(237,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75EC72 color. Also use rgb(117,236,114) instead hex code.

Text Font Color

.myTextColor { color: #75EC72; }

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

This text font color is #75EC72.

Background Color

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

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

This div background color is #75EC72.

Border color

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

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

This div border color is #75EC72.

Opacity

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

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

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

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

This text has shadow with #75EC72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75EC72.

Preview

Color preview on black background

This text has color #75EC72 on black background.


Color preview on white background

This text has color #75EC72 on white background.


Black color preview on #75EC72 background

This text has black color on #75EC72 background.


White color preview on #75EC72 background

This text has white color on #75EC72 background.


Related colors

Complementary color

Complementary color for #hex is #8A138D.


I love getcolorcode.com

Triadic colors

1 #7275EC and #EC7275 with #75EC72 are triadic colors.

2 #72EC75 and #EC7572 with #75EC72 are triadic colors.