COLOR #9DF74D

HEX: #9DF74D
RGB: (157,247,77)

Color info

#9DF74D contains mainly green color. Web safe color of #9DF74D is #99FF33 (or #9F3).

RGB color model

#9DF74D color RGB value is (157,247,77).

  • red value is 157;
  • green value is 247;
  • blue value is 77.
RGB:
(157,247,77)
(62%,97%,30%)

RGB channels and saturation

R 157 of 255 = 62%
G 247 of 255 = 97%
B 77 of 255 = 30%

157
247
77

R + G + B ~ 63%. #9DF74D is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 247 + 77 = 481 (100%)
R 157 of 481 ~ 32.64%
G 247 of 481 ~ 51.35%
B 77 of 481 ~ 16.01%

%32.64
%51.35
%16.01

CMYK color model

#9DF74D color CMYK value is (36,0,69,3).

  • cyan value is 36.44%
  • magenta value is 0.00%
  • yellow value is 68.83%
  • key color value is 3.14%
CMYK:
(36,0,69,3)
C36M0Y69K3 
(36%,0%,69%,3%)
(0.36/0.00/0.69/0.03)	

CMYK percentages

%36.44
%0
%68.83
%3.14

Codes

Color #9DF74D in popluar color models

9DF74D
RGB15724777
HSL92°91.40%63.53%
HSB/HSV92°68.83%96.86%
CMYK36.44%0.00%68.83%
3.14%

Color #9DF74D in popluar number systems.

HEX9DF74D
Decimal15724777
Binary10011101111101111001101
Octal235367115

Shades and tints

Shades of #9DF74D

#9DF74D
(157,247,77)
#8FE146
(143,225,70)
#81CB3F
(129,203,63)
#73B538
(115,181,56)
#659F31
(101,159,49)
#57892A
(87,137,42)
#497323
(73,115,35)
#3B5D1C
(59,93,28)
#2D4715
(45,71,21)
#1F310E
(31,49,14)
#111B07
(17,27,7)
#000000
(0,0,0)

Tints of #9DF74D

#9DF74D
(157,247,77)
#A5F75D
(165,247,93)
#ADF76D
(173,247,109)
#B5F77D
(181,247,125)
#BDF78D
(189,247,141)
#C5F79D
(197,247,157)
#CDF7AD
(205,247,173)
#D5F7BD
(213,247,189)
#DDF7CD
(221,247,205)
#E5F7DD
(229,247,221)
#EDF7ED
(237,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DF74D color. Also use rgb(157,247,77) instead hex code.

Text Font Color

.myTextColor { color: #9DF74D; }

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

This text font color is #9DF74D.


Background Color

.myBgColor { background-color: #9DF74D; }

<div style="background-color:#9DF74D">Inner text</div>

This div background color is #9DF74D.


Border color

.myBorderColor { border: 1px solid #9DF74D; }

<div style="border:3px solid #9DF74D">Div</div>

This div border color is #9DF74D.


Opacity

.myOpacity80 { color: #9DF74D; opacity: 0.8; }

<p style="color:#9DF74D;opacity:0.8;">80%</p>

Text with #9DF74D 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 #9DF74D;}

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

This text has shadow with #9DF74D color.

.textShadow {text-shadow: 3px 3px 1px #9DF74D, 3px 3px 1px red;}

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

This text has shadow with #9DF74D primary color and red secondary color.


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

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

This text has shadow with #9DF74D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DF74D on black background.


Color preview on white background

This text has color #9DF74D on white background.



Black color preview on #9DF74D background

This text has black color on #9DF74D background.


White color preview on #9DF74D background

This text has white color on #9DF74D background.