COLOR #BEFA81

HEX: #BEFA81
RGB: (190,250,129)

Color info

#BEFA81 contains mainly green color. Web safe color of #BEFA81 is #CCFF99 (or #CF9).

RGB color model

#BEFA81 color RGB value is (190,250,129).

  • red value is 190;
  • green value is 250;
  • blue value is 129.
RGB:
(190,250,129)
(75%,98%,51%)

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 129 of 255 = 51%

190
250
129

R + G + B ~ 75%. #BEFA81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 129 = 569 (100%)
R 190 of 569 ~ 33.39%
G 250 of 569 ~ 43.94%
B 129 of 569 ~ 22.67%

%33.39
%43.94
%22.67

CMYK color model

#BEFA81 color CMYK value is (24,0,48,2).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 48.40%
  • key color value is 1.96%
CMYK:
(24,0,48,2)
C24M0Y48K2 
(24%,0%,48%,2%)
(0.24/0.00/0.48/0.02)	

CMYK percentages

%24
%0
%48.4
%1.96

Codes

Color #BEFA81 in popluar color models

BEFA81
RGB190250129
HSL90°92.37%74.31%
HSB/HSV90°48.40%98.04%
CMYK24.00%0.00%48.40%
1.96%

Color #BEFA81 in popluar number systems.

HEXBEFA81
Decimal190250129
Binary101111101111101010000001
Octal276372201

Shades and tints

Shades of #BEFA81

#BEFA81
(190,250,129)
#ADE476
(173,228,118)
#9CCE6B
(156,206,107)
#8BB860
(139,184,96)
#7AA255
(122,162,85)
#698C4A
(105,140,74)
#58763F
(88,118,63)
#476034
(71,96,52)
#364A29
(54,74,41)
#25341E
(37,52,30)
#141E13
(20,30,19)
#000000
(0,0,0)

Tints of #BEFA81

#BEFA81
(190,250,129)
#C3FA8C
(195,250,140)
#C8FA97
(200,250,151)
#CDFAA2
(205,250,162)
#D2FAAD
(210,250,173)
#D7FAB8
(215,250,184)
#DCFAC3
(220,250,195)
#E1FACE
(225,250,206)
#E6FAD9
(230,250,217)
#EBFAE4
(235,250,228)
#F0FAEF
(240,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFA81; }

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

This text font color is #BEFA81.


Background Color

.myBgColor { background-color: #BEFA81; }

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

This div background color is #BEFA81.


Border color

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

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

This div border color is #BEFA81.


Opacity

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

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

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

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

This text has shadow with #BEFA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFA81 on black background.


Color preview on white background

This text has color #BEFA81 on white background.



Black color preview on #BEFA81 background

This text has black color on #BEFA81 background.


White color preview on #BEFA81 background

This text has white color on #BEFA81 background.