COLOR #98CD00

HEX: #98CD00
RGB: (152,205,0)

Color info

#98CD00 contains only red and green colors. Web safe color of #98CD00 is #99CC00 (or #9C0).

RGB color model

#98CD00 color RGB value is (152,205,0).

  • red value is 152;
  • green value is 205;
  • blue value is 0.
RGB:
(152,205,0)
(60%,80%,0%)

RGB channels and saturation

R 152 of 255 = 60%
G 205 of 255 = 80%
B 0 of 255 = 0%

152
205
0

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

Portions of RGB colors in percentages

R + G + B =
152 + 205 + 0 = 357 (100%)
R 152 of 357 ~ 42.58%
G 205 of 357 ~ 57.42%
B 0 of 357 ~ 0%

%42.58
%57.42

CMYK color model

#98CD00 color CMYK value is (26,0,100,20).

  • cyan value is 25.85%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 19.61%
CMYK:
(26,0,100,20)
C26M0Y100K20 
(26%,0%,100%,20%)
(0.26/0.00/1.00/0.20)	

CMYK percentages

%25.85
%0
%100
%19.61

Codes

Color #98CD00 in popluar color models

98CD00
RGB1522050
HSL76°100.00%40.20%
HSB/HSV76°100.00%80.39%
CMYK25.85%0.00%100.00%
19.61%

Color #98CD00 in popluar number systems.

HEX98CD00
Decimal1522050
Binary10011000110011010
Octal2303150

Shades and tints

Shades of #98CD00

#98CD00
(152,205,0)
#8BBB00
(139,187,0)
#7EA900
(126,169,0)
#719700
(113,151,0)
#648500
(100,133,0)
#577300
(87,115,0)
#4A6100
(74,97,0)
#3D4F00
(61,79,0)
#303D00
(48,61,0)
#232B00
(35,43,0)
#161900
(22,25,0)
#000000
(0,0,0)

Tints of #98CD00

#98CD00
(152,205,0)
#A1D117
(161,209,23)
#AAD52E
(170,213,46)
#B3D945
(179,217,69)
#BCDD5C
(188,221,92)
#C5E173
(197,225,115)
#CEE58A
(206,229,138)
#D7E9A1
(215,233,161)
#E0EDB8
(224,237,184)
#E9F1CF
(233,241,207)
#F2F5E6
(242,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CD00; }

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

This text font color is #98CD00.


Background Color

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

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

This div background color is #98CD00.


Border color

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

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

This div border color is #98CD00.


Opacity

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

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

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

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

This text has shadow with #98CD00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98CD00 on black background.


Color preview on white background

This text has color #98CD00 on white background.



Black color preview on #98CD00 background

This text has black color on #98CD00 background.


White color preview on #98CD00 background

This text has white color on #98CD00 background.