COLOR #98DF00

HEX: #98DF00
RGB: (152,223,0)

Color info

#98DF00 contains mainly green color. Web safe color of #98DF00 is #99CC00 (or #9C0).

RGB color model

#98DF00 color RGB value is (152,223,0).

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

RGB channels and saturation

R 152 of 255 = 60%
G 223 of 255 = 87%
B 0 of 255 = 0%

152
223
0

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

Portions of RGB colors in percentages

R + G + B =
152 + 223 + 0 = 375 (100%)
R 152 of 375 ~ 40.53%
G 223 of 375 ~ 59.47%
B 0 of 375 ~ 0%

%40.53
%59.47

CMYK color model

#98DF00 color CMYK value is (32,0,100,13).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 12.55%
CMYK:
(32,0,100,13)
C32M0Y100K13 
(32%,0%,100%,13%)
(0.32/0.00/1.00/0.13)	

CMYK percentages

%31.84
%0
%100
%12.55

Codes

Color #98DF00 in popluar color models

98DF00
RGB1522230
HSL79°100.00%43.73%
HSB/HSV79°100.00%87.45%
CMYK31.84%0.00%100.00%
12.55%

Color #98DF00 in popluar number systems.

HEX98DF00
Decimal1522230
Binary10011000110111110
Octal2303370

Shades and tints

Shades of #98DF00

#98DF00
(152,223,0)
#8BCB00
(139,203,0)
#7EB700
(126,183,0)
#71A300
(113,163,0)
#648F00
(100,143,0)
#577B00
(87,123,0)
#4A6700
(74,103,0)
#3D5300
(61,83,0)
#303F00
(48,63,0)
#232B00
(35,43,0)
#161700
(22,23,0)
#000000
(0,0,0)

Tints of #98DF00

#98DF00
(152,223,0)
#A1E117
(161,225,23)
#AAE32E
(170,227,46)
#B3E545
(179,229,69)
#BCE75C
(188,231,92)
#C5E973
(197,233,115)
#CEEB8A
(206,235,138)
#D7EDA1
(215,237,161)
#E0EFB8
(224,239,184)
#E9F1CF
(233,241,207)
#F2F3E6
(242,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98DF00; }

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

This text font color is #98DF00.


Background Color

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

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

This div background color is #98DF00.


Border color

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

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

This div border color is #98DF00.


Opacity

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

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

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

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

This text has shadow with #98DF00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DF00 on black background.


Color preview on white background

This text has color #98DF00 on white background.



Black color preview on #98DF00 background

This text has black color on #98DF00 background.


White color preview on #98DF00 background

This text has white color on #98DF00 background.