COLOR #99F473

HEX: #99F473
RGB: (153,244,115)

Color info

#99F473 contains mainly green color. Web safe color of #99F473 is #99FF66 (or #9F6).

RGB color model

#99F473 color RGB value is (153,244,115).

  • red value is 153;
  • green value is 244;
  • blue value is 115.
RGB:
(153,244,115)
(60%,96%,45%)

RGB channels and saturation

R 153 of 255 = 60%
G 244 of 255 = 96%
B 115 of 255 = 45%

153
244
115

R + G + B ~ 67%. #99F473 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 244 + 115 = 512 (100%)
R 153 of 512 ~ 29.88%
G 244 of 512 ~ 47.66%
B 115 of 512 ~ 22.46%

%29.88
%47.66
%22.46

CMYK color model

#99F473 color CMYK value is (37,0,53,4).

  • cyan value is 37.30%
  • magenta value is 0.00%
  • yellow value is 52.87%
  • key color value is 4.31%
CMYK:
(37,0,53,4)
C37M0Y53K4 
(37%,0%,53%,4%)
(0.37/0.00/0.53/0.04)	

CMYK percentages

%37.3
%0
%52.87
%4.31

Codes

Color #99F473 in popluar color models

99F473
RGB153244115
HSL102°85.43%70.39%
HSB/HSV102°52.87%95.69%
CMYK37.30%0.00%52.87%
4.31%

Color #99F473 in popluar number systems.

HEX99F473
Decimal153244115
Binary10011001111101001110011
Octal231364163

Shades and tints

Shades of #99F473

#99F473
(153,244,115)
#8CDE69
(140,222,105)
#7FC85F
(127,200,95)
#72B255
(114,178,85)
#659C4B
(101,156,75)
#588641
(88,134,65)
#4B7037
(75,112,55)
#3E5A2D
(62,90,45)
#314423
(49,68,35)
#242E19
(36,46,25)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #99F473

#99F473
(153,244,115)
#A2F57F
(162,245,127)
#ABF68B
(171,246,139)
#B4F797
(180,247,151)
#BDF8A3
(189,248,163)
#C6F9AF
(198,249,175)
#CFFABB
(207,250,187)
#D8FBC7
(216,251,199)
#E1FCD3
(225,252,211)
#EAFDDF
(234,253,223)
#F3FEEB
(243,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99F473 color. Also use rgb(153,244,115) instead hex code.

Text Font Color

.myTextColor { color: #99F473; }

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

This text font color is #99F473.


Background Color

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

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

This div background color is #99F473.


Border color

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

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

This div border color is #99F473.


Opacity

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

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

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

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

This text has shadow with #99F473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99F473 on black background.


Color preview on white background

This text has color #99F473 on white background.



Black color preview on #99F473 background

This text has black color on #99F473 background.


White color preview on #99F473 background

This text has white color on #99F473 background.