COLOR #BEEC78

HEX: #BEEC78
RGB: (190,236,120)

Color info

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

RGB color model

#BEEC78 color RGB value is (190,236,120).

  • red value is 190;
  • green value is 236;
  • blue value is 120.
RGB:
(190,236,120)
(75%,93%,47%)

RGB channels and saturation

R 190 of 255 = 75%
G 236 of 255 = 93%
B 120 of 255 = 47%

190
236
120

R + G + B ~ 72%. #BEEC78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 236 + 120 = 546 (100%)
R 190 of 546 ~ 34.8%
G 236 of 546 ~ 43.22%
B 120 of 546 ~ 21.98%

%34.8
%43.22
%21.98

CMYK color model

#BEEC78 color CMYK value is (19,0,49,7).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 7.45%
CMYK:
(19,0,49,7)
C19M0Y49K7 
(19%,0%,49%,7%)
(0.19/0.00/0.49/0.07)	

CMYK percentages

%19.49
%0
%49.15
%7.45

Codes

Color #BEEC78 in popluar color models

BEEC78
RGB190236120
HSL84°75.32%69.80%
HSB/HSV84°49.15%92.55%
CMYK19.49%0.00%49.15%
7.45%

Color #BEEC78 in popluar number systems.

HEXBEEC78
Decimal190236120
Binary10111110111011001111000
Octal276354170

Shades and tints

Shades of #BEEC78

#BEEC78
(190,236,120)
#ADD76E
(173,215,110)
#9CC264
(156,194,100)
#8BAD5A
(139,173,90)
#7A9850
(122,152,80)
#698346
(105,131,70)
#586E3C
(88,110,60)
#475932
(71,89,50)
#364428
(54,68,40)
#252F1E
(37,47,30)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #BEEC78

#BEEC78
(190,236,120)
#C3ED84
(195,237,132)
#C8EE90
(200,238,144)
#CDEF9C
(205,239,156)
#D2F0A8
(210,240,168)
#D7F1B4
(215,241,180)
#DCF2C0
(220,242,192)
#E1F3CC
(225,243,204)
#E6F4D8
(230,244,216)
#EBF5E4
(235,245,228)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEC78 color. Also use rgb(190,236,120) instead hex code.

Text Font Color

.myTextColor { color: #BEEC78; }

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

This text font color is #BEEC78.


Background Color

.myBgColor { background-color: #BEEC78; }

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

This div background color is #BEEC78.


Border color

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

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

This div border color is #BEEC78.


Opacity

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

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

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

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

This text has shadow with #BEEC78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEC78 on black background.


Color preview on white background

This text has color #BEEC78 on white background.



Black color preview on #BEEC78 background

This text has black color on #BEEC78 background.


White color preview on #BEEC78 background

This text has white color on #BEEC78 background.