COLOR #98D585

HEX: #98D585
RGB: (152,213,133)

Color info

#98D585 contains mainly green color. Web safe color of #98D585 is #99CC99 (or #9C9).

RGB color model

#98D585 color RGB value is (152,213,133).

  • red value is 152;
  • green value is 213;
  • blue value is 133.
RGB:
(152,213,133)
(60%,84%,52%)

RGB channels and saturation

R 152 of 255 = 60%
G 213 of 255 = 84%
B 133 of 255 = 52%

152
213
133

R + G + B ~ 65%. #98D585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 213 + 133 = 498 (100%)
R 152 of 498 ~ 30.52%
G 213 of 498 ~ 42.77%
B 133 of 498 ~ 26.71%

%30.52
%42.77
%26.71

CMYK color model

#98D585 color CMYK value is (29,0,38,16).

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 16.47%
CMYK:
(29,0,38,16)
C29M0Y38K16 
(29%,0%,38%,16%)
(0.29/0.00/0.38/0.16)	

CMYK percentages

%28.64
%0
%37.56
%16.47

Codes

Color #98D585 in popluar color models

98D585
RGB152213133
HSL106°48.78%67.84%
HSB/HSV106°37.56%83.53%
CMYK28.64%0.00%37.56%
16.47%

Color #98D585 in popluar number systems.

HEX98D585
Decimal152213133
Binary100110001101010110000101
Octal230325205

Shades and tints

Shades of #98D585

#98D585
(152,213,133)
#8BC279
(139,194,121)
#7EAF6D
(126,175,109)
#719C61
(113,156,97)
#648955
(100,137,85)
#577649
(87,118,73)
#4A633D
(74,99,61)
#3D5031
(61,80,49)
#303D25
(48,61,37)
#232A19
(35,42,25)
#16170D
(22,23,13)
#000000
(0,0,0)

Tints of #98D585

#98D585
(152,213,133)
#A1D890
(161,216,144)
#AADB9B
(170,219,155)
#B3DEA6
(179,222,166)
#BCE1B1
(188,225,177)
#C5E4BC
(197,228,188)
#CEE7C7
(206,231,199)
#D7EAD2
(215,234,210)
#E0EDDD
(224,237,221)
#E9F0E8
(233,240,232)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D585 color. Also use rgb(152,213,133) instead hex code.

Text Font Color

.myTextColor { color: #98D585; }

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

This text font color is #98D585.


Background Color

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

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

This div background color is #98D585.


Border color

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

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

This div border color is #98D585.


Opacity

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

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

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

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

This text has shadow with #98D585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D585 on black background.


Color preview on white background

This text has color #98D585 on white background.



Black color preview on #98D585 background

This text has black color on #98D585 background.


White color preview on #98D585 background

This text has white color on #98D585 background.