COLOR #BEF17F

HEX: #BEF17F
RGB: (190,241,127)

Color info

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

RGB color model

#BEF17F color RGB value is (190,241,127).

  • red value is 190;
  • green value is 241;
  • blue value is 127.
RGB:
(190,241,127)
(75%,95%,50%)

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 127 of 255 = 50%

190
241
127

R + G + B ~ 73%. #BEF17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 241 + 127 = 558 (100%)
R 190 of 558 ~ 34.05%
G 241 of 558 ~ 43.19%
B 127 of 558 ~ 22.76%

%34.05
%43.19
%22.76

CMYK color model

#BEF17F color CMYK value is (21,0,47,5).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 47.30%
  • key color value is 5.49%
CMYK:
(21,0,47,5)
C21M0Y47K5 
(21%,0%,47%,5%)
(0.21/0.00/0.47/0.05)	

CMYK percentages

%21.16
%0
%47.3
%5.49

Codes

Color #BEF17F in popluar color models

BEF17F
RGB190241127
HSL87°80.28%72.16%
HSB/HSV87°47.30%94.51%
CMYK21.16%0.00%47.30%
5.49%

Color #BEF17F in popluar number systems.

HEXBEF17F
Decimal190241127
Binary10111110111100011111111
Octal276361177

Shades and tints

Shades of #BEF17F

#BEF17F
(190,241,127)
#ADDC74
(173,220,116)
#9CC769
(156,199,105)
#8BB25E
(139,178,94)
#7A9D53
(122,157,83)
#698848
(105,136,72)
#58733D
(88,115,61)
#475E32
(71,94,50)
#364927
(54,73,39)
#25341C
(37,52,28)
#141F11
(20,31,17)
#000000
(0,0,0)

Tints of #BEF17F

#BEF17F
(190,241,127)
#C3F28A
(195,242,138)
#C8F395
(200,243,149)
#CDF4A0
(205,244,160)
#D2F5AB
(210,245,171)
#D7F6B6
(215,246,182)
#DCF7C1
(220,247,193)
#E1F8CC
(225,248,204)
#E6F9D7
(230,249,215)
#EBFAE2
(235,250,226)
#F0FBED
(240,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF17F color. Also use rgb(190,241,127) instead hex code.

Text Font Color

.myTextColor { color: #BEF17F; }

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

This text font color is #BEF17F.


Background Color

.myBgColor { background-color: #BEF17F; }

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

This div background color is #BEF17F.


Border color

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

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

This div border color is #BEF17F.


Opacity

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

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

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

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

This text has shadow with #BEF17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF17F on black background.


Color preview on white background

This text has color #BEF17F on white background.



Black color preview on #BEF17F background

This text has black color on #BEF17F background.


White color preview on #BEF17F background

This text has white color on #BEF17F background.