COLOR #B4EE75

HEX: #B4EE75 RGB: (180,238,117)

Color info

#B4EE75 contains mainly red and green colors. Web safe color of #B4EE75 is #CCFF66 (or #CF6).

RGB color model

#B4EE75 color RGB value is (180,238,117).

RGB: (180,238,117) (71%, 93%, 46%)

RGB channels and saturation

R 180 of 255 = 71%
G 238 of 255 = 93%
B 117 of 255 = 46%

180
238
117

R + G + B ~ 70%. #B4EE75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 238 + 117 = 535 (100%)
R 180 of 535 ~ 33.64%
G 238 of 535 ~ 44.49%
B 117 of 535 ~ 21.87'%

%33.64
%44.49
%21.87

CMYK color model

#B4EE75 color CMYK value is (24,0,51,7).

  • cyan value is 24.37%
  • magenta value is 0.00%
  • yellow value is 50.84%
  • key color value is 6.67%

CMYK: (24,0,51,7)
C24M0Y51K7 (24%, 0%, 51%, 7%)
(0.24 / 0.00 / 0.51 / 0.07)

CMYK percentages

%24.37
%0
%50.84
%6.67

Codes

Color #B4EE75 in popluar color models

B4 EE 75
RGB 180 238 117
HSL 89° 78.06% 69.61%
HSB/HSV 89° 50.84% 93.33%
CMYK 24.37% 0.00% 50.84%
6.67%

Color #B4EE75 in popluar number systems.

HEX B4 EE 75
Decimal 180 238 117
Binary 10110100 11101110 1110101
Octal 264 356 165

Shades and tints

Shades of #B4EE75

#B4EE75
(180,238,117)
#A4D96B
(164,217,107)
#94C461
(148,196,97)
#84AF57
(132,175,87)
#749A4D
(116,154,77)
#648543
(100,133,67)
#547039
(84,112,57)
#445B2F
(68,91,47)
#344625
(52,70,37)
#24311B
(36,49,27)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #B4EE75

#B4EE75
(180,238,117)
#BAEF81
(186,239,129)
#C0F08D
(192,240,141)
#C6F199
(198,241,153)
#CCF2A5
(204,242,165)
#D2F3B1
(210,243,177)
#D8F4BD
(216,244,189)
#DEF5C9
(222,245,201)
#E4F6D5
(228,246,213)
#EAF7E1
(234,247,225)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EE75 color. Also use rgb(180,238,117) instead hex code.

Text Font Color

.myTextColor { color: #B4EE75; }

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

This text font color is #B4EE75.

Background Color

.myBgColor { background-color: #B4EE75; }

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

This div background color is #B4EE75.

Border color

.myBorderColor { border: 1px solid #B4EE75; }

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

This div border color is #B4EE75.

Opacity

.myOpacity80 { color: #B4EE75; opacity: 0.8; }

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

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

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

This text has shadow with #B4EE75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EE75.

Preview

Color preview on black background

This text has color #B4EE75 on black background.


Color preview on white background

This text has color #B4EE75 on white background.


Black color preview on #B4EE75 background

This text has black color on #B4EE75 background.


White color preview on #B4EE75 background

This text has white color on #B4EE75 background.


Related colors

Complementary color

Complementary color for #hex is #4B118A.


I love getcolorcode.com

Triadic colors

1 #75B4EE and #EE75B4 with #B4EE75 are triadic colors.

2 #75EEB4 and #EEB475 with #B4EE75 are triadic colors.