COLOR #98D347

HEX: #98D347
RGB: (152,211,71)

Color info

#98D347 contains mainly red and green colors. Web safe color of #98D347 is #99CC33 (or #9C3).

RGB color model

#98D347 color RGB value is (152,211,71).

  • red value is 152;
  • green value is 211;
  • blue value is 71.
RGB:
(152,211,71)
(60%,83%,28%)

RGB channels and saturation

R 152 of 255 = 60%
G 211 of 255 = 83%
B 71 of 255 = 28%

152
211
71

R + G + B ~ 57%. #98D347 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 211 + 71 = 434 (100%)
R 152 of 434 ~ 35.02%
G 211 of 434 ~ 48.62%
B 71 of 434 ~ 16.36%

%35.02
%48.62
%16.36

CMYK color model

#98D347 color CMYK value is (28,0,66,17).

  • cyan value is 27.96%
  • magenta value is 0.00%
  • yellow value is 66.35%
  • key color value is 17.25%
CMYK:
(28,0,66,17)
C28M0Y66K17 
(28%,0%,66%,17%)
(0.28/0.00/0.66/0.17)	

CMYK percentages

%27.96
%0
%66.35
%17.25

Codes

Color #98D347 in popluar color models

98D347
RGB15221171
HSL85°61.40%55.29%
HSB/HSV85°66.35%82.75%
CMYK27.96%0.00%66.35%
17.25%

Color #98D347 in popluar number systems.

HEX98D347
Decimal15221171
Binary10011000110100111000111
Octal230323107

Shades and tints

Shades of #98D347

#98D347
(152,211,71)
#8BC041
(139,192,65)
#7EAD3B
(126,173,59)
#719A35
(113,154,53)
#64872F
(100,135,47)
#577429
(87,116,41)
#4A6123
(74,97,35)
#3D4E1D
(61,78,29)
#303B17
(48,59,23)
#232811
(35,40,17)
#16150B
(22,21,11)
#000000
(0,0,0)

Tints of #98D347

#98D347
(152,211,71)
#A1D757
(161,215,87)
#AADB67
(170,219,103)
#B3DF77
(179,223,119)
#BCE387
(188,227,135)
#C5E797
(197,231,151)
#CEEBA7
(206,235,167)
#D7EFB7
(215,239,183)
#E0F3C7
(224,243,199)
#E9F7D7
(233,247,215)
#F2FBE7
(242,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D347 color. Also use rgb(152,211,71) instead hex code.

Text Font Color

.myTextColor { color: #98D347; }

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

This text font color is #98D347.


Background Color

.myBgColor { background-color: #98D347; }

<div style="background-color:#98D347">Inner text</div>

This div background color is #98D347.


Border color

.myBorderColor { border: 1px solid #98D347; }

<div style="border:3px solid #98D347">Div</div>

This div border color is #98D347.


Opacity

.myOpacity80 { color: #98D347; opacity: 0.8; }

<p style="color:#98D347;opacity:0.8;">80%</p>

Text with #98D347 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 #98D347;}

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

This text has shadow with #98D347 color.

.textShadow {text-shadow: 3px 3px 1px #98D347, 3px 3px 1px red;}

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

This text has shadow with #98D347 primary color and red secondary color.


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

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

This text has shadow with #98D347 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D347 on black background.


Color preview on white background

This text has color #98D347 on white background.



Black color preview on #98D347 background

This text has black color on #98D347 background.


White color preview on #98D347 background

This text has white color on #98D347 background.