COLOR #98DA39

HEX: #98DA39
RGB: (152,218,57)

Color info

#98DA39 contains mainly green color. Web safe color of #98DA39 is #99CC33 (or #9C3).

RGB color model

#98DA39 color RGB value is (152,218,57).

  • red value is 152;
  • green value is 218;
  • blue value is 57.
RGB:
(152,218,57)
(60%,85%,22%)

RGB channels and saturation

R 152 of 255 = 60%
G 218 of 255 = 85%
B 57 of 255 = 22%

152
218
57

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

Portions of RGB colors in percentages

R + G + B =
152 + 218 + 57 = 427 (100%)
R 152 of 427 ~ 35.6%
G 218 of 427 ~ 51.05%
B 57 of 427 ~ 13.35%

%35.6
%51.05
%13.35

CMYK color model

#98DA39 color CMYK value is (30,0,74,15).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 73.85%
  • key color value is 14.51%
CMYK:
(30,0,74,15)
C30M0Y74K15 
(30%,0%,74%,15%)
(0.30/0.00/0.74/0.15)	

CMYK percentages

%30.28
%0
%73.85
%14.51

Codes

Color #98DA39 in popluar color models

98DA39
RGB15221857
HSL85°68.51%53.92%
HSB/HSV85°73.85%85.49%
CMYK30.28%0.00%73.85%
14.51%

Color #98DA39 in popluar number systems.

HEX98DA39
Decimal15221857
Binary1001100011011010111001
Octal23033271

Shades and tints

Shades of #98DA39

#98DA39
(152,218,57)
#8BC734
(139,199,52)
#7EB42F
(126,180,47)
#71A12A
(113,161,42)
#648E25
(100,142,37)
#577B20
(87,123,32)
#4A681B
(74,104,27)
#3D5516
(61,85,22)
#304211
(48,66,17)
#232F0C
(35,47,12)
#161C07
(22,28,7)
#000000
(0,0,0)

Tints of #98DA39

#98DA39
(152,218,57)
#A1DD4B
(161,221,75)
#AAE05D
(170,224,93)
#B3E36F
(179,227,111)
#BCE681
(188,230,129)
#C5E993
(197,233,147)
#CEECA5
(206,236,165)
#D7EFB7
(215,239,183)
#E0F2C9
(224,242,201)
#E9F5DB
(233,245,219)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98DA39 color. Also use rgb(152,218,57) instead hex code.

Text Font Color

.myTextColor { color: #98DA39; }

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

This text font color is #98DA39.


Background Color

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

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

This div background color is #98DA39.


Border color

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

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

This div border color is #98DA39.


Opacity

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

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

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

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

This text has shadow with #98DA39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DA39 on black background.


Color preview on white background

This text has color #98DA39 on white background.



Black color preview on #98DA39 background

This text has black color on #98DA39 background.


White color preview on #98DA39 background

This text has white color on #98DA39 background.