COLOR #97EA13

HEX: #97EA13
RGB: (151,234,19)

Color info

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

RGB color model

#97EA13 color RGB value is (151,234,19).

  • red value is 151;
  • green value is 234;
  • blue value is 19.
RGB:
(151,234,19)
(59%,92%,7%)

RGB channels and saturation

R 151 of 255 = 59%
G 234 of 255 = 92%
B 19 of 255 = 7%

151
234
19

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

Portions of RGB colors in percentages

R + G + B =
151 + 234 + 19 = 404 (100%)
R 151 of 404 ~ 37.38%
G 234 of 404 ~ 57.92%
B 19 of 404 ~ 4.7%

%37.38
%57.92

CMYK color model

#97EA13 color CMYK value is (35,0,92,8).

  • cyan value is 35.47%
  • magenta value is 0.00%
  • yellow value is 91.88%
  • key color value is 8.24%
CMYK:
(35,0,92,8)
C35M0Y92K8 
(35%,0%,92%,8%)
(0.35/0.00/0.92/0.08)	

CMYK percentages

%35.47
%0
%91.88
%8.24

Codes

Color #97EA13 in popluar color models

97EA13
RGB15123419
HSL83°84.98%49.61%
HSB/HSV83°91.88%91.76%
CMYK35.47%0.00%91.88%
8.24%

Color #97EA13 in popluar number systems.

HEX97EA13
Decimal15123419
Binary100101111110101010011
Octal22735223

Shades and tints

Shades of #97EA13

#97EA13
(151,234,19)
#8AD512
(138,213,18)
#7DC011
(125,192,17)
#70AB10
(112,171,16)
#63960F
(99,150,15)
#56810E
(86,129,14)
#496C0D
(73,108,13)
#3C570C
(60,87,12)
#2F420B
(47,66,11)
#222D0A
(34,45,10)
#151809
(21,24,9)
#000000
(0,0,0)

Tints of #97EA13

#97EA13
(151,234,19)
#A0EB28
(160,235,40)
#A9EC3D
(169,236,61)
#B2ED52
(178,237,82)
#BBEE67
(187,238,103)
#C4EF7C
(196,239,124)
#CDF091
(205,240,145)
#D6F1A6
(214,241,166)
#DFF2BB
(223,242,187)
#E8F3D0
(232,243,208)
#F1F4E5
(241,244,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97EA13 color. Also use rgb(151,234,19) instead hex code.

Text Font Color

.myTextColor { color: #97EA13; }

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

This text font color is #97EA13.


Background Color

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

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

This div background color is #97EA13.


Border color

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

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

This div border color is #97EA13.


Opacity

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

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

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

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

This text has shadow with #97EA13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97EA13 on black background.


Color preview on white background

This text has color #97EA13 on white background.



Black color preview on #97EA13 background

This text has black color on #97EA13 background.


White color preview on #97EA13 background

This text has white color on #97EA13 background.