COLOR #75D65F

HEX: #75D65F RGB: (117,214,95)

Color info

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

RGB color model

#75D65F color RGB value is (117,214,95).

RGB: (117,214,95) (46%, 84%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 214 of 255 = 84%
B 95 of 255 = 37%

117
214
95

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

Portions of RGB colors in percentages

R + G + B = 117 + 214 + 95 = 426 (100%)
R 117 of 426 ~ 27.46%
G 214 of 426 ~ 50.23%
B 95 of 426 ~ 22.3'%

%27.46
%50.23
%22.3

CMYK color model

#75D65F color CMYK value is (45,0,56,16).

  • cyan value is 45.33%
  • magenta value is 0.00%
  • yellow value is 55.61%
  • key color value is 16.08%

CMYK: (45,0,56,16)
C45M0Y56K16 (45%, 0%, 56%, 16%)
(0.45 / 0.00 / 0.56 / 0.16)

CMYK percentages

%45.33
%0
%55.61
%16.08

Codes

Color #75D65F in popluar color models

75 D6 5F
RGB 117 214 95
HSL 109° 59.20% 60.59%
HSB/HSV 109° 55.61% 83.92%
CMYK 45.33% 0.00% 55.61%
16.08%

Color #75D65F in popluar number systems.

HEX 75 D6 5F
Decimal 117 214 95
Binary 1110101 11010110 1011111
Octal 165 326 137

Shades and tints

Shades of #75D65F

#75D65F
(117,214,95)
#6BC357
(107,195,87)
#61B04F
(97,176,79)
#579D47
(87,157,71)
#4D8A3F
(77,138,63)
#437737
(67,119,55)
#39642F
(57,100,47)
#2F5127
(47,81,39)
#253E1F
(37,62,31)
#1B2B17
(27,43,23)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #75D65F

#75D65F
(117,214,95)
#81D96D
(129,217,109)
#8DDC7B
(141,220,123)
#99DF89
(153,223,137)
#A5E297
(165,226,151)
#B1E5A5
(177,229,165)
#BDE8B3
(189,232,179)
#C9EBC1
(201,235,193)
#D5EECF
(213,238,207)
#E1F1DD
(225,241,221)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75D65F color. Also use rgb(117,214,95) instead hex code.

Text Font Color

.myTextColor { color: #75D65F; }

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

This text font color is #75D65F.

Background Color

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

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

This div background color is #75D65F.

Border color

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

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

This div border color is #75D65F.

Opacity

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

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

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

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

This text has shadow with #75D65F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75D65F.

Preview

Color preview on black background

This text has color #75D65F on black background.


Color preview on white background

This text has color #75D65F on white background.


Black color preview on #75D65F background

This text has black color on #75D65F background.


White color preview on #75D65F background

This text has white color on #75D65F background.


Related colors

Complementary color

Complementary color for #hex is #8A29A0.


I love getcolorcode.com

Triadic colors

1 #5F75D6 and #D65F75 with #75D65F are triadic colors.

2 #5FD675 and #D6755F with #75D65F are triadic colors.