COLOR #98DB70

HEX: #98DB70 RGB: (152,219,112)

Color info

#98DB70 contains mainly green color. Web safe color of #98DB70 is #99CC66 (or #9C6).

RGB color model

#98DB70 color RGB value is (152,219,112).

RGB: (152,219,112) (60%, 86%, 44%)

RGB channels and saturation

R 152 of 255 = 60%
G 219 of 255 = 86%
B 112 of 255 = 44%

152
219
112

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

Portions of RGB colors in percentages

R + G + B = 152 + 219 + 112 = 483 (100%)
R 152 of 483 ~ 31.47%
G 219 of 483 ~ 45.34%
B 112 of 483 ~ 23.19'%

%31.47
%45.34
%23.19

CMYK color model

#98DB70 color CMYK value is (31,0,49,14).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 14.12%

CMYK: (31,0,49,14)
C31M0Y49K14 (31%, 0%, 49%, 14%)
(0.31 / 0.00 / 0.49 / 0.14)

CMYK percentages

%30.59
%0
%48.86
%14.12

Codes

Color #98DB70 in popluar color models

98 DB 70
RGB 152 219 112
HSL 98° 59.78% 64.90%
HSB/HSV 98° 48.86% 85.88%
CMYK 30.59% 0.00% 48.86%
14.12%

Color #98DB70 in popluar number systems.

HEX 98 DB 70
Decimal 152 219 112
Binary 10011000 11011011 1110000
Octal 230 333 160

Shades and tints

Shades of #98DB70

#98DB70
(152,219,112)
#8BC866
(139,200,102)
#7EB55C
(126,181,92)
#71A252
(113,162,82)
#648F48
(100,143,72)
#577C3E
(87,124,62)
#4A6934
(74,105,52)
#3D562A
(61,86,42)
#304320
(48,67,32)
#233016
(35,48,22)
#161D0C
(22,29,12)
#000000
(0,0,0)

Tints of #98DB70

#98DB70
(152,219,112)
#A1DE7D
(161,222,125)
#AAE18A
(170,225,138)
#B3E497
(179,228,151)
#BCE7A4
(188,231,164)
#C5EAB1
(197,234,177)
#CEEDBE
(206,237,190)
#D7F0CB
(215,240,203)
#E0F3D8
(224,243,216)
#E9F6E5
(233,246,229)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98DB70 color. Also use rgb(152,219,112) instead hex code.

Text Font Color

.myTextColor { color: #98DB70; }

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

This text font color is #98DB70.

Background Color

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

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

This div background color is #98DB70.

Border color

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

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

This div border color is #98DB70.

Opacity

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

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

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

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

This text has shadow with #98DB70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98DB70.

Preview

Color preview on black background

This text has color #98DB70 on black background.


Color preview on white background

This text has color #98DB70 on white background.


Black color preview on #98DB70 background

This text has black color on #98DB70 background.


White color preview on #98DB70 background

This text has white color on #98DB70 background.


Related colors

Complementary color

Complementary color for #hex is #67248F.


I love getcolorcode.com

Triadic colors

1 #7098DB and #DB7098 with #98DB70 are triadic colors.

2 #70DB98 and #DB9870 with #98DB70 are triadic colors.