COLOR #9BE754

HEX: #9BE754 RGB: (155,231,84)

Color info

#9BE754 contains mainly green color. Web safe color of #9BE754 is #99FF66 (or #9F6).

RGB color model

#9BE754 color RGB value is (155,231,84).

RGB: (155,231,84) (61%, 91%, 33%)

RGB channels and saturation

R 155 of 255 = 61%
G 231 of 255 = 91%
B 84 of 255 = 33%

155
231
84

R + G + B ~ 62%. #9BE754 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 231 + 84 = 470 (100%)
R 155 of 470 ~ 32.98%
G 231 of 470 ~ 49.15%
B 84 of 470 ~ 17.87'%

%32.98
%49.15
%17.87

CMYK color model

#9BE754 color CMYK value is (33,0,64,9).

  • cyan value is 32.90%
  • magenta value is 0.00%
  • yellow value is 63.64%
  • key color value is 9.41%

CMYK: (33,0,64,9)
C33M0Y64K9 (33%, 0%, 64%, 9%)
(0.33 / 0.00 / 0.64 / 0.09)

CMYK percentages

%32.9
%0
%63.64
%9.41

Codes

Color #9BE754 in popluar color models

9B E7 54
RGB 155 231 84
HSL 91° 75.38% 61.76%
HSB/HSV 91° 63.64% 90.59%
CMYK 32.90% 0.00% 63.64%
9.41%

Color #9BE754 in popluar number systems.

HEX 9B E7 54
Decimal 155 231 84
Binary 10011011 11100111 1010100
Octal 233 347 124

Shades and tints

Shades of #9BE754

#9BE754
(155,231,84)
#8DD24D
(141,210,77)
#7FBD46
(127,189,70)
#71A83F
(113,168,63)
#639338
(99,147,56)
#557E31
(85,126,49)
#47692A
(71,105,42)
#395423
(57,84,35)
#2B3F1C
(43,63,28)
#1D2A15
(29,42,21)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #9BE754

#9BE754
(155,231,84)
#A4E963
(164,233,99)
#ADEB72
(173,235,114)
#B6ED81
(182,237,129)
#BFEF90
(191,239,144)
#C8F19F
(200,241,159)
#D1F3AE
(209,243,174)
#DAF5BD
(218,245,189)
#E3F7CC
(227,247,204)
#ECF9DB
(236,249,219)
#F5FBEA
(245,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BE754; }

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

This text font color is #9BE754.

Background Color

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

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

This div background color is #9BE754.

Border color

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

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

This div border color is #9BE754.

Opacity

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

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

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

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

This text has shadow with #9BE754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE754.

Preview

Color preview on black background

This text has color #9BE754 on black background.


Color preview on white background

This text has color #9BE754 on white background.


Black color preview on #9BE754 background

This text has black color on #9BE754 background.


White color preview on #9BE754 background

This text has white color on #9BE754 background.


Related colors

Complementary color

Complementary color for #hex is #6418AB.


I love getcolorcode.com

Triadic colors

1 #549BE7 and #E7549B with #9BE754 are triadic colors.

2 #54E79B and #E79B54 with #9BE754 are triadic colors.