COLOR #BEF581

HEX: #BEF581 RGB: (190,245,129)

Color info

#BEF581 contains mainly red and green colors. Web safe color of #BEF581 is #CCFF99 (or #CF9).

RGB color model

#BEF581 color RGB value is (190,245,129).

RGB: (190,245,129) (75%, 96%, 51%)

RGB channels and saturation

R 190 of 255 = 75%
G 245 of 255 = 96%
B 129 of 255 = 51%

190
245
129

R + G + B ~ 74%. #BEF581 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 245 + 129 = 564 (100%)
R 190 of 564 ~ 33.69%
G 245 of 564 ~ 43.44%
B 129 of 564 ~ 22.87'%

%33.69
%43.44
%22.87

CMYK color model

#BEF581 color CMYK value is (22,0,47,4).

  • cyan value is 22.45%
  • magenta value is 0.00%
  • yellow value is 47.35%
  • key color value is 3.92%

CMYK: (22,0,47,4)
C22M0Y47K4 (22%, 0%, 47%, 4%)
(0.22 / 0.00 / 0.47 / 0.04)

CMYK percentages

%22.45
%0
%47.35
%3.92

Codes

Color #BEF581 in popluar color models

BE F5 81
RGB 190 245 129
HSL 88° 85.29% 73.33%
HSB/HSV 88° 47.35% 96.08%
CMYK 22.45% 0.00% 47.35%
3.92%

Color #BEF581 in popluar number systems.

HEX BE F5 81
Decimal 190 245 129
Binary 10111110 11110101 10000001
Octal 276 365 201

Shades and tints

Shades of #BEF581

#BEF581
(190,245,129)
#ADDF76
(173,223,118)
#9CC96B
(156,201,107)
#8BB360
(139,179,96)
#7A9D55
(122,157,85)
#69874A
(105,135,74)
#58713F
(88,113,63)
#475B34
(71,91,52)
#364529
(54,69,41)
#252F1E
(37,47,30)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #BEF581

#BEF581
(190,245,129)
#C3F58C
(195,245,140)
#C8F597
(200,245,151)
#CDF5A2
(205,245,162)
#D2F5AD
(210,245,173)
#D7F5B8
(215,245,184)
#DCF5C3
(220,245,195)
#E1F5CE
(225,245,206)
#E6F5D9
(230,245,217)
#EBF5E4
(235,245,228)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF581 color. Also use rgb(190,245,129) instead hex code.

Text Font Color

.myTextColor { color: #BEF581; }

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

This text font color is #BEF581.

Background Color

.myBgColor { background-color: #BEF581; }

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

This div background color is #BEF581.

Border color

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

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

This div border color is #BEF581.

Opacity

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

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

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

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

This text has shadow with #BEF581 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF581.

Preview

Color preview on black background

This text has color #BEF581 on black background.


Color preview on white background

This text has color #BEF581 on white background.


Black color preview on #BEF581 background

This text has black color on #BEF581 background.


White color preview on #BEF581 background

This text has white color on #BEF581 background.


Related colors

Complementary color

Complementary color for #hex is #410A7E.


I love getcolorcode.com

Triadic colors

1 #81BEF5 and #F581BE with #BEF581 are triadic colors.

2 #81F5BE and #F5BE81 with #BEF581 are triadic colors.