COLOR #9BDE65

HEX: #9BDE65
RGB: (155,222,101)

Color info

#9BDE65 contains mainly green color. Web safe color of #9BDE65 is #99CC66 (or #9C6).

RGB color model

#9BDE65 color RGB value is (155,222,101).

  • red value is 155;
  • green value is 222;
  • blue value is 101.
RGB:
(155,222,101)
(61%,87%,40%)

RGB channels and saturation

R 155 of 255 = 61%
G 222 of 255 = 87%
B 101 of 255 = 40%

155
222
101

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

Portions of RGB colors in percentages

R + G + B =
155 + 222 + 101 = 478 (100%)
R 155 of 478 ~ 32.43%
G 222 of 478 ~ 46.44%
B 101 of 478 ~ 21.13%

%32.43
%46.44
%21.13

CMYK color model

#9BDE65 color CMYK value is (30,0,55,13).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 54.50%
  • key color value is 12.94%
CMYK:
(30,0,55,13)
C30M0Y55K13 
(30%,0%,55%,13%)
(0.30/0.00/0.55/0.13)	

CMYK percentages

%30.18
%0
%54.5
%12.94

Codes

Color #9BDE65 in popluar color models

9BDE65
RGB155222101
HSL93°64.71%63.33%
HSB/HSV93°54.50%87.06%
CMYK30.18%0.00%54.50%
12.94%

Color #9BDE65 in popluar number systems.

HEX9BDE65
Decimal155222101
Binary10011011110111101100101
Octal233336145

Shades and tints

Shades of #9BDE65

#9BDE65
(155,222,101)
#8DCA5C
(141,202,92)
#7FB653
(127,182,83)
#71A24A
(113,162,74)
#638E41
(99,142,65)
#557A38
(85,122,56)
#47662F
(71,102,47)
#395226
(57,82,38)
#2B3E1D
(43,62,29)
#1D2A14
(29,42,20)
#0F160B
(15,22,11)
#000000
(0,0,0)

Tints of #9BDE65

#9BDE65
(155,222,101)
#A4E173
(164,225,115)
#ADE481
(173,228,129)
#B6E78F
(182,231,143)
#BFEA9D
(191,234,157)
#C8EDAB
(200,237,171)
#D1F0B9
(209,240,185)
#DAF3C7
(218,243,199)
#E3F6D5
(227,246,213)
#ECF9E3
(236,249,227)
#F5FCF1
(245,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDE65 color. Also use rgb(155,222,101) instead hex code.

Text Font Color

.myTextColor { color: #9BDE65; }

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

This text font color is #9BDE65.


Background Color

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

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

This div background color is #9BDE65.


Border color

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

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

This div border color is #9BDE65.


Opacity

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

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

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

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

This text has shadow with #9BDE65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDE65 on black background.


Color preview on white background

This text has color #9BDE65 on white background.



Black color preview on #9BDE65 background

This text has black color on #9BDE65 background.


White color preview on #9BDE65 background

This text has white color on #9BDE65 background.