COLOR #98CD4D

HEX: #98CD4D RGB: (152,205,77)

Color info

#98CD4D contains mainly red and green colors. Web safe color of #98CD4D is #99CC33 (or #9C3).

RGB color model

#98CD4D color RGB value is (152,205,77).

RGB: (152,205,77) (60%, 80%, 30%)

RGB channels and saturation

R 152 of 255 = 60%
G 205 of 255 = 80%
B 77 of 255 = 30%

152
205
77

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

Portions of RGB colors in percentages

R + G + B = 152 + 205 + 77 = 434 (100%)
R 152 of 434 ~ 35.02%
G 205 of 434 ~ 47.24%
B 77 of 434 ~ 17.74'%

%35.02
%47.24
%17.74

CMYK color model

#98CD4D color CMYK value is (26,0,62,20).

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

CMYK: (26,0,62,20)
C26M0Y62K20 (26%, 0%, 62%, 20%)
(0.26 / 0.00 / 0.62 / 0.20)

CMYK percentages

%25.85
%0
%62.44
%19.61

Codes

Color #98CD4D in popluar color models

98 CD 4D
RGB 152 205 77
HSL 85° 56.14% 55.29%
HSB/HSV 85° 62.44% 80.39%
CMYK 25.85% 0.00% 62.44%
19.61%

Color #98CD4D in popluar number systems.

HEX 98 CD 4D
Decimal 152 205 77
Binary 10011000 11001101 1001101
Octal 230 315 115

Shades and tints

Shades of #98CD4D

#98CD4D
(152,205,77)
#8BBB46
(139,187,70)
#7EA93F
(126,169,63)
#719738
(113,151,56)
#648531
(100,133,49)
#57732A
(87,115,42)
#4A6123
(74,97,35)
#3D4F1C
(61,79,28)
#303D15
(48,61,21)
#232B0E
(35,43,14)
#161907
(22,25,7)
#000000
(0,0,0)

Tints of #98CD4D

#98CD4D
(152,205,77)
#A1D15D
(161,209,93)
#AAD56D
(170,213,109)
#B3D97D
(179,217,125)
#BCDD8D
(188,221,141)
#C5E19D
(197,225,157)
#CEE5AD
(206,229,173)
#D7E9BD
(215,233,189)
#E0EDCD
(224,237,205)
#E9F1DD
(233,241,221)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CD4D; }

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

This text font color is #98CD4D.

Background Color

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

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

This div background color is #98CD4D.

Border color

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

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

This div border color is #98CD4D.

Opacity

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

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

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

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

This text has shadow with #98CD4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CD4D.

Preview

Color preview on black background

This text has color #98CD4D on black background.


Color preview on white background

This text has color #98CD4D on white background.


Black color preview on #98CD4D background

This text has black color on #98CD4D background.


White color preview on #98CD4D background

This text has white color on #98CD4D background.


Related colors

Complementary color

Complementary color for #hex is #6732B2.


I love getcolorcode.com

Triadic colors

1 #4D98CD and #CD4D98 with #98CD4D are triadic colors.

2 #4DCD98 and #CD984D with #98CD4D are triadic colors.