COLOR #75CC83

HEX: #75CC83
RGB: (117,204,131)

Color info

#75CC83 contains mainly green color. Web safe color of #75CC83 is #66CC99 (or #6C9).

RGB color model

#75CC83 color RGB value is (117,204,131).

  • red value is 117;
  • green value is 204;
  • blue value is 131.
RGB:
(117,204,131)
(46%,80%,51%)

RGB channels and saturation

R 117 of 255 = 46%
G 204 of 255 = 80%
B 131 of 255 = 51%

117
204
131

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

Portions of RGB colors in percentages

R + G + B =
117 + 204 + 131 = 452 (100%)
R 117 of 452 ~ 25.88%
G 204 of 452 ~ 45.13%
B 131 of 452 ~ 28.98%

%25.88
%45.13
%28.98

CMYK color model

#75CC83 color CMYK value is (43,0,36,20).

  • cyan value is 42.65%
  • magenta value is 0.00%
  • yellow value is 35.78%
  • key color value is 20.00%
CMYK:
(43,0,36,20)
C43M0Y36K20 
(43%,0%,36%,20%)
(0.43/0.00/0.36/0.20)	

CMYK percentages

%42.65
%0
%35.78
%20

Codes

Color #75CC83 in popluar color models

75CC83
RGB117204131
HSL130°46.03%62.94%
HSB/HSV130°42.65%80.00%
CMYK42.65%0.00%35.78%
20.00%

Color #75CC83 in popluar number systems.

HEX75CC83
Decimal117204131
Binary11101011100110010000011
Octal165314203

Shades and tints

Shades of #75CC83

#75CC83
(117,204,131)
#6BBA78
(107,186,120)
#61A86D
(97,168,109)
#579662
(87,150,98)
#4D8457
(77,132,87)
#43724C
(67,114,76)
#396041
(57,96,65)
#2F4E36
(47,78,54)
#253C2B
(37,60,43)
#1B2A20
(27,42,32)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #75CC83

#75CC83
(117,204,131)
#81D08E
(129,208,142)
#8DD499
(141,212,153)
#99D8A4
(153,216,164)
#A5DCAF
(165,220,175)
#B1E0BA
(177,224,186)
#BDE4C5
(189,228,197)
#C9E8D0
(201,232,208)
#D5ECDB
(213,236,219)
#E1F0E6
(225,240,230)
#EDF4F1
(237,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CC83 color. Also use rgb(117,204,131) instead hex code.

Text Font Color

.myTextColor { color: #75CC83; }

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

This text font color is #75CC83.


Background Color

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

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

This div background color is #75CC83.


Border color

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

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

This div border color is #75CC83.


Opacity

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

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

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

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

This text has shadow with #75CC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75CC83 on black background.


Color preview on white background

This text has color #75CC83 on white background.



Black color preview on #75CC83 background

This text has black color on #75CC83 background.


White color preview on #75CC83 background

This text has white color on #75CC83 background.