COLOR #BFD575

HEX: #BFD575
RGB: (191,213,117)

Color info

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

RGB color model

#BFD575 color RGB value is (191,213,117).

  • red value is 191;
  • green value is 213;
  • blue value is 117.
RGB:
(191,213,117)
(75%,84%,46%)

RGB channels and saturation

R 191 of 255 = 75%
G 213 of 255 = 84%
B 117 of 255 = 46%

191
213
117

R + G + B ~ 68%. #BFD575 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 213 + 117 = 521 (100%)
R 191 of 521 ~ 36.66%
G 213 of 521 ~ 40.88%
B 117 of 521 ~ 22.46%

%36.66
%40.88
%22.46

CMYK color model

#BFD575 color CMYK value is (10,0,45,16).

  • cyan value is 10.33%
  • magenta value is 0.00%
  • yellow value is 45.07%
  • key color value is 16.47%
CMYK:
(10,0,45,16)
C10M0Y45K16 
(10%,0%,45%,16%)
(0.10/0.00/0.45/0.16)	

CMYK percentages

%10.33
%0
%45.07
%16.47

Codes

Color #BFD575 in popluar color models

BFD575
RGB191213117
HSL74°53.33%64.71%
HSB/HSV74°45.07%83.53%
CMYK10.33%0.00%45.07%
16.47%

Color #BFD575 in popluar number systems.

HEXBFD575
Decimal191213117
Binary10111111110101011110101
Octal277325165

Shades and tints

Shades of #BFD575

#BFD575
(191,213,117)
#AEC26B
(174,194,107)
#9DAF61
(157,175,97)
#8C9C57
(140,156,87)
#7B894D
(123,137,77)
#6A7643
(106,118,67)
#596339
(89,99,57)
#48502F
(72,80,47)
#373D25
(55,61,37)
#262A1B
(38,42,27)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #BFD575

#BFD575
(191,213,117)
#C4D881
(196,216,129)
#C9DB8D
(201,219,141)
#CEDE99
(206,222,153)
#D3E1A5
(211,225,165)
#D8E4B1
(216,228,177)
#DDE7BD
(221,231,189)
#E2EAC9
(226,234,201)
#E7EDD5
(231,237,213)
#ECF0E1
(236,240,225)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFD575 color. Also use rgb(191,213,117) instead hex code.

Text Font Color

.myTextColor { color: #BFD575; }

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

This text font color is #BFD575.


Background Color

.myBgColor { background-color: #BFD575; }

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

This div background color is #BFD575.


Border color

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

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

This div border color is #BFD575.


Opacity

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

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

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

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

This text has shadow with #BFD575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFD575 on black background.


Color preview on white background

This text has color #BFD575 on white background.



Black color preview on #BFD575 background

This text has black color on #BFD575 background.


White color preview on #BFD575 background

This text has white color on #BFD575 background.