COLOR #98D35C

HEX: #98D35C RGB: (152,211,92)

Color info

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

RGB color model

#98D35C color RGB value is (152,211,92).

RGB: (152,211,92) (60%, 83%, 36%)

RGB channels and saturation

R 152 of 255 = 60%
G 211 of 255 = 83%
B 92 of 255 = 36%

152
211
92

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

Portions of RGB colors in percentages

R + G + B = 152 + 211 + 92 = 455 (100%)
R 152 of 455 ~ 33.41%
G 211 of 455 ~ 46.37%
B 92 of 455 ~ 20.22'%

%33.41
%46.37
%20.22

CMYK color model

#98D35C color CMYK value is (28,0,56,17).

  • cyan value is 27.96%
  • magenta value is 0.00%
  • yellow value is 56.40%
  • key color value is 17.25%

CMYK: (28,0,56,17)
C28M0Y56K17 (28%, 0%, 56%, 17%)
(0.28 / 0.00 / 0.56 / 0.17)

CMYK percentages

%27.96
%0
%56.4
%17.25

Codes

Color #98D35C in popluar color models

98 D3 5C
RGB 152 211 92
HSL 90° 57.49% 59.41%
HSB/HSV 90° 56.40% 82.75%
CMYK 27.96% 0.00% 56.40%
17.25%

Color #98D35C in popluar number systems.

HEX 98 D3 5C
Decimal 152 211 92
Binary 10011000 11010011 1011100
Octal 230 323 134

Shades and tints

Shades of #98D35C

#98D35C
(152,211,92)
#8BC054
(139,192,84)
#7EAD4C
(126,173,76)
#719A44
(113,154,68)
#64873C
(100,135,60)
#577434
(87,116,52)
#4A612C
(74,97,44)
#3D4E24
(61,78,36)
#303B1C
(48,59,28)
#232814
(35,40,20)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #98D35C

#98D35C
(152,211,92)
#A1D76A
(161,215,106)
#AADB78
(170,219,120)
#B3DF86
(179,223,134)
#BCE394
(188,227,148)
#C5E7A2
(197,231,162)
#CEEBB0
(206,235,176)
#D7EFBE
(215,239,190)
#E0F3CC
(224,243,204)
#E9F7DA
(233,247,218)
#F2FBE8
(242,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D35C color. Also use rgb(152,211,92) instead hex code.

Text Font Color

.myTextColor { color: #98D35C; }

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

This text font color is #98D35C.

Background Color

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

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

This div background color is #98D35C.

Border color

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

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

This div border color is #98D35C.

Opacity

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

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

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

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

This text has shadow with #98D35C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D35C.

Preview

Color preview on black background

This text has color #98D35C on black background.


Color preview on white background

This text has color #98D35C on white background.


Black color preview on #98D35C background

This text has black color on #98D35C background.


White color preview on #98D35C background

This text has white color on #98D35C background.


Related colors

Complementary color

Complementary color for #hex is #672CA3.


I love getcolorcode.com

Triadic colors

1 #5C98D3 and #D35C98 with #98D35C are triadic colors.

2 #5CD398 and #D3985C with #98D35C are triadic colors.