COLOR #BEE37E

HEX: #BEE37E
RGB: (190,227,126)

Color info

#BEE37E contains mainly red and green colors. Web safe color of #BEE37E is #CCCC66 (or #CC6).

RGB color model

#BEE37E color RGB value is (190,227,126).

  • red value is 190;
  • green value is 227;
  • blue value is 126.
RGB:
(190,227,126)
(75%,89%,49%)

RGB channels and saturation

R 190 of 255 = 75%
G 227 of 255 = 89%
B 126 of 255 = 49%

190
227
126

R + G + B ~ 71%. #BEE37E is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 227 + 126 = 543 (100%)
R 190 of 543 ~ 34.99%
G 227 of 543 ~ 41.8%
B 126 of 543 ~ 23.2%

%34.99
%41.8
%23.2

CMYK color model

#BEE37E color CMYK value is (16,0,44,11).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 44.49%
  • key color value is 10.98%
CMYK:
(16,0,44,11)
C16M0Y44K11 
(16%,0%,44%,11%)
(0.16/0.00/0.44/0.11)	

CMYK percentages

%16.3
%0
%44.49
%10.98

Codes

Color #BEE37E in popluar color models

BEE37E
RGB190227126
HSL82°64.33%69.22%
HSB/HSV82°44.49%89.02%
CMYK16.30%0.00%44.49%
10.98%

Color #BEE37E in popluar number systems.

HEXBEE37E
Decimal190227126
Binary10111110111000111111110
Octal276343176

Shades and tints

Shades of #BEE37E

#BEE37E
(190,227,126)
#ADCF73
(173,207,115)
#9CBB68
(156,187,104)
#8BA75D
(139,167,93)
#7A9352
(122,147,82)
#697F47
(105,127,71)
#586B3C
(88,107,60)
#475731
(71,87,49)
#364326
(54,67,38)
#252F1B
(37,47,27)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #BEE37E

#BEE37E
(190,227,126)
#C3E589
(195,229,137)
#C8E794
(200,231,148)
#CDE99F
(205,233,159)
#D2EBAA
(210,235,170)
#D7EDB5
(215,237,181)
#DCEFC0
(220,239,192)
#E1F1CB
(225,241,203)
#E6F3D6
(230,243,214)
#EBF5E1
(235,245,225)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE37E color. Also use rgb(190,227,126) instead hex code.

Text Font Color

.myTextColor { color: #BEE37E; }

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

This text font color is #BEE37E.


Background Color

.myBgColor { background-color: #BEE37E; }

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

This div background color is #BEE37E.


Border color

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

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

This div border color is #BEE37E.


Opacity

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

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

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

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

This text has shadow with #BEE37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE37E on black background.


Color preview on white background

This text has color #BEE37E on white background.



Black color preview on #BEE37E background

This text has black color on #BEE37E background.


White color preview on #BEE37E background

This text has white color on #BEE37E background.