COLOR #BEED04

HEX: #BEED04
RGB: (190,237,4)

Renk bilgisi

#BEED04 contains mainly red and green colors. #BEED04 ‘ nin web güvenlik rengi #CCFF00 (ya da #CF0) dir.

RGB renk modeli

#BEED04 color RGB value is (190,237,4).

  • kırmız ton 190;
  • yeşil ton 237;
  • mavi ton 4.
RGB:
(190,237,4)
(75%,93%,2%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 237 of 255 = 93%
B 4 of 255 = 2%

190
237
4

R + G + B ~ 57%. #BEED04 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
190 + 237 + 4 = 431 (100%)
R 190 of 431 ~ 44.08%
G 237 of 431 ~ 54.99%
B 4 of 431 ~ 0.93%

%44.08
%54.99

CMYK RENK MODELİ

#BEED04 rengi CMYK tonu (20,0,98,7).

  • camgöbeği tonu 19.83%
  • eflatun tonu 0.00%
  • sarı tonu 98.31%
  • ana renk tonu 7.06%
CMYK:
(20,0,98,7)
C20M0Y98K7 
(20%,0%,98%,7%)
(0.20/0.00/0.98/0.07)	

CMYK yüzdeleri

%19.83
%0
%98.31
%7.06

Codes

Color #BEED04 in popluar color models

BEED04
RGB1902374
HSL72°96.68%47.25%
HSB/HSV72°98.31%92.94%
CMYK19.83%0.00%98.31%
7.06%

Color #BEED04 in popluar number systems.

HEXBEED04
Decimal1902374
Binary1011111011101101100
Octal2763554

Shades and tints

Shades of #BEED04

#BEED04
(190,237,4)
#ADD804
(173,216,4)
#9CC304
(156,195,4)
#8BAE04
(139,174,4)
#7A9904
(122,153,4)
#698404
(105,132,4)
#586F04
(88,111,4)
#475A04
(71,90,4)
#364504
(54,69,4)
#253004
(37,48,4)
#141B04
(20,27,4)
#000000
(0,0,0)

Tints of #BEED04

#BEED04
(190,237,4)
#C3EE1A
(195,238,26)
#C8EF30
(200,239,48)
#CDF046
(205,240,70)
#D2F15C
(210,241,92)
#D7F272
(215,242,114)
#DCF388
(220,243,136)
#E1F49E
(225,244,158)
#E6F5B4
(230,245,180)
#EBF6CA
(235,246,202)
#F0F7E0
(240,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEED04 color. Also use rgb(190,237,4) instead hex code.

Text Font Color

.myTextColor { color: #BEED04; }

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

This text font color is #BEED04.


Background Color

.myBgColor { background-color: #BEED04; }

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

This div background color is #BEED04.


Border color

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

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

This div border color is #BEED04.


Opacity

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

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

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

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

This text has shadow with #BEED04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEED04 on black background.


Color preview on white background

This text has color #BEED04 on white background.



Black color preview on #BEED04 background

This text has black color on #BEED04 background.


White color preview on #BEED04 background

This text has white color on #BEED04 background.