COLOR #98EF7B

HEX: #98EF7B RGB: (152,239,123)

Color info

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

RGB color model

#98EF7B color RGB value is (152,239,123).

RGB: (152,239,123) (60%, 94%, 48%)

RGB channels and saturation

R 152 of 255 = 60%
G 239 of 255 = 94%
B 123 of 255 = 48%

152
239
123

R + G + B ~ 67%. #98EF7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 239 + 123 = 514 (100%)
R 152 of 514 ~ 29.57%
G 239 of 514 ~ 46.5%
B 123 of 514 ~ 23.93'%

%29.57
%46.5
%23.93

CMYK color model

#98EF7B color CMYK value is (36,0,49,6).

  • cyan value is 36.40%
  • magenta value is 0.00%
  • yellow value is 48.54%
  • key color value is 6.27%

CMYK: (36,0,49,6)
C36M0Y49K6 (36%, 0%, 49%, 6%)
(0.36 / 0.00 / 0.49 / 0.06)

CMYK percentages

%36.4
%0
%48.54
%6.27

Codes

Color #98EF7B in popluar color models

98 EF 7B
RGB 152 239 123
HSL 105° 78.38% 70.98%
HSB/HSV 105° 48.54% 93.73%
CMYK 36.40% 0.00% 48.54%
6.27%

Color #98EF7B in popluar number systems.

HEX 98 EF 7B
Decimal 152 239 123
Binary 10011000 11101111 1111011
Octal 230 357 173

Shades and tints

Shades of #98EF7B

#98EF7B
(152,239,123)
#8BDA70
(139,218,112)
#7EC565
(126,197,101)
#71B05A
(113,176,90)
#649B4F
(100,155,79)
#578644
(87,134,68)
#4A7139
(74,113,57)
#3D5C2E
(61,92,46)
#304723
(48,71,35)
#233218
(35,50,24)
#161D0D
(22,29,13)
#000000
(0,0,0)

Tints of #98EF7B

#98EF7B
(152,239,123)
#A1F087
(161,240,135)
#AAF193
(170,241,147)
#B3F29F
(179,242,159)
#BCF3AB
(188,243,171)
#C5F4B7
(197,244,183)
#CEF5C3
(206,245,195)
#D7F6CF
(215,246,207)
#E0F7DB
(224,247,219)
#E9F8E7
(233,248,231)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98EF7B; }

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

This text font color is #98EF7B.

Background Color

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

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

This div background color is #98EF7B.

Border color

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

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

This div border color is #98EF7B.

Opacity

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

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

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

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

This text has shadow with #98EF7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98EF7B.

Preview

Color preview on black background

This text has color #98EF7B on black background.


Color preview on white background

This text has color #98EF7B on white background.


Black color preview on #98EF7B background

This text has black color on #98EF7B background.


White color preview on #98EF7B background

This text has white color on #98EF7B background.


Related colors

Complementary color

Complementary color for #hex is #671084.


I love getcolorcode.com

Triadic colors

1 #7B98EF and #EF7B98 with #98EF7B are triadic colors.

2 #7BEF98 and #EF987B with #98EF7B are triadic colors.