COLOR #96F72D

HEX: #96F72D RGB: (150,247,45)

Color info

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

RGB color model

#96F72D color RGB value is (150,247,45).

RGB: (150,247,45) (59%, 97%, 18%)

RGB channels and saturation

R 150 of 255 = 59%
G 247 of 255 = 97%
B 45 of 255 = 18%

150
247
45

R + G + B ~ 58%. #96F72D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 247 + 45 = 442 (100%)
R 150 of 442 ~ 33.94%
G 247 of 442 ~ 55.88%
B 45 of 442 ~ 10.18'%

%33.94
%55.88

CMYK color model

#96F72D color CMYK value is (39,0,82,3).

  • cyan value is 39.27%
  • magenta value is 0.00%
  • yellow value is 81.78%
  • key color value is 3.14%

CMYK: (39,0,82,3)
C39M0Y82K3 (39%, 0%, 82%, 3%)
(0.39 / 0.00 / 0.82 / 0.03)

CMYK percentages

%39.27
%0
%81.78
%3.14

Codes

Color #96F72D in popluar color models

96 F7 2D
RGB 150 247 45
HSL 89° 92.66% 57.25%
HSB/HSV 89° 81.78% 96.86%
CMYK 39.27% 0.00% 81.78%
3.14%

Color #96F72D in popluar number systems.

HEX 96 F7 2D
Decimal 150 247 45
Binary 10010110 11110111 101101
Octal 226 367 55

Shades and tints

Shades of #96F72D

#96F72D
(150,247,45)
#89E129
(137,225,41)
#7CCB25
(124,203,37)
#6FB521
(111,181,33)
#629F1D
(98,159,29)
#558919
(85,137,25)
#487315
(72,115,21)
#3B5D11
(59,93,17)
#2E470D
(46,71,13)
#213109
(33,49,9)
#141B05
(20,27,5)
#000000
(0,0,0)

Tints of #96F72D

#96F72D
(150,247,45)
#9FF740
(159,247,64)
#A8F753
(168,247,83)
#B1F766
(177,247,102)
#BAF779
(186,247,121)
#C3F78C
(195,247,140)
#CCF79F
(204,247,159)
#D5F7B2
(213,247,178)
#DEF7C5
(222,247,197)
#E7F7D8
(231,247,216)
#F0F7EB
(240,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F72D color. Also use rgb(150,247,45) instead hex code.

Text Font Color

.myTextColor { color: #96F72D; }

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

This text font color is #96F72D.

Background Color

.myBgColor { background-color: #96F72D; }

<div style="background-color:#96F72D">Inner text</div>

This div background color is #96F72D.

Border color

.myBorderColor { border: 1px solid #96F72D; }

<div style="border:3px solid #96F72D">Div</div>

This div border color is #96F72D.

Opacity

.myOpacity80 { color: #96F72D; opacity: 0.8; }

<p style="color:#96F72D;opacity:0.8;">80%</p>

Text with #96F72D 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 #96F72D;}

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

This text has shadow with #96F72D color.


.textShadow {text-shadow: 3px 3px 1px #96F72D', 3px 3px 1px red;}

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

This text has shadow with #96F72D primary color and red secondary color.


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

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

This text has shadow with #96F72D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #96F72D; -webkit-box-shadow: 1px 1px 3px 2px #96F72D; box-shadow:1px 1px 3px 2px #96F72D;">
Div content here
</div>

This div box has shadow with color #96F72D.

Preview

Color preview on black background

This text has color #96F72D on black background.


Color preview on white background

This text has color #96F72D on white background.


Black color preview on #96F72D background

This text has black color on #96F72D background.


White color preview on #96F72D background

This text has white color on #96F72D background.


Related colors

Complementary color

Complementary color for #hex is #6908D2.


I love getcolorcode.com

Triadic colors

1 #2D96F7 and #F72D96 with #96F72D are triadic colors.

2 #2DF796 and #F7962D with #96F72D are triadic colors.