COLOR #9BD63F

HEX: #9BD63F RGB: (155,214,63)

Color info

#9BD63F contains mainly red and green colors. Web safe color of #9BD63F is #99CC33 (or #9C3).

RGB color model

#9BD63F color RGB value is (155,214,63).

RGB: (155,214,63) (61%, 84%, 25%)

RGB channels and saturation

R 155 of 255 = 61%
G 214 of 255 = 84%
B 63 of 255 = 25%

155
214
63

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

Portions of RGB colors in percentages

R + G + B = 155 + 214 + 63 = 432 (100%)
R 155 of 432 ~ 35.88%
G 214 of 432 ~ 49.54%
B 63 of 432 ~ 14.58'%

%35.88
%49.54
%14.58

CMYK color model

#9BD63F color CMYK value is (28,0,71,16).

  • cyan value is 27.57%
  • magenta value is 0.00%
  • yellow value is 70.56%
  • key color value is 16.08%
CMYK: (28,0,71,16) C28M0Y71K16 (28%,0%,71%,16%) (0.28/0.00/0.71/0.16) 

CMYK percentages

%27.57
%0
%70.56
%16.08

Codes

Color #9BD63F in popluar color models

9B D6 3F
RGB 155 214 63
HSL 83° 64.81% 54.31%
HSB/HSV 83° 70.56% 83.92%
CMYK 27.57% 0.00% 70.56%
16.08%

Color #9BD63F in popluar number systems.

HEX 9B D6 3F
Decimal 155 214 63
Binary 10011011 11010110 111111
Octal 233 326 77

Shades and tints

Shades of #9BD63F

#9BD63F
(155,214,63)
#8DC33A
(141,195,58)
#7FB035
(127,176,53)
#719D30
(113,157,48)
#638A2B
(99,138,43)
#557726
(85,119,38)
#476421
(71,100,33)
#39511C
(57,81,28)
#2B3E17
(43,62,23)
#1D2B12
(29,43,18)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #9BD63F

#9BD63F
(155,214,63)
#A4D950
(164,217,80)
#ADDC61
(173,220,97)
#B6DF72
(182,223,114)
#BFE283
(191,226,131)
#C8E594
(200,229,148)
#D1E8A5
(209,232,165)
#DAEBB6
(218,235,182)
#E3EEC7
(227,238,199)
#ECF1D8
(236,241,216)
#F5F4E9
(245,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD63F color. Also use rgb(155,214,63) instead hex code.

Text Font Color

.myTextColor { color: #9BD63F; }

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

This text font color is #9BD63F.

Background Color

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

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

This div background color is #9BD63F.

Border color

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

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

This div border color is #9BD63F.

Opacity

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

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

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

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

This text has shadow with #9BD63F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BD63F.

Preview

Color preview on black background

This text has color #9BD63F on black background.


Color preview on white background

This text has color #9BD63F on white background.


Black color preview on #9BD63F background

This text has black color on #9BD63F background.


White color preview on #9BD63F background

This text has white color on #9BD63F background.


Related colors

Complementary color

Complementary color for #hex is #6429C0.


I love getcolorcode.com

Triadic colors

1 #3F9BD6 and #D63F9B with #9BD63F are triadic colors.

2 #3FD69B and #D69B3F with #9BD63F are triadic colors.