COLOR #98D075

HEX: #98D075
RGB: (152,208,117)

Color info

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

RGB color model

#98D075 color RGB value is (152,208,117).

  • red value is 152;
  • green value is 208;
  • blue value is 117.
RGB:
(152,208,117)
(60%,82%,46%)

RGB channels and saturation

R 152 of 255 = 60%
G 208 of 255 = 82%
B 117 of 255 = 46%

152
208
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 208 + 117 = 477 (100%)
R 152 of 477 ~ 31.87%
G 208 of 477 ~ 43.61%
B 117 of 477 ~ 24.53%

%31.87
%43.61
%24.53

CMYK color model

#98D075 color CMYK value is (27,0,44,18).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 18.43%
CMYK:
(27,0,44,18)
C27M0Y44K18 
(27%,0%,44%,18%)
(0.27/0.00/0.44/0.18)	

CMYK percentages

%26.92
%0
%43.75
%18.43

Codes

Color #98D075 in popluar color models

98D075
RGB152208117
HSL97°49.19%63.73%
HSB/HSV97°43.75%81.57%
CMYK26.92%0.00%43.75%
18.43%

Color #98D075 in popluar number systems.

HEX98D075
Decimal152208117
Binary10011000110100001110101
Octal230320165

Shades and tints

Shades of #98D075

#98D075
(152,208,117)
#8BBE6B
(139,190,107)
#7EAC61
(126,172,97)
#719A57
(113,154,87)
#64884D
(100,136,77)
#577643
(87,118,67)
#4A6439
(74,100,57)
#3D522F
(61,82,47)
#304025
(48,64,37)
#232E1B
(35,46,27)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #98D075

#98D075
(152,208,117)
#A1D481
(161,212,129)
#AAD88D
(170,216,141)
#B3DC99
(179,220,153)
#BCE0A5
(188,224,165)
#C5E4B1
(197,228,177)
#CEE8BD
(206,232,189)
#D7ECC9
(215,236,201)
#E0F0D5
(224,240,213)
#E9F4E1
(233,244,225)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D075 color. Also use rgb(152,208,117) instead hex code.

Text Font Color

.myTextColor { color: #98D075; }

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

This text font color is #98D075.


Background Color

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

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

This div background color is #98D075.


Border color

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

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

This div border color is #98D075.


Opacity

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

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

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

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

This text has shadow with #98D075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D075 on black background.


Color preview on white background

This text has color #98D075 on white background.



Black color preview on #98D075 background

This text has black color on #98D075 background.


White color preview on #98D075 background

This text has white color on #98D075 background.