COLOR #75CF80

HEX: #75CF80
RGB: (117,207,128)

Color info

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

RGB color model

#75CF80 color RGB value is (117,207,128).

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

RGB channels and saturation

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

117
207
128

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

Portions of RGB colors in percentages

R + G + B =
117 + 207 + 128 = 452 (100%)
R 117 of 452 ~ 25.88%
G 207 of 452 ~ 45.8%
B 128 of 452 ~ 28.32%

%25.88
%45.8
%28.32

CMYK color model

#75CF80 color CMYK value is (43,0,38,19).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 18.82%
CMYK:
(43,0,38,19)
C43M0Y38K19 
(43%,0%,38%,19%)
(0.43/0.00/0.38/0.19)	

CMYK percentages

%43.48
%0
%38.16
%18.82

Codes

Color #75CF80 in popluar color models

75CF80
RGB117207128
HSL127°48.39%63.53%
HSB/HSV127°43.48%81.18%
CMYK43.48%0.00%38.16%
18.82%

Color #75CF80 in popluar number systems.

HEX75CF80
Decimal117207128
Binary11101011100111110000000
Octal165317200

Shades and tints

Shades of #75CF80

#75CF80
(117,207,128)
#6BBD75
(107,189,117)
#61AB6A
(97,171,106)
#57995F
(87,153,95)
#4D8754
(77,135,84)
#437549
(67,117,73)
#39633E
(57,99,62)
#2F5133
(47,81,51)
#253F28
(37,63,40)
#1B2D1D
(27,45,29)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #75CF80

#75CF80
(117,207,128)
#81D38B
(129,211,139)
#8DD796
(141,215,150)
#99DBA1
(153,219,161)
#A5DFAC
(165,223,172)
#B1E3B7
(177,227,183)
#BDE7C2
(189,231,194)
#C9EBCD
(201,235,205)
#D5EFD8
(213,239,216)
#E1F3E3
(225,243,227)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75CF80; }

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

This text font color is #75CF80.


Background Color

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

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

This div background color is #75CF80.


Border color

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

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

This div border color is #75CF80.


Opacity

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

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

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

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

This text has shadow with #75CF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75CF80 on black background.


Color preview on white background

This text has color #75CF80 on white background.



Black color preview on #75CF80 background

This text has black color on #75CF80 background.


White color preview on #75CF80 background

This text has white color on #75CF80 background.