COLOR #BEEF61

HEX: #BEEF61 RGB: (190,239,97)

Color info

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

RGB color model

#BEEF61 color RGB value is (190,239,97).

RGB: (190,239,97) (75%, 94%, 38%)

RGB channels and saturation

R 190 of 255 = 75%
G 239 of 255 = 94%
B 97 of 255 = 38%

190
239
97

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

Portions of RGB colors in percentages

R + G + B = 190 + 239 + 97 = 526 (100%)
R 190 of 526 ~ 36.12%
G 239 of 526 ~ 45.44%
B 97 of 526 ~ 18.44'%

%36.12
%45.44
%18.44

CMYK color model

#BEEF61 color CMYK value is (21,0,59,6).

  • cyan value is 20.50%
  • magenta value is 0.00%
  • yellow value is 59.41%
  • key color value is 6.27%

CMYK: (21,0,59,6)
C21M0Y59K6 (21%, 0%, 59%, 6%)
(0.21 / 0.00 / 0.59 / 0.06)

CMYK percentages

%20.5
%0
%59.41
%6.27

Codes

Color #BEEF61 in popluar color models

BE EF 61
RGB 190 239 97
HSL 81° 81.61% 65.88%
HSB/HSV 81° 59.41% 93.73%
CMYK 20.50% 0.00% 59.41%
6.27%

Color #BEEF61 in popluar number systems.

HEX BE EF 61
Decimal 190 239 97
Binary 10111110 11101111 1100001
Octal 276 357 141

Shades and tints

Shades of #BEEF61

#BEEF61
(190,239,97)
#ADDA59
(173,218,89)
#9CC551
(156,197,81)
#8BB049
(139,176,73)
#7A9B41
(122,155,65)
#698639
(105,134,57)
#587131
(88,113,49)
#475C29
(71,92,41)
#364721
(54,71,33)
#253219
(37,50,25)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #BEEF61

#BEEF61
(190,239,97)
#C3F06F
(195,240,111)
#C8F17D
(200,241,125)
#CDF28B
(205,242,139)
#D2F399
(210,243,153)
#D7F4A7
(215,244,167)
#DCF5B5
(220,245,181)
#E1F6C3
(225,246,195)
#E6F7D1
(230,247,209)
#EBF8DF
(235,248,223)
#F0F9ED
(240,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEF61; }

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

This text font color is #BEEF61.

Background Color

.myBgColor { background-color: #BEEF61; }

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

This div background color is #BEEF61.

Border color

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

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

This div border color is #BEEF61.

Opacity

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

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

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

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

This text has shadow with #BEEF61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEF61.

Preview

Color preview on black background

This text has color #BEEF61 on black background.


Color preview on white background

This text has color #BEEF61 on white background.


Black color preview on #BEEF61 background

This text has black color on #BEEF61 background.


White color preview on #BEEF61 background

This text has white color on #BEEF61 background.


Related colors

Complementary color

Complementary color for #hex is #41109E.


I love getcolorcode.com

Triadic colors

1 #61BEEF and #EF61BE with #BEEF61 are triadic colors.

2 #61EFBE and #EFBE61 with #BEEF61 are triadic colors.