COLOR #BEE461

HEX: #BEE461
RGB: (190,228,97)

Color info

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

RGB color model

#BEE461 color RGB value is (190,228,97).

  • red value is 190;
  • green value is 228;
  • blue value is 97.
RGB:
(190,228,97)
(75%,89%,38%)

RGB channels and saturation

R 190 of 255 = 75%
G 228 of 255 = 89%
B 97 of 255 = 38%

190
228
97

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

Portions of RGB colors in percentages

R + G + B =
190 + 228 + 97 = 515 (100%)
R 190 of 515 ~ 36.89%
G 228 of 515 ~ 44.27%
B 97 of 515 ~ 18.83%

%36.89
%44.27
%18.83

CMYK color model

#BEE461 color CMYK value is (17,0,57,11).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 57.46%
  • key color value is 10.59%
CMYK:
(17,0,57,11)
C17M0Y57K11 
(17%,0%,57%,11%)
(0.17/0.00/0.57/0.11)	

CMYK percentages

%16.67
%0
%57.46
%10.59

Codes

Color #BEE461 in popluar color models

BEE461
RGB19022897
HSL77°70.81%63.73%
HSB/HSV77°57.46%89.41%
CMYK16.67%0.00%57.46%
10.59%

Color #BEE461 in popluar number systems.

HEXBEE461
Decimal19022897
Binary10111110111001001100001
Octal276344141

Shades and tints

Shades of #BEE461

#BEE461
(190,228,97)
#ADD059
(173,208,89)
#9CBC51
(156,188,81)
#8BA849
(139,168,73)
#7A9441
(122,148,65)
#698039
(105,128,57)
#586C31
(88,108,49)
#475829
(71,88,41)
#364421
(54,68,33)
#253019
(37,48,25)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #BEE461

#BEE461
(190,228,97)
#C3E66F
(195,230,111)
#C8E87D
(200,232,125)
#CDEA8B
(205,234,139)
#D2EC99
(210,236,153)
#D7EEA7
(215,238,167)
#DCF0B5
(220,240,181)
#E1F2C3
(225,242,195)
#E6F4D1
(230,244,209)
#EBF6DF
(235,246,223)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE461 color. Also use rgb(190,228,97) instead hex code.

Text Font Color

.myTextColor { color: #BEE461; }

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

This text font color is #BEE461.


Background Color

.myBgColor { background-color: #BEE461; }

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

This div background color is #BEE461.


Border color

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

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

This div border color is #BEE461.


Opacity

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

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

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

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

This text has shadow with #BEE461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE461 on black background.


Color preview on white background

This text has color #BEE461 on white background.



Black color preview on #BEE461 background

This text has black color on #BEE461 background.


White color preview on #BEE461 background

This text has white color on #BEE461 background.