COLOR #98FB98

HEX: #98FB98
RGB: (152,251,152)

Color info

Color name is PaleGreen. #98FB98 contains mainly green color. Web safe color of #98FB98 is #99FF99 (or #9F9).

RGB color model

#98FB98 color RGB value is (152,251,152).

  • red value is 152;
  • green value is 251;
  • blue value is 152.
RGB:
(152,251,152)
(60%,98%,60%)

RGB channels and saturation

R 152 of 255 = 60%
G 251 of 255 = 98%
B 152 of 255 = 60%

152
251
152

R + G + B ~ 73%. #98FB98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 251 + 152 = 555 (100%)
R 152 of 555 ~ 27.39%
G 251 of 555 ~ 45.23%
B 152 of 555 ~ 27.39%

%27.39
%45.23
%27.39

CMYK color model

#98FB98 color CMYK value is (39,0,39,2).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 39.44%
  • key color value is 1.57%
CMYK:
(39,0,39,2)
C39M0Y39K2 
(39%,0%,39%,2%)
(0.39/0.00/0.39/0.02)	

CMYK percentages

%39.44
%0
%39.44
%1.57

Codes

Color #98FB98 in popluar color models

98FB98
RGB152251152
HSL120°92.52%79.02%
HSB/HSV120°39.44%98.43%
CMYK39.44%0.00%39.44%
1.57%

Color #98FB98 in popluar number systems.

HEX98FB98
Decimal152251152
Binary100110001111101110011000
Octal230373230

Shades and tints

Shades of #98FB98

#98FB98
(152,251,152)
#8BE58B
(139,229,139)
#7ECF7E
(126,207,126)
#71B971
(113,185,113)
#64A364
(100,163,100)
#578D57
(87,141,87)
#4A774A
(74,119,74)
#3D613D
(61,97,61)
#304B30
(48,75,48)
#233523
(35,53,35)
#161F16
(22,31,22)
#000000
(0,0,0)

Tints of #98FB98

#98FB98
(152,251,152)
#A1FBA1
(161,251,161)
#AAFBAA
(170,251,170)
#B3FBB3
(179,251,179)
#BCFBBC
(188,251,188)
#C5FBC5
(197,251,197)
#CEFBCE
(206,251,206)
#D7FBD7
(215,251,215)
#E0FBE0
(224,251,224)
#E9FBE9
(233,251,233)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98FB98; }

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

This text font color is #98FB98.


Background Color

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

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

This div background color is #98FB98.


Border color

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

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

This div border color is #98FB98.


Opacity

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

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

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

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

This text has shadow with #98FB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98FB98 on black background.


Color preview on white background

This text has color #98FB98 on white background.



Black color preview on #98FB98 background

This text has black color on #98FB98 background.


White color preview on #98FB98 background

This text has white color on #98FB98 background.