COLOR #98C257

HEX: #98C257 RGB: (152,194,87)

Color info

#98C257 contains mainly red and green colors. Web safe color of #98C257 is #99CC66 (or #9C6).

RGB color model

#98C257 color RGB value is (152,194,87).

RGB: (152,194,87) (60%, 76%, 34%)

RGB channels and saturation

R 152 of 255 = 60%
G 194 of 255 = 76%
B 87 of 255 = 34%

152
194
87

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

Portions of RGB colors in percentages

R + G + B = 152 + 194 + 87 = 433 (100%)
R 152 of 433 ~ 35.1%
G 194 of 433 ~ 44.8%
B 87 of 433 ~ 20.09'%

%35.1
%44.8
%20.09

CMYK color model

#98C257 color CMYK value is (22,0,55,24).

  • cyan value is 21.65%
  • magenta value is 0.00%
  • yellow value is 55.15%
  • key color value is 23.92%
CMYK: (22,0,55,24) C22M0Y55K24 (22%,0%,55%,24%) (0.22/0.00/0.55/0.24) 

CMYK percentages

%21.65
%0
%55.15
%23.92

Codes

Color #98C257 in popluar color models

98 C2 57
RGB 152 194 87
HSL 84° 46.72% 55.10%
HSB/HSV 84° 55.15% 76.08%
CMYK 21.65% 0.00% 55.15%
23.92%

Color #98C257 in popluar number systems.

HEX 98 C2 57
Decimal 152 194 87
Binary 10011000 11000010 1010111
Octal 230 302 127

Shades and tints

Shades of #98C257

#98C257
(152,194,87)
#8BB150
(139,177,80)
#7EA049
(126,160,73)
#718F42
(113,143,66)
#647E3B
(100,126,59)
#576D34
(87,109,52)
#4A5C2D
(74,92,45)
#3D4B26
(61,75,38)
#303A1F
(48,58,31)
#232918
(35,41,24)
#161811
(22,24,17)
#000000
(0,0,0)

Tints of #98C257

#98C257
(152,194,87)
#A1C766
(161,199,102)
#AACC75
(170,204,117)
#B3D184
(179,209,132)
#BCD693
(188,214,147)
#C5DBA2
(197,219,162)
#CEE0B1
(206,224,177)
#D7E5C0
(215,229,192)
#E0EACF
(224,234,207)
#E9EFDE
(233,239,222)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C257 color. Also use rgb(152,194,87) instead hex code.

Text Font Color

.myTextColor { color: #98C257; }

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

This text font color is #98C257.

Background Color

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

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

This div background color is #98C257.

Border color

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

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

This div border color is #98C257.

Opacity

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

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

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

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

This text has shadow with #98C257 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C257.

Preview

Color preview on black background

This text has color #98C257 on black background.


Color preview on white background

This text has color #98C257 on white background.


Black color preview on #98C257 background

This text has black color on #98C257 background.


White color preview on #98C257 background

This text has white color on #98C257 background.


Related colors

Complementary color

Complementary color for #hex is #673DA8.


I love getcolorcode.com

Triadic colors

1 #5798C2 and #C25798 with #98C257 are triadic colors.

2 #57C298 and #C29857 with #98C257 are triadic colors.