COLOR #84E133

HEX: #84E133
RGB: (132,225,51)

Renk bilgisi

#84E133 contains mainly green color. #84E133 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#84E133 color RGB value is (132,225,51).

  • kırmız ton 132;
  • yeşil ton 225;
  • mavi ton 51.
RGB:
(132,225,51)
(52%,88%,20%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 225 of 255 = 88%
B 51 of 255 = 20%

132
225
51

R + G + B ~ 53%. #84E133 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 225 + 51 = 408 (100%)
R 132 of 408 ~ 32.35%
G 225 of 408 ~ 55.15%
B 51 of 408 ~ 12.5%

%32.35
%55.15
%12.5

CMYK RENK MODELİ

#84E133 rengi CMYK tonu (41,0,77,12).

  • camgöbeği tonu 41.33%
  • eflatun tonu 0.00%
  • sarı tonu 77.33%
  • ana renk tonu 11.76%
CMYK:
(41,0,77,12)
C41M0Y77K12 
(41%,0%,77%,12%)
(0.41/0.00/0.77/0.12)	

CMYK yüzdeleri

%41.33
%0
%77.33
%11.76

Codes

Color #84E133 in popluar color models

84E133
RGB13222551
HSL92°74.36%54.12%
HSB/HSV92°77.33%88.24%
CMYK41.33%0.00%77.33%
11.76%

Color #84E133 in popluar number systems.

HEX84E133
Decimal13222551
Binary1000010011100001110011
Octal20434163

Shades and tints

Shades of #84E133

#84E133
(132,225,51)
#78CD2F
(120,205,47)
#6CB92B
(108,185,43)
#60A527
(96,165,39)
#549123
(84,145,35)
#487D1F
(72,125,31)
#3C691B
(60,105,27)
#305517
(48,85,23)
#244113
(36,65,19)
#182D0F
(24,45,15)
#0C190B
(12,25,11)
#000000
(0,0,0)

Tints of #84E133

#84E133
(132,225,51)
#8FE345
(143,227,69)
#9AE557
(154,229,87)
#A5E769
(165,231,105)
#B0E97B
(176,233,123)
#BBEB8D
(187,235,141)
#C6ED9F
(198,237,159)
#D1EFB1
(209,239,177)
#DCF1C3
(220,241,195)
#E7F3D5
(231,243,213)
#F2F5E7
(242,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84E133 color. Also use rgb(132,225,51) instead hex code.

Text Font Color

.myTextColor { color: #84E133; }

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

This text font color is #84E133.


Background Color

.myBgColor { background-color: #84E133; }

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

This div background color is #84E133.


Border color

.myBorderColor { border: 1px solid #84E133; }

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

This div border color is #84E133.


Opacity

.myOpacity80 { color: #84E133; opacity: 0.8; }

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

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

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

This text has shadow with #84E133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84E133 on black background.


Color preview on white background

This text has color #84E133 on white background.



Black color preview on #84E133 background

This text has black color on #84E133 background.


White color preview on #84E133 background

This text has white color on #84E133 background.