COLOR #75CE73

HEX: #75CE73 RGB: (117,206,115)

Color info

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

RGB color model

#75CE73 color RGB value is (117,206,115).

RGB: (117,206,115) (46%, 81%, 45%)

RGB channels and saturation

R 117 of 255 = 46%
G 206 of 255 = 81%
B 115 of 255 = 45%

117
206
115

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

Portions of RGB colors in percentages

R + G + B = 117 + 206 + 115 = 438 (100%)
R 117 of 438 ~ 26.71%
G 206 of 438 ~ 47.03%
B 115 of 438 ~ 26.26'%

%26.71
%47.03
%26.26

CMYK color model

#75CE73 color CMYK value is (43,0,44,19).

  • cyan value is 43.20%
  • magenta value is 0.00%
  • yellow value is 44.17%
  • key color value is 19.22%

CMYK: (43,0,44,19)
C43M0Y44K19 (43%, 0%, 44%, 19%)
(0.43 / 0.00 / 0.44 / 0.19)

CMYK percentages

%43.2
%0
%44.17
%19.22

Codes

Color #75CE73 in popluar color models

75 CE 73
RGB 117 206 115
HSL 119° 48.15% 62.94%
HSB/HSV 119° 44.17% 80.78%
CMYK 43.20% 0.00% 44.17%
19.22%

Color #75CE73 in popluar number systems.

HEX 75 CE 73
Decimal 117 206 115
Binary 1110101 11001110 1110011
Octal 165 316 163

Shades and tints

Shades of #75CE73

#75CE73
(117,206,115)
#6BBC69
(107,188,105)
#61AA5F
(97,170,95)
#579855
(87,152,85)
#4D864B
(77,134,75)
#437441
(67,116,65)
#396237
(57,98,55)
#2F502D
(47,80,45)
#253E23
(37,62,35)
#1B2C19
(27,44,25)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #75CE73

#75CE73
(117,206,115)
#81D27F
(129,210,127)
#8DD68B
(141,214,139)
#99DA97
(153,218,151)
#A5DEA3
(165,222,163)
#B1E2AF
(177,226,175)
#BDE6BB
(189,230,187)
#C9EAC7
(201,234,199)
#D5EED3
(213,238,211)
#E1F2DF
(225,242,223)
#EDF6EB
(237,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CE73 color. Also use rgb(117,206,115) instead hex code.

Text Font Color

.myTextColor { color: #75CE73; }

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

This text font color is #75CE73.

Background Color

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

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

This div background color is #75CE73.

Border color

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

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

This div border color is #75CE73.

Opacity

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

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

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

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

This text has shadow with #75CE73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75CE73.

Preview

Color preview on black background

This text has color #75CE73 on black background.


Color preview on white background

This text has color #75CE73 on white background.


Black color preview on #75CE73 background

This text has black color on #75CE73 background.


White color preview on #75CE73 background

This text has white color on #75CE73 background.


Related colors

Complementary color

Complementary color for #hex is #8A318C.


I love getcolorcode.com

Triadic colors

1 #7375CE and #CE7375 with #75CE73 are triadic colors.

2 #73CE75 and #CE7573 with #75CE73 are triadic colors.