COLOR #BFF289

HEX: #BFF289 RGB: (191,242,137)

Color info

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

RGB color model

#BFF289 color RGB value is (191,242,137).

RGB: (191,242,137) (75%, 95%, 54%)

RGB channels and saturation

R 191 of 255 = 75%
G 242 of 255 = 95%
B 137 of 255 = 54%

191
242
137

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

Portions of RGB colors in percentages

R + G + B = 191 + 242 + 137 = 570 (100%)
R 191 of 570 ~ 33.51%
G 242 of 570 ~ 42.46%
B 137 of 570 ~ 24.04'%

%33.51
%42.46
%24.04

CMYK color model

#BFF289 color CMYK value is (21,0,43,5).

  • cyan value is 21.07%
  • magenta value is 0.00%
  • yellow value is 43.39%
  • key color value is 5.10%
CMYK: (21,0,43,5) C21M0Y43K5 (21%,0%,43%,5%) (0.21/0.00/0.43/0.05) 

CMYK percentages

%21.07
%0
%43.39
%5.1

Codes

Color #BFF289 in popluar color models

BF F2 89
RGB 191 242 137
HSL 89° 80.15% 74.31%
HSB/HSV 89° 43.39% 94.90%
CMYK 21.07% 0.00% 43.39%
5.10%

Color #BFF289 in popluar number systems.

HEX BF F2 89
Decimal 191 242 137
Binary 10111111 11110010 10001001
Octal 277 362 211

Shades and tints

Shades of #BFF289

#BFF289
(191,242,137)
#AEDC7D
(174,220,125)
#9DC671
(157,198,113)
#8CB065
(140,176,101)
#7B9A59
(123,154,89)
#6A844D
(106,132,77)
#596E41
(89,110,65)
#485835
(72,88,53)
#374229
(55,66,41)
#262C1D
(38,44,29)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #BFF289

#BFF289
(191,242,137)
#C4F393
(196,243,147)
#C9F49D
(201,244,157)
#CEF5A7
(206,245,167)
#D3F6B1
(211,246,177)
#D8F7BB
(216,247,187)
#DDF8C5
(221,248,197)
#E2F9CF
(226,249,207)
#E7FAD9
(231,250,217)
#ECFBE3
(236,251,227)
#F1FCED
(241,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFF289 color. Also use rgb(191,242,137) instead hex code.

Text Font Color

.myTextColor { color: #BFF289; }

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

This text font color is #BFF289.

Background Color

.myBgColor { background-color: #BFF289; }

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

This div background color is #BFF289.

Border color

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

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

This div border color is #BFF289.

Opacity

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

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

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

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

This text has shadow with #BFF289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFF289.

Preview

Color preview on black background

This text has color #BFF289 on black background.


Color preview on white background

This text has color #BFF289 on white background.


Black color preview on #BFF289 background

This text has black color on #BFF289 background.


White color preview on #BFF289 background

This text has white color on #BFF289 background.


Related colors

Complementary color

Complementary color for #hex is #400D76.


I love getcolorcode.com

Triadic colors

1 #89BFF2 and #F289BF with #BFF289 are triadic colors.

2 #89F2BF and #F2BF89 with #BFF289 are triadic colors.