COLOR #97FA19

HEX: #97FA19
RGB: (151,250,25)

Color info

#97FA19 contains mainly green color. Web safe color of #97FA19 is #99FF00 (or #9F0).

RGB color model

#97FA19 color RGB value is (151,250,25).

  • red value is 151;
  • green value is 250;
  • blue value is 25.
RGB:
(151,250,25)
(59%,98%,10%)

RGB channels and saturation

R 151 of 255 = 59%
G 250 of 255 = 98%
B 25 of 255 = 10%

151
250
25

R + G + B ~ 56%. #97FA19 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 250 + 25 = 426 (100%)
R 151 of 426 ~ 35.45%
G 250 of 426 ~ 58.69%
B 25 of 426 ~ 5.87%

%35.45
%58.69

CMYK color model

#97FA19 color CMYK value is (40,0,90,2).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 90.00%
  • key color value is 1.96%
CMYK:
(40,0,90,2)
C40M0Y90K2 
(40%,0%,90%,2%)
(0.40/0.00/0.90/0.02)	

CMYK percentages

%39.6
%0
%90
%1.96

Codes

Color #97FA19 in popluar color models

97FA19
RGB15125025
HSL86°95.74%53.92%
HSB/HSV86°90.00%98.04%
CMYK39.60%0.00%90.00%
1.96%

Color #97FA19 in popluar number systems.

HEX97FA19
Decimal15125025
Binary100101111111101011001
Octal22737231

Shades and tints

Shades of #97FA19

#97FA19
(151,250,25)
#8AE417
(138,228,23)
#7DCE15
(125,206,21)
#70B813
(112,184,19)
#63A211
(99,162,17)
#568C0F
(86,140,15)
#49760D
(73,118,13)
#3C600B
(60,96,11)
#2F4A09
(47,74,9)
#223407
(34,52,7)
#151E05
(21,30,5)
#000000
(0,0,0)

Tints of #97FA19

#97FA19
(151,250,25)
#A0FA2D
(160,250,45)
#A9FA41
(169,250,65)
#B2FA55
(178,250,85)
#BBFA69
(187,250,105)
#C4FA7D
(196,250,125)
#CDFA91
(205,250,145)
#D6FAA5
(214,250,165)
#DFFAB9
(223,250,185)
#E8FACD
(232,250,205)
#F1FAE1
(241,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97FA19 color. Also use rgb(151,250,25) instead hex code.

Text Font Color

.myTextColor { color: #97FA19; }

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

This text font color is #97FA19.


Background Color

.myBgColor { background-color: #97FA19; }

<div style="background-color:#97FA19">Inner text</div>

This div background color is #97FA19.


Border color

.myBorderColor { border: 1px solid #97FA19; }

<div style="border:3px solid #97FA19">Div</div>

This div border color is #97FA19.


Opacity

.myOpacity80 { color: #97FA19; opacity: 0.8; }

<p style="color:#97FA19;opacity:0.8;">80%</p>

Text with #97FA19 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 #97FA19;}

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

This text has shadow with #97FA19 color.

.textShadow {text-shadow: 3px 3px 1px #97FA19, 3px 3px 1px red;}

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

This text has shadow with #97FA19 primary color and red secondary color.


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

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

This text has shadow with #97FA19 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97FA19 on black background.


Color preview on white background

This text has color #97FA19 on white background.



Black color preview on #97FA19 background

This text has black color on #97FA19 background.


White color preview on #97FA19 background

This text has white color on #97FA19 background.