COLOR #BEE55E

HEX: #BEE55E RGB: (190,229,94)

Color info

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

RGB color model

#BEE55E color RGB value is (190,229,94).

RGB: (190,229,94) (75%, 90%, 37%)

RGB channels and saturation

R 190 of 255 = 75%
G 229 of 255 = 90%
B 94 of 255 = 37%

190
229
94

R + G + B ~ 67%. #BEE55E is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 229 + 94 = 513 (100%)
R 190 of 513 ~ 37.04%
G 229 of 513 ~ 44.64%
B 94 of 513 ~ 18.32'%

%37.04
%44.64
%18.32

CMYK color model

#BEE55E color CMYK value is (17,0,59,10).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 58.95%
  • key color value is 10.20%

CMYK: (17,0,59,10)
C17M0Y59K10 (17%, 0%, 59%, 10%)
(0.17 / 0.00 / 0.59 / 0.10)

CMYK percentages

%17.03
%0
%58.95
%10.2

Codes

Color #BEE55E in popluar color models

BE E5 5E
RGB 190 229 94
HSL 77° 72.19% 63.33%
HSB/HSV 77° 58.95% 89.80%
CMYK 17.03% 0.00% 58.95%
10.20%

Color #BEE55E in popluar number systems.

HEX BE E5 5E
Decimal 190 229 94
Binary 10111110 11100101 1011110
Octal 276 345 136

Shades and tints

Shades of #BEE55E

#BEE55E
(190,229,94)
#ADD156
(173,209,86)
#9CBD4E
(156,189,78)
#8BA946
(139,169,70)
#7A953E
(122,149,62)
#698136
(105,129,54)
#586D2E
(88,109,46)
#475926
(71,89,38)
#36451E
(54,69,30)
#253116
(37,49,22)
#141D0E
(20,29,14)
#000000
(0,0,0)

Tints of #BEE55E

#BEE55E
(190,229,94)
#C3E76C
(195,231,108)
#C8E97A
(200,233,122)
#CDEB88
(205,235,136)
#D2ED96
(210,237,150)
#D7EFA4
(215,239,164)
#DCF1B2
(220,241,178)
#E1F3C0
(225,243,192)
#E6F5CE
(230,245,206)
#EBF7DC
(235,247,220)
#F0F9EA
(240,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE55E color. Also use rgb(190,229,94) instead hex code.

Text Font Color

.myTextColor { color: #BEE55E; }

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

This text font color is #BEE55E.

Background Color

.myBgColor { background-color: #BEE55E; }

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

This div background color is #BEE55E.

Border color

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

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

This div border color is #BEE55E.

Opacity

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

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

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

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

This text has shadow with #BEE55E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE55E.

Preview

Color preview on black background

This text has color #BEE55E on black background.


Color preview on white background

This text has color #BEE55E on white background.


Black color preview on #BEE55E background

This text has black color on #BEE55E background.


White color preview on #BEE55E background

This text has white color on #BEE55E background.


Related colors

Complementary color

Complementary color for #hex is #411AA1.


I love getcolorcode.com

Triadic colors

1 #5EBEE5 and #E55EBE with #BEE55E are triadic colors.

2 #5EE5BE and #E5BE5E with #BEE55E are triadic colors.