COLOR #75C580

HEX: #75C580
RGB: (117,197,128)

Color info

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

RGB color model

#75C580 color RGB value is (117,197,128).

  • red value is 117;
  • green value is 197;
  • blue value is 128.
RGB:
(117,197,128)
(46%,77%,50%)

RGB channels and saturation

R 117 of 255 = 46%
G 197 of 255 = 77%
B 128 of 255 = 50%

117
197
128

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

Portions of RGB colors in percentages

R + G + B =
117 + 197 + 128 = 442 (100%)
R 117 of 442 ~ 26.47%
G 197 of 442 ~ 44.57%
B 128 of 442 ~ 28.96%

%26.47
%44.57
%28.96

CMYK color model

#75C580 color CMYK value is (41,0,35,23).

  • cyan value is 40.61%
  • magenta value is 0.00%
  • yellow value is 35.03%
  • key color value is 22.75%
CMYK:
(41,0,35,23)
C41M0Y35K23 
(41%,0%,35%,23%)
(0.41/0.00/0.35/0.23)	

CMYK percentages

%40.61
%0
%35.03
%22.75

Codes

Color #75C580 in popluar color models

75C580
RGB117197128
HSL128°40.82%61.57%
HSB/HSV128°40.61%77.25%
CMYK40.61%0.00%35.03%
22.75%

Color #75C580 in popluar number systems.

HEX75C580
Decimal117197128
Binary11101011100010110000000
Octal165305200

Shades and tints

Shades of #75C580

#75C580
(117,197,128)
#6BB475
(107,180,117)
#61A36A
(97,163,106)
#57925F
(87,146,95)
#4D8154
(77,129,84)
#437049
(67,112,73)
#395F3E
(57,95,62)
#2F4E33
(47,78,51)
#253D28
(37,61,40)
#1B2C1D
(27,44,29)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #75C580

#75C580
(117,197,128)
#81CA8B
(129,202,139)
#8DCF96
(141,207,150)
#99D4A1
(153,212,161)
#A5D9AC
(165,217,172)
#B1DEB7
(177,222,183)
#BDE3C2
(189,227,194)
#C9E8CD
(201,232,205)
#D5EDD8
(213,237,216)
#E1F2E3
(225,242,227)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75C580 color. Also use rgb(117,197,128) instead hex code.

Text Font Color

.myTextColor { color: #75C580; }

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

This text font color is #75C580.


Background Color

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

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

This div background color is #75C580.


Border color

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

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

This div border color is #75C580.


Opacity

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

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

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

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

This text has shadow with #75C580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75C580 on black background.


Color preview on white background

This text has color #75C580 on white background.



Black color preview on #75C580 background

This text has black color on #75C580 background.


White color preview on #75C580 background

This text has white color on #75C580 background.