COLOR #BEED32

HEX: #BEED32
RGB: (190,237,50)

Color info

#BEED32 contains mainly red and green colors. Web safe color of #BEED32 is #CCFF33 (or #CF3).

RGB color model

#BEED32 color RGB value is (190,237,50).

  • red value is 190;
  • green value is 237;
  • blue value is 50.
RGB:
(190,237,50)
(75%,93%,20%)

RGB channels and saturation

R 190 of 255 = 75%
G 237 of 255 = 93%
B 50 of 255 = 20%

190
237
50

R + G + B ~ 63%. #BEED32 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 237 + 50 = 477 (100%)
R 190 of 477 ~ 39.83%
G 237 of 477 ~ 49.69%
B 50 of 477 ~ 10.48%

%39.83
%49.69
%10.48

CMYK color model

#BEED32 color CMYK value is (20,0,79,7).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 78.90%
  • key color value is 7.06%
CMYK:
(20,0,79,7)
C20M0Y79K7 
(20%,0%,79%,7%)
(0.20/0.00/0.79/0.07)	

CMYK percentages

%19.83
%0
%78.9
%7.06

Codes

Color #BEED32 in popluar color models

BEED32
RGB19023750
HSL75°83.86%56.27%
HSB/HSV75°78.90%92.94%
CMYK19.83%0.00%78.90%
7.06%

Color #BEED32 in popluar number systems.

HEXBEED32
Decimal19023750
Binary1011111011101101110010
Octal27635562

Shades and tints

Shades of #BEED32

#BEED32
(190,237,50)
#ADD82E
(173,216,46)
#9CC32A
(156,195,42)
#8BAE26
(139,174,38)
#7A9922
(122,153,34)
#69841E
(105,132,30)
#586F1A
(88,111,26)
#475A16
(71,90,22)
#364512
(54,69,18)
#25300E
(37,48,14)
#141B0A
(20,27,10)
#000000
(0,0,0)

Tints of #BEED32

#BEED32
(190,237,50)
#C3EE44
(195,238,68)
#C8EF56
(200,239,86)
#CDF068
(205,240,104)
#D2F17A
(210,241,122)
#D7F28C
(215,242,140)
#DCF39E
(220,243,158)
#E1F4B0
(225,244,176)
#E6F5C2
(230,245,194)
#EBF6D4
(235,246,212)
#F0F7E6
(240,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEED32 color. Also use rgb(190,237,50) instead hex code.

Text Font Color

.myTextColor { color: #BEED32; }

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

This text font color is #BEED32.


Background Color

.myBgColor { background-color: #BEED32; }

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

This div background color is #BEED32.


Border color

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

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

This div border color is #BEED32.


Opacity

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

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

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

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

This text has shadow with #BEED32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEED32 on black background.


Color preview on white background

This text has color #BEED32 on white background.



Black color preview on #BEED32 background

This text has black color on #BEED32 background.


White color preview on #BEED32 background

This text has white color on #BEED32 background.