COLOR #BDE58B

HEX: #BDE58B
RGB: (189,229,139)

Renk bilgisi

#BDE58B contains mainly red and green colors. #BDE58B ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BDE58B color RGB value is (189,229,139).

  • kırmız ton 189;
  • yeşil ton 229;
  • mavi ton 139.
RGB:
(189,229,139)
(74%,90%,55%)

RGB bağlantıları ve doygunluk

R 189 of 255 = 74%
G 229 of 255 = 90%
B 139 of 255 = 55%

189
229
139

R + G + B ~ 73%. #BDE58B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
189 + 229 + 139 = 557 (100%)
R 189 of 557 ~ 33.93%
G 229 of 557 ~ 41.11%
B 139 of 557 ~ 24.96%

%33.93
%41.11
%24.96

CMYK RENK MODELİ

#BDE58B rengi CMYK tonu (17,0,39,10).

  • camgöbeği tonu 17.47%
  • eflatun tonu 0.00%
  • sarı tonu 39.30%
  • ana renk tonu 10.20%
CMYK:
(17,0,39,10)
C17M0Y39K10 
(17%,0%,39%,10%)
(0.17/0.00/0.39/0.10)	

CMYK yüzdeleri

%17.47
%0
%39.3
%10.2

Codes

Color #BDE58B in popluar color models

BDE58B
RGB189229139
HSL87°63.38%72.16%
HSB/HSV87°39.30%89.80%
CMYK17.47%0.00%39.30%
10.20%

Color #BDE58B in popluar number systems.

HEXBDE58B
Decimal189229139
Binary101111011110010110001011
Octal275345213

Shades and tints

Shades of #BDE58B

#BDE58B
(189,229,139)
#ACD17F
(172,209,127)
#9BBD73
(155,189,115)
#8AA967
(138,169,103)
#79955B
(121,149,91)
#68814F
(104,129,79)
#576D43
(87,109,67)
#465937
(70,89,55)
#35452B
(53,69,43)
#24311F
(36,49,31)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #BDE58B

#BDE58B
(189,229,139)
#C3E795
(195,231,149)
#C9E99F
(201,233,159)
#CFEBA9
(207,235,169)
#D5EDB3
(213,237,179)
#DBEFBD
(219,239,189)
#E1F1C7
(225,241,199)
#E7F3D1
(231,243,209)
#EDF5DB
(237,245,219)
#F3F7E5
(243,247,229)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDE58B color. Also use rgb(189,229,139) instead hex code.

Text Font Color

.myTextColor { color: #BDE58B; }

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

This text font color is #BDE58B.


Background Color

.myBgColor { background-color: #BDE58B; }

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

This div background color is #BDE58B.


Border color

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

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

This div border color is #BDE58B.


Opacity

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

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

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

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

This text has shadow with #BDE58B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDE58B on black background.


Color preview on white background

This text has color #BDE58B on white background.



Black color preview on #BDE58B background

This text has black color on #BDE58B background.


White color preview on #BDE58B background

This text has white color on #BDE58B background.