COLOR #84D333

HEX: #84D333
RGB: (132,211,51)

Renk bilgisi

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

RGB renk modeli

#84D333 color RGB value is (132,211,51).

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

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 211 of 255 = 83%
B 51 of 255 = 20%

132
211
51

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 211 + 51 = 394 (100%)
R 132 of 394 ~ 33.5%
G 211 of 394 ~ 53.55%
B 51 of 394 ~ 12.94%

%33.5
%53.55
%12.94

CMYK RENK MODELİ

#84D333 rengi CMYK tonu (37,0,76,17).

  • camgöbeği tonu 37.44%
  • eflatun tonu 0.00%
  • sarı tonu 75.83%
  • ana renk tonu 17.25%
CMYK:
(37,0,76,17)
C37M0Y76K17 
(37%,0%,76%,17%)
(0.37/0.00/0.76/0.17)	

CMYK yüzdeleri

%37.44
%0
%75.83
%17.25

Codes

Color #84D333 in popluar color models

84D333
RGB13221151
HSL90°64.52%51.37%
HSB/HSV90°75.83%82.75%
CMYK37.44%0.00%75.83%
17.25%

Color #84D333 in popluar number systems.

HEX84D333
Decimal13221151
Binary1000010011010011110011
Octal20432363

Shades and tints

Shades of #84D333

#84D333
(132,211,51)
#78C02F
(120,192,47)
#6CAD2B
(108,173,43)
#609A27
(96,154,39)
#548723
(84,135,35)
#48741F
(72,116,31)
#3C611B
(60,97,27)
#304E17
(48,78,23)
#243B13
(36,59,19)
#18280F
(24,40,15)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #84D333

#84D333
(132,211,51)
#8FD745
(143,215,69)
#9ADB57
(154,219,87)
#A5DF69
(165,223,105)
#B0E37B
(176,227,123)
#BBE78D
(187,231,141)
#C6EB9F
(198,235,159)
#D1EFB1
(209,239,177)
#DCF3C3
(220,243,195)
#E7F7D5
(231,247,213)
#F2FBE7
(242,251,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84D333; }

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

This text font color is #84D333.


Background Color

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

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

This div background color is #84D333.


Border color

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

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

This div border color is #84D333.


Opacity

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

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

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

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

This text has shadow with #84D333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84D333 on black background.


Color preview on white background

This text has color #84D333 on white background.



Black color preview on #84D333 background

This text has black color on #84D333 background.


White color preview on #84D333 background

This text has white color on #84D333 background.