COLOR #BEE381

HEX: #BEE381
RGB: (190,227,129)

Renk bilgisi

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

RGB renk modeli

#BEE381 color RGB value is (190,227,129).

  • kırmız ton 190;
  • yeşil ton 227;
  • mavi ton 129.
RGB:
(190,227,129)
(75%,89%,51%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 227 of 255 = 89%
B 129 of 255 = 51%

190
227
129

R + G + B ~ 72%. #BEE381 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 227 + 129 = 546 (100%)
R 190 of 546 ~ 34.8%
G 227 of 546 ~ 41.58%
B 129 of 546 ~ 23.63%

%34.8
%41.58
%23.63

CMYK RENK MODELİ

#BEE381 rengi CMYK tonu (16,0,43,11).

  • camgöbeği tonu 16.30%
  • eflatun tonu 0.00%
  • sarı tonu 43.17%
  • ana renk tonu 10.98%
CMYK:
(16,0,43,11)
C16M0Y43K11 
(16%,0%,43%,11%)
(0.16/0.00/0.43/0.11)	

CMYK yüzdeleri

%16.3
%0
%43.17
%10.98

Codes

Color #BEE381 in popluar color models

BEE381
RGB190227129
HSL83°63.64%69.80%
HSB/HSV83°43.17%89.02%
CMYK16.30%0.00%43.17%
10.98%

Color #BEE381 in popluar number systems.

HEXBEE381
Decimal190227129
Binary101111101110001110000001
Octal276343201

Shades and tints

Shades of #BEE381

#BEE381
(190,227,129)
#ADCF76
(173,207,118)
#9CBB6B
(156,187,107)
#8BA760
(139,167,96)
#7A9355
(122,147,85)
#697F4A
(105,127,74)
#586B3F
(88,107,63)
#475734
(71,87,52)
#364329
(54,67,41)
#252F1E
(37,47,30)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #BEE381

#BEE381
(190,227,129)
#C3E58C
(195,229,140)
#C8E797
(200,231,151)
#CDE9A2
(205,233,162)
#D2EBAD
(210,235,173)
#D7EDB8
(215,237,184)
#DCEFC3
(220,239,195)
#E1F1CE
(225,241,206)
#E6F3D9
(230,243,217)
#EBF5E4
(235,245,228)
#F0F7EF
(240,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE381; }

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

This text font color is #BEE381.


Background Color

.myBgColor { background-color: #BEE381; }

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

This div background color is #BEE381.


Border color

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

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

This div border color is #BEE381.


Opacity

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

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

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

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

This text has shadow with #BEE381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE381 on black background.


Color preview on white background

This text has color #BEE381 on white background.



Black color preview on #BEE381 background

This text has black color on #BEE381 background.


White color preview on #BEE381 background

This text has white color on #BEE381 background.