COLOR #BEFE7D

HEX: #BEFE7D RGB: (190,254,125)

Color info

#BEFE7D contains mainly green color. Web safe color of #BEFE7D is #CCFF66 (or #CF6).

RGB color model

#BEFE7D color RGB value is (190,254,125).

RGB: (190,254,125) (75%, 100%, 49%)

RGB channels and saturation

R 190 of 255 = 75%
G 254 of 255 = 100%
B 125 of 255 = 49%

190
254
125

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

Portions of RGB colors in percentages

R + G + B = 190 + 254 + 125 = 569 (100%)
R 190 of 569 ~ 33.39%
G 254 of 569 ~ 44.64%
B 125 of 569 ~ 21.97'%

%33.39
%44.64
%21.97

CMYK color model

#BEFE7D color CMYK value is (25,0,51,0).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 50.79%
  • key color value is 0.39%
CMYK: (25,0,51,0) C25M0Y51K0 (25%,0%,51%,0%) (0.25/0.00/0.51/0.00) 

CMYK percentages

%25.2
%0
%50.79
%0.39

Codes

Color #BEFE7D in popluar color models

BE FE 7D
RGB 190 254 125
HSL 90° 98.47% 74.31%
HSB/HSV 90° 50.79% 99.61%
CMYK 25.20% 0.00% 50.79%
0.39%

Color #BEFE7D in popluar number systems.

HEX BE FE 7D
Decimal 190 254 125
Binary 10111110 11111110 1111101
Octal 276 376 175

Shades and tints

Shades of #BEFE7D

#BEFE7D
(190,254,125)
#ADE772
(173,231,114)
#9CD067
(156,208,103)
#8BB95C
(139,185,92)
#7AA251
(122,162,81)
#698B46
(105,139,70)
#58743B
(88,116,59)
#475D30
(71,93,48)
#364625
(54,70,37)
#252F1A
(37,47,26)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #BEFE7D

#BEFE7D
(190,254,125)
#C3FE88
(195,254,136)
#C8FE93
(200,254,147)
#CDFE9E
(205,254,158)
#D2FEA9
(210,254,169)
#D7FEB4
(215,254,180)
#DCFEBF
(220,254,191)
#E1FECA
(225,254,202)
#E6FED5
(230,254,213)
#EBFEE0
(235,254,224)
#F0FEEB
(240,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFE7D color. Also use rgb(190,254,125) instead hex code.

Text Font Color

.myTextColor { color: #BEFE7D; }

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

This text font color is #BEFE7D.

Background Color

.myBgColor { background-color: #BEFE7D; }

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

This div background color is #BEFE7D.

Border color

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

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

This div border color is #BEFE7D.

Opacity

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

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

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

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

This text has shadow with #BEFE7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFE7D.

Preview

Color preview on black background

This text has color #BEFE7D on black background.


Color preview on white background

This text has color #BEFE7D on white background.


Black color preview on #BEFE7D background

This text has black color on #BEFE7D background.


White color preview on #BEFE7D background

This text has white color on #BEFE7D background.


Related colors

Complementary color

Complementary color for #hex is #410182.


I love getcolorcode.com

Triadic colors

1 #7DBEFE and #FE7DBE with #BEFE7D are triadic colors.

2 #7DFEBE and #FEBE7D with #BEFE7D are triadic colors.