COLOR #75CA99

HEX: #75CA99
RGB: (117,202,153)

Color info

#75CA99 contains mainly green and blue colors. Web safe color of #75CA99 is #66CC99 (or #6C9).

RGB color model

#75CA99 color RGB value is (117,202,153).

  • red value is 117;
  • green value is 202;
  • blue value is 153.
RGB:
(117,202,153)
(46%,79%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 202 of 255 = 79%
B 153 of 255 = 60%

117
202
153

R + G + B ~ 62%. #75CA99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
117 + 202 + 153 = 472 (100%)
R 117 of 472 ~ 24.79%
G 202 of 472 ~ 42.8%
B 153 of 472 ~ 32.42%

%24.79
%42.8
%32.42

CMYK color model

#75CA99 color CMYK value is (42,0,24,21).

  • cyan value is 42.08%
  • magenta value is 0.00%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(42,0,24,21)
C42M0Y24K21 
(42%,0%,24%,21%)
(0.42/0.00/0.24/0.21)	

CMYK percentages

%42.08
%0
%24.26
%20.78

Codes

Color #75CA99 in popluar color models

75CA99
RGB117202153
HSL145°44.50%62.55%
HSB/HSV145°42.08%79.22%
CMYK42.08%0.00%24.26%
20.78%

Color #75CA99 in popluar number systems.

HEX75CA99
Decimal117202153
Binary11101011100101010011001
Octal165312231

Shades and tints

Shades of #75CA99

#75CA99
(117,202,153)
#6BB88C
(107,184,140)
#61A67F
(97,166,127)
#579472
(87,148,114)
#4D8265
(77,130,101)
#437058
(67,112,88)
#395E4B
(57,94,75)
#2F4C3E
(47,76,62)
#253A31
(37,58,49)
#1B2824
(27,40,36)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #75CA99

#75CA99
(117,202,153)
#81CEA2
(129,206,162)
#8DD2AB
(141,210,171)
#99D6B4
(153,214,180)
#A5DABD
(165,218,189)
#B1DEC6
(177,222,198)
#BDE2CF
(189,226,207)
#C9E6D8
(201,230,216)
#D5EAE1
(213,234,225)
#E1EEEA
(225,238,234)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75CA99 color. Also use rgb(117,202,153) instead hex code.

Text Font Color

.myTextColor { color: #75CA99; }

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

This text font color is #75CA99.


Background Color

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

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

This div background color is #75CA99.


Border color

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

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

This div border color is #75CA99.


Opacity

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

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

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

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

This text has shadow with #75CA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75CA99 on black background.


Color preview on white background

This text has color #75CA99 on white background.



Black color preview on #75CA99 background

This text has black color on #75CA99 background.


White color preview on #75CA99 background

This text has white color on #75CA99 background.