COLOR #75CF7F

HEX: #75CF7F RGB: (117,207,127)

Color info

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

RGB color model

#75CF7F color RGB value is (117,207,127).

RGB: (117,207,127) (46%, 81%, 50%)

RGB channels and saturation

R 117 of 255 = 46%
G 207 of 255 = 81%
B 127 of 255 = 50%

117
207
127

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

Portions of RGB colors in percentages

R + G + B = 117 + 207 + 127 = 451 (100%)
R 117 of 451 ~ 25.94%
G 207 of 451 ~ 45.9%
B 127 of 451 ~ 28.16'%

%25.94
%45.9
%28.16

CMYK color model

#75CF7F color CMYK value is (43,0,39,19).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 38.65%
  • key color value is 18.82%

CMYK: (43,0,39,19)
C43M0Y39K19 (43%, 0%, 39%, 19%)
(0.43 / 0.00 / 0.39 / 0.19)

CMYK percentages

%43.48
%0
%38.65
%18.82

Codes

Color #75CF7F in popluar color models

75 CF 7F
RGB 117 207 127
HSL 127° 48.39% 63.53%
HSB/HSV 127° 43.48% 81.18%
CMYK 43.48% 0.00% 38.65%
18.82%

Color #75CF7F in popluar number systems.

HEX 75 CF 7F
Decimal 117 207 127
Binary 1110101 11001111 1111111
Octal 165 317 177

Shades and tints

Shades of #75CF7F

#75CF7F
(117,207,127)
#6BBD74
(107,189,116)
#61AB69
(97,171,105)
#57995E
(87,153,94)
#4D8753
(77,135,83)
#437548
(67,117,72)
#39633D
(57,99,61)
#2F5132
(47,81,50)
#253F27
(37,63,39)
#1B2D1C
(27,45,28)
#111B11
(17,27,17)
#000000
(0,0,0)

Tints of #75CF7F

#75CF7F
(117,207,127)
#81D38A
(129,211,138)
#8DD795
(141,215,149)
#99DBA0
(153,219,160)
#A5DFAB
(165,223,171)
#B1E3B6
(177,227,182)
#BDE7C1
(189,231,193)
#C9EBCC
(201,235,204)
#D5EFD7
(213,239,215)
#E1F3E2
(225,243,226)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CF7F color. Also use rgb(117,207,127) instead hex code.

Text Font Color

.myTextColor { color: #75CF7F; }

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

This text font color is #75CF7F.

Background Color

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

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

This div background color is #75CF7F.

Border color

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

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

This div border color is #75CF7F.

Opacity

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

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

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

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

This text has shadow with #75CF7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75CF7F.

Preview

Color preview on black background

This text has color #75CF7F on black background.


Color preview on white background

This text has color #75CF7F on white background.


Black color preview on #75CF7F background

This text has black color on #75CF7F background.


White color preview on #75CF7F background

This text has white color on #75CF7F background.


Related colors

Complementary color

Complementary color for #hex is #8A3080.


I love getcolorcode.com

Triadic colors

1 #7F75CF and #CF7F75 with #75CF7F are triadic colors.

2 #7FCF75 and #CF757F with #75CF7F are triadic colors.