COLOR #98EF3B

HEX: #98EF3B
RGB: (152,239,59)

Color info

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

RGB color model

#98EF3B color RGB value is (152,239,59).

  • red value is 152;
  • green value is 239;
  • blue value is 59.
RGB:
(152,239,59)
(60%,94%,23%)

RGB channels and saturation

R 152 of 255 = 60%
G 239 of 255 = 94%
B 59 of 255 = 23%

152
239
59

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

Portions of RGB colors in percentages

R + G + B =
152 + 239 + 59 = 450 (100%)
R 152 of 450 ~ 33.78%
G 239 of 450 ~ 53.11%
B 59 of 450 ~ 13.11%

%33.78
%53.11
%13.11

CMYK color model

#98EF3B color CMYK value is (36,0,75,6).

  • cyan value is 36.40%
  • magenta value is 0.00%
  • yellow value is 75.31%
  • key color value is 6.27%
CMYK:
(36,0,75,6)
C36M0Y75K6 
(36%,0%,75%,6%)
(0.36/0.00/0.75/0.06)	

CMYK percentages

%36.4
%0
%75.31
%6.27

Codes

Color #98EF3B in popluar color models

98EF3B
RGB15223959
HSL89°84.91%58.43%
HSB/HSV89°75.31%93.73%
CMYK36.40%0.00%75.31%
6.27%

Color #98EF3B in popluar number systems.

HEX98EF3B
Decimal15223959
Binary1001100011101111111011
Octal23035773

Shades and tints

Shades of #98EF3B

#98EF3B
(152,239,59)
#8BDA36
(139,218,54)
#7EC531
(126,197,49)
#71B02C
(113,176,44)
#649B27
(100,155,39)
#578622
(87,134,34)
#4A711D
(74,113,29)
#3D5C18
(61,92,24)
#304713
(48,71,19)
#23320E
(35,50,14)
#161D09
(22,29,9)
#000000
(0,0,0)

Tints of #98EF3B

#98EF3B
(152,239,59)
#A1F04C
(161,240,76)
#AAF15D
(170,241,93)
#B3F26E
(179,242,110)
#BCF37F
(188,243,127)
#C5F490
(197,244,144)
#CEF5A1
(206,245,161)
#D7F6B2
(215,246,178)
#E0F7C3
(224,247,195)
#E9F8D4
(233,248,212)
#F2F9E5
(242,249,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EF3B color. Also use rgb(152,239,59) instead hex code.

Text Font Color

.myTextColor { color: #98EF3B; }

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

This text font color is #98EF3B.


Background Color

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

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

This div background color is #98EF3B.


Border color

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

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

This div border color is #98EF3B.


Opacity

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

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

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

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

This text has shadow with #98EF3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EF3B on black background.


Color preview on white background

This text has color #98EF3B on white background.



Black color preview on #98EF3B background

This text has black color on #98EF3B background.


White color preview on #98EF3B background

This text has white color on #98EF3B background.