COLOR #9BE732

HEX: #9BE732
RGB: (155,231,50)

Color info

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

RGB color model

#9BE732 color RGB value is (155,231,50).

  • red value is 155;
  • green value is 231;
  • blue value is 50.
RGB:
(155,231,50)
(61%,91%,20%)

RGB channels and saturation

R 155 of 255 = 61%
G 231 of 255 = 91%
B 50 of 255 = 20%

155
231
50

R + G + B ~ 57%. #9BE732 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 231 + 50 = 436 (100%)
R 155 of 436 ~ 35.55%
G 231 of 436 ~ 52.98%
B 50 of 436 ~ 11.47%

%35.55
%52.98
%11.47

CMYK color model

#9BE732 color CMYK value is (33,0,78,9).

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 78.35%
  • key color value is 9.41%
CMYK:
(33,0,78,9)
C33M0Y78K9 
(33%,0%,78%,9%)
(0.33/0.00/0.78/0.09)	

CMYK percentages

%32.9
%0
%78.35
%9.41

Codes

Color #9BE732 in popluar color models

9BE732
RGB15523150
HSL85°79.04%55.10%
HSB/HSV85°78.35%90.59%
CMYK32.90%0.00%78.35%
9.41%

Color #9BE732 in popluar number systems.

HEX9BE732
Decimal15523150
Binary1001101111100111110010
Octal23334762

Shades and tints

Shades of #9BE732

#9BE732
(155,231,50)
#8DD22E
(141,210,46)
#7FBD2A
(127,189,42)
#71A826
(113,168,38)
#639322
(99,147,34)
#557E1E
(85,126,30)
#47691A
(71,105,26)
#395416
(57,84,22)
#2B3F12
(43,63,18)
#1D2A0E
(29,42,14)
#0F150A
(15,21,10)
#000000
(0,0,0)

Tints of #9BE732

#9BE732
(155,231,50)
#A4E944
(164,233,68)
#ADEB56
(173,235,86)
#B6ED68
(182,237,104)
#BFEF7A
(191,239,122)
#C8F18C
(200,241,140)
#D1F39E
(209,243,158)
#DAF5B0
(218,245,176)
#E3F7C2
(227,247,194)
#ECF9D4
(236,249,212)
#F5FBE6
(245,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE732 color. Also use rgb(155,231,50) instead hex code.

Text Font Color

.myTextColor { color: #9BE732; }

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

This text font color is #9BE732.


Background Color

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

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

This div background color is #9BE732.


Border color

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

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

This div border color is #9BE732.


Opacity

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

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

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

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

This text has shadow with #9BE732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE732 on black background.


Color preview on white background

This text has color #9BE732 on white background.



Black color preview on #9BE732 background

This text has black color on #9BE732 background.


White color preview on #9BE732 background

This text has white color on #9BE732 background.