COLOR #BEF690

HEX: #BEF690
RGB: (190,246,144)

Color info

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

RGB color model

#BEF690 color RGB value is (190,246,144).

  • red value is 190;
  • green value is 246;
  • blue value is 144.
RGB:
(190,246,144)
(75%,96%,56%)

RGB channels and saturation

R 190 of 255 = 75%
G 246 of 255 = 96%
B 144 of 255 = 56%

190
246
144

R + G + B ~ 76%. #BEF690 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 246 + 144 = 580 (100%)
R 190 of 580 ~ 32.76%
G 246 of 580 ~ 42.41%
B 144 of 580 ~ 24.83%

%32.76
%42.41
%24.83

CMYK color model

#BEF690 color CMYK value is (23,0,41,4).

  • cyan value is 22.76%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 3.53%
CMYK:
(23,0,41,4)
C23M0Y41K4 
(23%,0%,41%,4%)
(0.23/0.00/0.41/0.04)	

CMYK percentages

%22.76
%0
%41.46
%3.53

Codes

Color #BEF690 in popluar color models

BEF690
RGB190246144
HSL93°85.00%76.47%
HSB/HSV93°41.46%96.47%
CMYK22.76%0.00%41.46%
3.53%

Color #BEF690 in popluar number systems.

HEXBEF690
Decimal190246144
Binary101111101111011010010000
Octal276366220

Shades and tints

Shades of #BEF690

#BEF690
(190,246,144)
#ADE083
(173,224,131)
#9CCA76
(156,202,118)
#8BB469
(139,180,105)
#7A9E5C
(122,158,92)
#69884F
(105,136,79)
#587242
(88,114,66)
#475C35
(71,92,53)
#364628
(54,70,40)
#25301B
(37,48,27)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #BEF690

#BEF690
(190,246,144)
#C3F69A
(195,246,154)
#C8F6A4
(200,246,164)
#CDF6AE
(205,246,174)
#D2F6B8
(210,246,184)
#D7F6C2
(215,246,194)
#DCF6CC
(220,246,204)
#E1F6D6
(225,246,214)
#E6F6E0
(230,246,224)
#EBF6EA
(235,246,234)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF690 color. Also use rgb(190,246,144) instead hex code.

Text Font Color

.myTextColor { color: #BEF690; }

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

This text font color is #BEF690.


Background Color

.myBgColor { background-color: #BEF690; }

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

This div background color is #BEF690.


Border color

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

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

This div border color is #BEF690.


Opacity

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

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

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

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

This text has shadow with #BEF690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF690 on black background.


Color preview on white background

This text has color #BEF690 on white background.



Black color preview on #BEF690 background

This text has black color on #BEF690 background.


White color preview on #BEF690 background

This text has white color on #BEF690 background.