COLOR #98D705

HEX: #98D705
RGB: (152,215,5)

Color info

#98D705 contains mainly green color. Web safe color of #98D705 is #99CC00 (or #9C0).

RGB color model

#98D705 color RGB value is (152,215,5).

  • red value is 152;
  • green value is 215;
  • blue value is 5.
RGB:
(152,215,5)
(60%,84%,2%)

RGB channels and saturation

R 152 of 255 = 60%
G 215 of 255 = 84%
B 5 of 255 = 2%

152
215
5

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

Portions of RGB colors in percentages

R + G + B =
152 + 215 + 5 = 372 (100%)
R 152 of 372 ~ 40.86%
G 215 of 372 ~ 57.8%
B 5 of 372 ~ 1.34%

%40.86
%57.8

CMYK color model

#98D705 color CMYK value is (29,0,98,16).

  • cyan value is 29.30%
  • magenta value is 0.00%
  • yellow value is 97.67%
  • key color value is 15.69%
CMYK:
(29,0,98,16)
C29M0Y98K16 
(29%,0%,98%,16%)
(0.29/0.00/0.98/0.16)	

CMYK percentages

%29.3
%0
%97.67
%15.69

Codes

Color #98D705 in popluar color models

98D705
RGB1522155
HSL78°95.45%43.14%
HSB/HSV78°97.67%84.31%
CMYK29.30%0.00%97.67%
15.69%

Color #98D705 in popluar number systems.

HEX98D705
Decimal1522155
Binary1001100011010111101
Octal2303275

Shades and tints

Shades of #98D705

#98D705
(152,215,5)
#8BC405
(139,196,5)
#7EB105
(126,177,5)
#719E05
(113,158,5)
#648B05
(100,139,5)
#577805
(87,120,5)
#4A6505
(74,101,5)
#3D5205
(61,82,5)
#303F05
(48,63,5)
#232C05
(35,44,5)
#161905
(22,25,5)
#000000
(0,0,0)

Tints of #98D705

#98D705
(152,215,5)
#A1DA1B
(161,218,27)
#AADD31
(170,221,49)
#B3E047
(179,224,71)
#BCE35D
(188,227,93)
#C5E673
(197,230,115)
#CEE989
(206,233,137)
#D7EC9F
(215,236,159)
#E0EFB5
(224,239,181)
#E9F2CB
(233,242,203)
#F2F5E1
(242,245,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D705 color. Also use rgb(152,215,5) instead hex code.

Text Font Color

.myTextColor { color: #98D705; }

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

This text font color is #98D705.


Background Color

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

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

This div background color is #98D705.


Border color

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

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

This div border color is #98D705.


Opacity

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

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

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

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

This text has shadow with #98D705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D705 on black background.


Color preview on white background

This text has color #98D705 on white background.



Black color preview on #98D705 background

This text has black color on #98D705 background.


White color preview on #98D705 background

This text has white color on #98D705 background.