COLOR #B7F295

HEX: #B7F295 RGB: (183,242,149)

Color info

#B7F295 contains mainly red and green colors. Web safe color of #B7F295 is #CCFF99 (or #CF9).

RGB color model

#B7F295 color RGB value is (183,242,149).

RGB: (183,242,149) (72%, 95%, 58%)

RGB channels and saturation

R 183 of 255 = 72%
G 242 of 255 = 95%
B 149 of 255 = 58%

183
242
149

R + G + B ~ 75%. #B7F295 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 242 + 149 = 574 (100%)
R 183 of 574 ~ 31.88%
G 242 of 574 ~ 42.16%
B 149 of 574 ~ 25.96'%

%31.88
%42.16
%25.96

CMYK color model

#B7F295 color CMYK value is (24,0,38,5).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 38.43%
  • key color value is 5.10%

CMYK: (24,0,38,5)
C24M0Y38K5 (24%, 0%, 38%, 5%)
(0.24 / 0.00 / 0.38 / 0.05)

CMYK percentages

%24.38
%0
%38.43
%5.1

Codes

Color #B7F295 in popluar color models

B7 F2 95
RGB 183 242 149
HSL 98° 78.15% 76.67%
HSB/HSV 98° 38.43% 94.90%
CMYK 24.38% 0.00% 38.43%
5.10%

Color #B7F295 in popluar number systems.

HEX B7 F2 95
Decimal 183 242 149
Binary 10110111 11110010 10010101
Octal 267 362 225

Shades and tints

Shades of #B7F295

#B7F295
(183,242,149)
#A7DC88
(167,220,136)
#97C67B
(151,198,123)
#87B06E
(135,176,110)
#779A61
(119,154,97)
#678454
(103,132,84)
#576E47
(87,110,71)
#47583A
(71,88,58)
#37422D
(55,66,45)
#272C20
(39,44,32)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #B7F295

#B7F295
(183,242,149)
#BDF39E
(189,243,158)
#C3F4A7
(195,244,167)
#C9F5B0
(201,245,176)
#CFF6B9
(207,246,185)
#D5F7C2
(213,247,194)
#DBF8CB
(219,248,203)
#E1F9D4
(225,249,212)
#E7FADD
(231,250,221)
#EDFBE6
(237,251,230)
#F3FCEF
(243,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7F295 color. Also use rgb(183,242,149) instead hex code.

Text Font Color

.myTextColor { color: #B7F295; }

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

This text font color is #B7F295.

Background Color

.myBgColor { background-color: #B7F295; }

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

This div background color is #B7F295.

Border color

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

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

This div border color is #B7F295.

Opacity

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

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

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

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

This text has shadow with #B7F295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7F295.

Preview

Color preview on black background

This text has color #B7F295 on black background.


Color preview on white background

This text has color #B7F295 on white background.


Black color preview on #B7F295 background

This text has black color on #B7F295 background.


White color preview on #B7F295 background

This text has white color on #B7F295 background.


Related colors

Complementary color

Complementary color for #hex is #480D6A.


I love getcolorcode.com

Triadic colors

1 #95B7F2 and #F295B7 with #B7F295 are triadic colors.

2 #95F2B7 and #F2B795 with #B7F295 are triadic colors.