COLOR #99EC47

HEX: #99EC47
RGB: (153,236,71)

Color info

#99EC47 contains mainly green color. Web safe color of #99EC47 is #99FF33 (or #9F3).

RGB color model

#99EC47 color RGB value is (153,236,71).

  • red value is 153;
  • green value is 236;
  • blue value is 71.
RGB:
(153,236,71)
(60%,93%,28%)

RGB channels and saturation

R 153 of 255 = 60%
G 236 of 255 = 93%
B 71 of 255 = 28%

153
236
71

R + G + B ~ 60%. #99EC47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 236 + 71 = 460 (100%)
R 153 of 460 ~ 33.26%
G 236 of 460 ~ 51.3%
B 71 of 460 ~ 15.43%

%33.26
%51.3
%15.43

CMYK color model

#99EC47 color CMYK value is (35,0,70,7).

  • cyan value is 35.17%
  • magenta value is 0.00%
  • yellow value is 69.92%
  • key color value is 7.45%
CMYK:
(35,0,70,7)
C35M0Y70K7 
(35%,0%,70%,7%)
(0.35/0.00/0.70/0.07)	

CMYK percentages

%35.17
%0
%69.92
%7.45

Codes

Color #99EC47 in popluar color models

99EC47
RGB15323671
HSL90°81.28%60.20%
HSB/HSV90°69.92%92.55%
CMYK35.17%0.00%69.92%
7.45%

Color #99EC47 in popluar number systems.

HEX99EC47
Decimal15323671
Binary10011001111011001000111
Octal231354107

Shades and tints

Shades of #99EC47

#99EC47
(153,236,71)
#8CD741
(140,215,65)
#7FC23B
(127,194,59)
#72AD35
(114,173,53)
#65982F
(101,152,47)
#588329
(88,131,41)
#4B6E23
(75,110,35)
#3E591D
(62,89,29)
#314417
(49,68,23)
#242F11
(36,47,17)
#171A0B
(23,26,11)
#000000
(0,0,0)

Tints of #99EC47

#99EC47
(153,236,71)
#A2ED57
(162,237,87)
#ABEE67
(171,238,103)
#B4EF77
(180,239,119)
#BDF087
(189,240,135)
#C6F197
(198,241,151)
#CFF2A7
(207,242,167)
#D8F3B7
(216,243,183)
#E1F4C7
(225,244,199)
#EAF5D7
(234,245,215)
#F3F6E7
(243,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99EC47 color. Also use rgb(153,236,71) instead hex code.

Text Font Color

.myTextColor { color: #99EC47; }

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

This text font color is #99EC47.


Background Color

.myBgColor { background-color: #99EC47; }

<div style="background-color:#99EC47">Inner text</div>

This div background color is #99EC47.


Border color

.myBorderColor { border: 1px solid #99EC47; }

<div style="border:3px solid #99EC47">Div</div>

This div border color is #99EC47.


Opacity

.myOpacity80 { color: #99EC47; opacity: 0.8; }

<p style="color:#99EC47;opacity:0.8;">80%</p>

Text with #99EC47 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 #99EC47;}

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

This text has shadow with #99EC47 color.

.textShadow {text-shadow: 3px 3px 1px #99EC47, 3px 3px 1px red;}

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

This text has shadow with #99EC47 primary color and red secondary color.


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

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

This text has shadow with #99EC47 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99EC47 on black background.


Color preview on white background

This text has color #99EC47 on white background.



Black color preview on #99EC47 background

This text has black color on #99EC47 background.


White color preview on #99EC47 background

This text has white color on #99EC47 background.