COLOR #97FF55

HEX: #97FF55
RGB: (151,255,85)

Color info

#97FF55 contains mainly green color. Web safe color of #97FF55 is #99FF66 (or #9F6).

RGB color model

#97FF55 color RGB value is (151,255,85).

  • red value is 151;
  • green value is 255;
  • blue value is 85.
RGB:
(151,255,85)
(59%,100%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 255 of 255 = 100%
B 85 of 255 = 33%

151
255
85

R + G + B ~ 64%. #97FF55 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 255 + 85 = 491 (100%)
R 151 of 491 ~ 30.75%
G 255 of 491 ~ 51.93%
B 85 of 491 ~ 17.31%

%30.75
%51.93
%17.31

CMYK color model

#97FF55 color CMYK value is (41,0,67,0).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 0.00%
CMYK:
(41,0,67,0)
C41M0Y67K0 
(41%,0%,67%,0%)
(0.41/0.00/0.67/0.00)	

CMYK percentages

%40.78
%0
%66.67
%0

Codes

Color #97FF55 in popluar color models

97FF55
RGB15125585
HSL97°100.00%66.67%
HSB/HSV97°66.67%100.00%
CMYK40.78%0.00%66.67%
0.00%

Color #97FF55 in popluar number systems.

HEX97FF55
Decimal15125585
Binary10010111111111111010101
Octal227377125

Shades and tints

Shades of #97FF55

#97FF55
(151,255,85)
#8AE84E
(138,232,78)
#7DD147
(125,209,71)
#70BA40
(112,186,64)
#63A339
(99,163,57)
#568C32
(86,140,50)
#49752B
(73,117,43)
#3C5E24
(60,94,36)
#2F471D
(47,71,29)
#223016
(34,48,22)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #97FF55

#97FF55
(151,255,85)
#A0FF64
(160,255,100)
#A9FF73
(169,255,115)
#B2FF82
(178,255,130)
#BBFF91
(187,255,145)
#C4FFA0
(196,255,160)
#CDFFAF
(205,255,175)
#D6FFBE
(214,255,190)
#DFFFCD
(223,255,205)
#E8FFDC
(232,255,220)
#F1FFEB
(241,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97FF55 color. Also use rgb(151,255,85) instead hex code.

Text Font Color

.myTextColor { color: #97FF55; }

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

This text font color is #97FF55.


Background Color

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

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

This div background color is #97FF55.


Border color

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

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

This div border color is #97FF55.


Opacity

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

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

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

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

This text has shadow with #97FF55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97FF55 on black background.


Color preview on white background

This text has color #97FF55 on white background.



Black color preview on #97FF55 background

This text has black color on #97FF55 background.


White color preview on #97FF55 background

This text has white color on #97FF55 background.