COLOR #96DE85

HEX: #96DE85 RGB: (150,222,133)

Color info

#96DE85 contains mainly green color. Web safe color of #96DE85 is #99CC99 (or #9C9).

RGB color model

#96DE85 color RGB value is (150,222,133).

RGB: (150,222,133) (59%, 87%, 52%)

RGB channels and saturation

R 150 of 255 = 59%
G 222 of 255 = 87%
B 133 of 255 = 52%

150
222
133

R + G + B ~ 66%. #96DE85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 150 + 222 + 133 = 505 (100%)
R 150 of 505 ~ 29.7%
G 222 of 505 ~ 43.96%
B 133 of 505 ~ 26.34'%

%29.7
%43.96
%26.34

CMYK color model

#96DE85 color CMYK value is (32,0,40,13).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 40.09%
  • key color value is 12.94%

CMYK: (32,0,40,13)
C32M0Y40K13 (32%, 0%, 40%, 13%)
(0.32 / 0.00 / 0.40 / 0.13)

CMYK percentages

%32.43
%0
%40.09
%12.94

Codes

Color #96DE85 in popluar color models

96 DE 85
RGB 150 222 133
HSL 109° 57.42% 69.61%
HSB/HSV 109° 40.09% 87.06%
CMYK 32.43% 0.00% 40.09%
12.94%

Color #96DE85 in popluar number systems.

HEX 96 DE 85
Decimal 150 222 133
Binary 10010110 11011110 10000101
Octal 226 336 205

Shades and tints

Shades of #96DE85

#96DE85
(150,222,133)
#89CA79
(137,202,121)
#7CB66D
(124,182,109)
#6FA261
(111,162,97)
#628E55
(98,142,85)
#557A49
(85,122,73)
#48663D
(72,102,61)
#3B5231
(59,82,49)
#2E3E25
(46,62,37)
#212A19
(33,42,25)
#14160D
(20,22,13)
#000000
(0,0,0)

Tints of #96DE85

#96DE85
(150,222,133)
#9FE190
(159,225,144)
#A8E49B
(168,228,155)
#B1E7A6
(177,231,166)
#BAEAB1
(186,234,177)
#C3EDBC
(195,237,188)
#CCF0C7
(204,240,199)
#D5F3D2
(213,243,210)
#DEF6DD
(222,246,221)
#E7F9E8
(231,249,232)
#F0FCF3
(240,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #96DE85 color. Also use rgb(150,222,133) instead hex code.

Text Font Color

.myTextColor { color: #96DE85; }

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

This text font color is #96DE85.

Background Color

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

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

This div background color is #96DE85.

Border color

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

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

This div border color is #96DE85.

Opacity

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

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

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

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

This text has shadow with #96DE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #96DE85.

Preview

Color preview on black background

This text has color #96DE85 on black background.


Color preview on white background

This text has color #96DE85 on white background.


Black color preview on #96DE85 background

This text has black color on #96DE85 background.


White color preview on #96DE85 background

This text has white color on #96DE85 background.


Related colors

Complementary color

Complementary color for #hex is #69217A.


I love getcolorcode.com

Triadic colors

1 #8596DE and #DE8596 with #96DE85 are triadic colors.

2 #85DE96 and #DE9685 with #96DE85 are triadic colors.