COLOR #98EB5B

HEX: #98EB5B RGB: (152,235,91)

Color info

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

RGB color model

#98EB5B color RGB value is (152,235,91).

RGB: (152,235,91) (60%, 92%, 36%)

RGB channels and saturation

R 152 of 255 = 60%
G 235 of 255 = 92%
B 91 of 255 = 36%

152
235
91

R + G + B ~ 63%. #98EB5B is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 235 + 91 = 478 (100%)
R 152 of 478 ~ 31.8%
G 235 of 478 ~ 49.16%
B 91 of 478 ~ 19.04'%

%31.8
%49.16
%19.04

CMYK color model

#98EB5B color CMYK value is (35,0,61,8).

  • cyan value is 35.32%
  • magenta value is 0.00%
  • yellow value is 61.28%
  • key color value is 7.84%

CMYK: (35,0,61,8)
C35M0Y61K8 (35%, 0%, 61%, 8%)
(0.35 / 0.00 / 0.61 / 0.08)

CMYK percentages

%35.32
%0
%61.28
%7.84

Codes

Color #98EB5B in popluar color models

98 EB 5B
RGB 152 235 91
HSL 95° 78.26% 63.92%
HSB/HSV 95° 61.28% 92.16%
CMYK 35.32% 0.00% 61.28%
7.84%

Color #98EB5B in popluar number systems.

HEX 98 EB 5B
Decimal 152 235 91
Binary 10011000 11101011 1011011
Octal 230 353 133

Shades and tints

Shades of #98EB5B

#98EB5B
(152,235,91)
#8BD653
(139,214,83)
#7EC14B
(126,193,75)
#71AC43
(113,172,67)
#64973B
(100,151,59)
#578233
(87,130,51)
#4A6D2B
(74,109,43)
#3D5823
(61,88,35)
#30431B
(48,67,27)
#232E13
(35,46,19)
#16190B
(22,25,11)
#000000
(0,0,0)

Tints of #98EB5B

#98EB5B
(152,235,91)
#A1EC69
(161,236,105)
#AAED77
(170,237,119)
#B3EE85
(179,238,133)
#BCEF93
(188,239,147)
#C5F0A1
(197,240,161)
#CEF1AF
(206,241,175)
#D7F2BD
(215,242,189)
#E0F3CB
(224,243,203)
#E9F4D9
(233,244,217)
#F2F5E7
(242,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98EB5B; }

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

This text font color is #98EB5B.

Background Color

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

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

This div background color is #98EB5B.

Border color

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

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

This div border color is #98EB5B.

Opacity

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

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

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

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

This text has shadow with #98EB5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98EB5B.

Preview

Color preview on black background

This text has color #98EB5B on black background.


Color preview on white background

This text has color #98EB5B on white background.


Black color preview on #98EB5B background

This text has black color on #98EB5B background.


White color preview on #98EB5B background

This text has white color on #98EB5B background.


Related colors

Complementary color

Complementary color for #hex is #6714A4.


I love getcolorcode.com

Triadic colors

1 #5B98EB and #EB5B98 with #98EB5B are triadic colors.

2 #5BEB98 and #EB985B with #98EB5B are triadic colors.