COLOR #9BE479

HEX: #9BE479
RGB: (155,228,121)

Color info

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

RGB color model

#9BE479 color RGB value is (155,228,121).

  • red value is 155;
  • green value is 228;
  • blue value is 121.
RGB:
(155,228,121)
(61%,89%,47%)

RGB channels and saturation

R 155 of 255 = 61%
G 228 of 255 = 89%
B 121 of 255 = 47%

155
228
121

R + G + B ~ 66%. #9BE479 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 228 + 121 = 504 (100%)
R 155 of 504 ~ 30.75%
G 228 of 504 ~ 45.24%
B 121 of 504 ~ 24.01%

%30.75
%45.24
%24.01

CMYK color model

#9BE479 color CMYK value is (32,0,47,11).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 46.93%
  • key color value is 10.59%
CMYK:
(32,0,47,11)
C32M0Y47K11 
(32%,0%,47%,11%)
(0.32/0.00/0.47/0.11)	

CMYK percentages

%32.02
%0
%46.93
%10.59

Codes

Color #9BE479 in popluar color models

9BE479
RGB155228121
HSL101°66.46%68.43%
HSB/HSV101°46.93%89.41%
CMYK32.02%0.00%46.93%
10.59%

Color #9BE479 in popluar number systems.

HEX9BE479
Decimal155228121
Binary10011011111001001111001
Octal233344171

Shades and tints

Shades of #9BE479

#9BE479
(155,228,121)
#8DD06E
(141,208,110)
#7FBC63
(127,188,99)
#71A858
(113,168,88)
#63944D
(99,148,77)
#558042
(85,128,66)
#476C37
(71,108,55)
#39582C
(57,88,44)
#2B4421
(43,68,33)
#1D3016
(29,48,22)
#0F1C0B
(15,28,11)
#000000
(0,0,0)

Tints of #9BE479

#9BE479
(155,228,121)
#A4E685
(164,230,133)
#ADE891
(173,232,145)
#B6EA9D
(182,234,157)
#BFECA9
(191,236,169)
#C8EEB5
(200,238,181)
#D1F0C1
(209,240,193)
#DAF2CD
(218,242,205)
#E3F4D9
(227,244,217)
#ECF6E5
(236,246,229)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE479 color. Also use rgb(155,228,121) instead hex code.

Text Font Color

.myTextColor { color: #9BE479; }

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

This text font color is #9BE479.


Background Color

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

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

This div background color is #9BE479.


Border color

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

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

This div border color is #9BE479.


Opacity

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

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

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

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

This text has shadow with #9BE479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BE479 on black background.


Color preview on white background

This text has color #9BE479 on white background.



Black color preview on #9BE479 background

This text has black color on #9BE479 background.


White color preview on #9BE479 background

This text has white color on #9BE479 background.