COLOR #BEEA5B

HEX: #BEEA5B
RGB: (190,234,91)

Color info

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

RGB color model

#BEEA5B color RGB value is (190,234,91).

  • red value is 190;
  • green value is 234;
  • blue value is 91.
RGB:
(190,234,91)
(75%,92%,36%)

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 91 of 255 = 36%

190
234
91

R + G + B ~ 68%. #BEEA5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 234 + 91 = 515 (100%)
R 190 of 515 ~ 36.89%
G 234 of 515 ~ 45.44%
B 91 of 515 ~ 17.67%

%36.89
%45.44
%17.67

CMYK color model

#BEEA5B color CMYK value is (19,0,61,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 8.24%
CMYK:
(19,0,61,8)
C19M0Y61K8 
(19%,0%,61%,8%)
(0.19/0.00/0.61/0.08)	

CMYK percentages

%18.8
%0
%61.11
%8.24

Codes

Color #BEEA5B in popluar color models

BEEA5B
RGB19023491
HSL78°77.30%63.73%
HSB/HSV78°61.11%91.76%
CMYK18.80%0.00%61.11%
8.24%

Color #BEEA5B in popluar number systems.

HEXBEEA5B
Decimal19023491
Binary10111110111010101011011
Octal276352133

Shades and tints

Shades of #BEEA5B

#BEEA5B
(190,234,91)
#ADD553
(173,213,83)
#9CC04B
(156,192,75)
#8BAB43
(139,171,67)
#7A963B
(122,150,59)
#698133
(105,129,51)
#586C2B
(88,108,43)
#475723
(71,87,35)
#36421B
(54,66,27)
#252D13
(37,45,19)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #BEEA5B

#BEEA5B
(190,234,91)
#C3EB69
(195,235,105)
#C8EC77
(200,236,119)
#CDED85
(205,237,133)
#D2EE93
(210,238,147)
#D7EFA1
(215,239,161)
#DCF0AF
(220,240,175)
#E1F1BD
(225,241,189)
#E6F2CB
(230,242,203)
#EBF3D9
(235,243,217)
#F0F4E7
(240,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEA5B color. Also use rgb(190,234,91) instead hex code.

Text Font Color

.myTextColor { color: #BEEA5B; }

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

This text font color is #BEEA5B.


Background Color

.myBgColor { background-color: #BEEA5B; }

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

This div background color is #BEEA5B.


Border color

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

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

This div border color is #BEEA5B.


Opacity

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

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

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

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

This text has shadow with #BEEA5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEA5B on black background.


Color preview on white background

This text has color #BEEA5B on white background.



Black color preview on #BEEA5B background

This text has black color on #BEEA5B background.


White color preview on #BEEA5B background

This text has white color on #BEEA5B background.