COLOR #BEDB79

HEX: #BEDB79 RGB: (190,219,121)

Color info

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

RGB color model

#BEDB79 color RGB value is (190,219,121).

RGB: (190,219,121) (75%, 86%, 47%)

RGB channels and saturation

R 190 of 255 = 75%
G 219 of 255 = 86%
B 121 of 255 = 47%

190
219
121

R + G + B ~ 69%. #BEDB79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 219 + 121 = 530 (100%)
R 190 of 530 ~ 35.85%
G 219 of 530 ~ 41.32%
B 121 of 530 ~ 22.83'%

%35.85
%41.32
%22.83

CMYK color model

#BEDB79 color CMYK value is (13,0,45,14).

  • cyan value is 13.24%
  • magenta value is 0.00%
  • yellow value is 44.75%
  • key color value is 14.12%

CMYK: (13,0,45,14)
C13M0Y45K14 (13%, 0%, 45%, 14%)
(0.13 / 0.00 / 0.45 / 0.14)

CMYK percentages

%13.24
%0
%44.75
%14.12

Codes

Color #BEDB79 in popluar color models

BE DB 79
RGB 190 219 121
HSL 78° 57.65% 66.67%
HSB/HSV 78° 44.75% 85.88%
CMYK 13.24% 0.00% 44.75%
14.12%

Color #BEDB79 in popluar number systems.

HEX BE DB 79
Decimal 190 219 121
Binary 10111110 11011011 1111001
Octal 276 333 171

Shades and tints

Shades of #BEDB79

#BEDB79
(190,219,121)
#ADC86E
(173,200,110)
#9CB563
(156,181,99)
#8BA258
(139,162,88)
#7A8F4D
(122,143,77)
#697C42
(105,124,66)
#586937
(88,105,55)
#47562C
(71,86,44)
#364321
(54,67,33)
#253016
(37,48,22)
#141D0B
(20,29,11)
#000000
(0,0,0)

Tints of #BEDB79

#BEDB79
(190,219,121)
#C3DE85
(195,222,133)
#C8E191
(200,225,145)
#CDE49D
(205,228,157)
#D2E7A9
(210,231,169)
#D7EAB5
(215,234,181)
#DCEDC1
(220,237,193)
#E1F0CD
(225,240,205)
#E6F3D9
(230,243,217)
#EBF6E5
(235,246,229)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEDB79 color. Also use rgb(190,219,121) instead hex code.

Text Font Color

.myTextColor { color: #BEDB79; }

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

This text font color is #BEDB79.

Background Color

.myBgColor { background-color: #BEDB79; }

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

This div background color is #BEDB79.

Border color

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

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

This div border color is #BEDB79.

Opacity

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

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

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

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

This text has shadow with #BEDB79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEDB79.

Preview

Color preview on black background

This text has color #BEDB79 on black background.


Color preview on white background

This text has color #BEDB79 on white background.


Black color preview on #BEDB79 background

This text has black color on #BEDB79 background.


White color preview on #BEDB79 background

This text has white color on #BEDB79 background.


Related colors

Complementary color

Complementary color for #hex is #412486.


I love getcolorcode.com

Triadic colors

1 #79BEDB and #DB79BE with #BEDB79 are triadic colors.

2 #79DBBE and #DBBE79 with #BEDB79 are triadic colors.