COLOR #96F531

HEX: #96F531 RGB: (150,245,49)

Color info

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

RGB color model

#96F531 color RGB value is (150,245,49).

RGB: (150,245,49) (59%, 96%, 19%)

RGB channels and saturation

R 150 of 255 = 59%
G 245 of 255 = 96%
B 49 of 255 = 19%

150
245
49

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

Portions of RGB colors in percentages

R + G + B = 150 + 245 + 49 = 444 (100%)
R 150 of 444 ~ 33.78%
G 245 of 444 ~ 55.18%
B 49 of 444 ~ 11.04'%

%33.78
%55.18
%11.04

CMYK color model

#96F531 color CMYK value is (39,0,80,4).

  • cyan value is 38.78%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 3.92%

CMYK: (39,0,80,4)
C39M0Y80K4 (39%, 0%, 80%, 4%)
(0.39 / 0.00 / 0.80 / 0.04)

CMYK percentages

%38.78
%0
%80
%3.92

Codes

Color #96F531 in popluar color models

96 F5 31
RGB 150 245 49
HSL 89° 90.74% 57.65%
HSB/HSV 89° 80.00% 96.08%
CMYK 38.78% 0.00% 80.00%
3.92%

Color #96F531 in popluar number systems.

HEX 96 F5 31
Decimal 150 245 49
Binary 10010110 11110101 110001
Octal 226 365 61

Shades and tints

Shades of #96F531

#96F531
(150,245,49)
#89DF2D
(137,223,45)
#7CC929
(124,201,41)
#6FB325
(111,179,37)
#629D21
(98,157,33)
#55871D
(85,135,29)
#487119
(72,113,25)
#3B5B15
(59,91,21)
#2E4511
(46,69,17)
#212F0D
(33,47,13)
#141909
(20,25,9)
#000000
(0,0,0)

Tints of #96F531

#96F531
(150,245,49)
#9FF543
(159,245,67)
#A8F555
(168,245,85)
#B1F567
(177,245,103)
#BAF579
(186,245,121)
#C3F58B
(195,245,139)
#CCF59D
(204,245,157)
#D5F5AF
(213,245,175)
#DEF5C1
(222,245,193)
#E7F5D3
(231,245,211)
#F0F5E5
(240,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96F531 color. Also use rgb(150,245,49) instead hex code.

Text Font Color

.myTextColor { color: #96F531; }

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

This text font color is #96F531.

Background Color

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

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

This div background color is #96F531.

Border color

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

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

This div border color is #96F531.

Opacity

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

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

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

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

This text has shadow with #96F531 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96F531.

Preview

Color preview on black background

This text has color #96F531 on black background.


Color preview on white background

This text has color #96F531 on white background.


Black color preview on #96F531 background

This text has black color on #96F531 background.


White color preview on #96F531 background

This text has white color on #96F531 background.


Related colors

Complementary color

Complementary color for #hex is #690ACE.


I love getcolorcode.com

Triadic colors

1 #3196F5 and #F53196 with #96F531 are triadic colors.

2 #31F596 and #F59631 with #96F531 are triadic colors.