COLOR #9BF475

HEX: #9BF475 RGB: (155,244,117)

Color info

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

RGB color model

#9BF475 color RGB value is (155,244,117).

RGB: (155,244,117) (61%, 96%, 46%)

RGB channels and saturation

R 155 of 255 = 61%
G 244 of 255 = 96%
B 117 of 255 = 46%

155
244
117

R + G + B ~ 68%. #9BF475 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 244 + 117 = 516 (100%)
R 155 of 516 ~ 30.04%
G 244 of 516 ~ 47.29%
B 117 of 516 ~ 22.67'%

%30.04
%47.29
%22.67

CMYK color model

#9BF475 color CMYK value is (36,0,52,4).

  • cyan value is 36.48%
  • magenta value is 0.00%
  • yellow value is 52.05%
  • key color value is 4.31%

CMYK: (36,0,52,4)
C36M0Y52K4 (36%, 0%, 52%, 4%)
(0.36 / 0.00 / 0.52 / 0.04)

CMYK percentages

%36.48
%0
%52.05
%4.31

Codes

Color #9BF475 in popluar color models

9B F4 75
RGB 155 244 117
HSL 102° 85.23% 70.78%
HSB/HSV 102° 52.05% 95.69%
CMYK 36.48% 0.00% 52.05%
4.31%

Color #9BF475 in popluar number systems.

HEX 9B F4 75
Decimal 155 244 117
Binary 10011011 11110100 1110101
Octal 233 364 165

Shades and tints

Shades of #9BF475

#9BF475
(155,244,117)
#8DDE6B
(141,222,107)
#7FC861
(127,200,97)
#71B257
(113,178,87)
#639C4D
(99,156,77)
#558643
(85,134,67)
#477039
(71,112,57)
#395A2F
(57,90,47)
#2B4425
(43,68,37)
#1D2E1B
(29,46,27)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #9BF475

#9BF475
(155,244,117)
#A4F581
(164,245,129)
#ADF68D
(173,246,141)
#B6F799
(182,247,153)
#BFF8A5
(191,248,165)
#C8F9B1
(200,249,177)
#D1FABD
(209,250,189)
#DAFBC9
(218,251,201)
#E3FCD5
(227,252,213)
#ECFDE1
(236,253,225)
#F5FEED
(245,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BF475 color. Also use rgb(155,244,117) instead hex code.

Text Font Color

.myTextColor { color: #9BF475; }

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

This text font color is #9BF475.

Background Color

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

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

This div background color is #9BF475.

Border color

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

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

This div border color is #9BF475.

Opacity

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

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

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

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

This text has shadow with #9BF475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BF475.

Preview

Color preview on black background

This text has color #9BF475 on black background.


Color preview on white background

This text has color #9BF475 on white background.


Black color preview on #9BF475 background

This text has black color on #9BF475 background.


White color preview on #9BF475 background

This text has white color on #9BF475 background.


Related colors

Complementary color

Complementary color for #hex is #640B8A.


I love getcolorcode.com

Triadic colors

1 #759BF4 and #F4759B with #9BF475 are triadic colors.

2 #75F49B and #F49B75 with #9BF475 are triadic colors.