COLOR #98EB64

HEX: #98EB64
RGB: (152,235,100)

Color info

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

RGB color model

#98EB64 color RGB value is (152,235,100).

  • red value is 152;
  • green value is 235;
  • blue value is 100.
RGB:
(152,235,100)
(60%,92%,39%)

RGB channels and saturation

R 152 of 255 = 60%
G 235 of 255 = 92%
B 100 of 255 = 39%

152
235
100

R + G + B ~ 64%. #98EB64 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 235 + 100 = 487 (100%)
R 152 of 487 ~ 31.21%
G 235 of 487 ~ 48.25%
B 100 of 487 ~ 20.53%

%31.21
%48.25
%20.53

CMYK color model

#98EB64 color CMYK value is (35,0,57,8).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 57.45%
  • key color value is 7.84%
CMYK:
(35,0,57,8)
C35M0Y57K8 
(35%,0%,57%,8%)
(0.35/0.00/0.57/0.08)	

CMYK percentages

%35.32
%0
%57.45
%7.84

Codes

Color #98EB64 in popluar color models

98EB64
RGB152235100
HSL97°77.14%65.69%
HSB/HSV97°57.45%92.16%
CMYK35.32%0.00%57.45%
7.84%

Color #98EB64 in popluar number systems.

HEX98EB64
Decimal152235100
Binary10011000111010111100100
Octal230353144

Shades and tints

Shades of #98EB64

#98EB64
(152,235,100)
#8BD65B
(139,214,91)
#7EC152
(126,193,82)
#71AC49
(113,172,73)
#649740
(100,151,64)
#578237
(87,130,55)
#4A6D2E
(74,109,46)
#3D5825
(61,88,37)
#30431C
(48,67,28)
#232E13
(35,46,19)
#16190A
(22,25,10)
#000000
(0,0,0)

Tints of #98EB64

#98EB64
(152,235,100)
#A1EC72
(161,236,114)
#AAED80
(170,237,128)
#B3EE8E
(179,238,142)
#BCEF9C
(188,239,156)
#C5F0AA
(197,240,170)
#CEF1B8
(206,241,184)
#D7F2C6
(215,242,198)
#E0F3D4
(224,243,212)
#E9F4E2
(233,244,226)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EB64 color. Also use rgb(152,235,100) instead hex code.

Text Font Color

.myTextColor { color: #98EB64; }

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

This text font color is #98EB64.


Background Color

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

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

This div background color is #98EB64.


Border color

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

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

This div border color is #98EB64.


Opacity

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

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

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

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

This text has shadow with #98EB64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EB64 on black background.


Color preview on white background

This text has color #98EB64 on white background.



Black color preview on #98EB64 background

This text has black color on #98EB64 background.


White color preview on #98EB64 background

This text has white color on #98EB64 background.