COLOR #98CD80

HEX: #98CD80 RGB: (152,205,128)

Color info

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

RGB color model

#98CD80 color RGB value is (152,205,128).

RGB: (152,205,128) (60%, 80%, 50%)

RGB channels and saturation

R 152 of 255 = 60%
G 205 of 255 = 80%
B 128 of 255 = 50%

152
205
128

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

Portions of RGB colors in percentages

R + G + B = 152 + 205 + 128 = 485 (100%)
R 152 of 485 ~ 31.34%
G 205 of 485 ~ 42.27%
B 128 of 485 ~ 26.39'%

%31.34
%42.27
%26.39

CMYK color model

#98CD80 color CMYK value is (26,0,38,20).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 37.56%
  • key color value is 19.61%

CMYK: (26,0,38,20)
C26M0Y38K20 (26%, 0%, 38%, 20%)
(0.26 / 0.00 / 0.38 / 0.20)

CMYK percentages

%25.85
%0
%37.56
%19.61

Codes

Color #98CD80 in popluar color models

98 CD 80
RGB 152 205 128
HSL 101° 43.50% 65.29%
HSB/HSV 101° 37.56% 80.39%
CMYK 25.85% 0.00% 37.56%
19.61%

Color #98CD80 in popluar number systems.

HEX 98 CD 80
Decimal 152 205 128
Binary 10011000 11001101 10000000
Octal 230 315 200

Shades and tints

Shades of #98CD80

#98CD80
(152,205,128)
#8BBB75
(139,187,117)
#7EA96A
(126,169,106)
#71975F
(113,151,95)
#648554
(100,133,84)
#577349
(87,115,73)
#4A613E
(74,97,62)
#3D4F33
(61,79,51)
#303D28
(48,61,40)
#232B1D
(35,43,29)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #98CD80

#98CD80
(152,205,128)
#A1D18B
(161,209,139)
#AAD596
(170,213,150)
#B3D9A1
(179,217,161)
#BCDDAC
(188,221,172)
#C5E1B7
(197,225,183)
#CEE5C2
(206,229,194)
#D7E9CD
(215,233,205)
#E0EDD8
(224,237,216)
#E9F1E3
(233,241,227)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CD80 color. Also use rgb(152,205,128) instead hex code.

Text Font Color

.myTextColor { color: #98CD80; }

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

This text font color is #98CD80.

Background Color

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

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

This div background color is #98CD80.

Border color

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

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

This div border color is #98CD80.

Opacity

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

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

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

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

This text has shadow with #98CD80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CD80.

Preview

Color preview on black background

This text has color #98CD80 on black background.


Color preview on white background

This text has color #98CD80 on white background.


Black color preview on #98CD80 background

This text has black color on #98CD80 background.


White color preview on #98CD80 background

This text has white color on #98CD80 background.


Related colors

Complementary color

Complementary color for #hex is #67327F.


I love getcolorcode.com

Triadic colors

1 #8098CD and #CD8098 with #98CD80 are triadic colors.

2 #80CD98 and #CD9880 with #98CD80 are triadic colors.