COLOR #84DA42

HEX: #84DA42
RGB: (132,218,66)

Renk bilgisi

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

RGB renk modeli

#84DA42 color RGB value is (132,218,66).

  • kırmız ton 132;
  • yeşil ton 218;
  • mavi ton 66.
RGB:
(132,218,66)
(52%,85%,26%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 218 of 255 = 85%
B 66 of 255 = 26%

132
218
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 218 + 66 = 416 (100%)
R 132 of 416 ~ 31.73%
G 218 of 416 ~ 52.4%
B 66 of 416 ~ 15.87%

%31.73
%52.4
%15.87

CMYK RENK MODELİ

#84DA42 rengi CMYK tonu (39,0,70,15).

  • camgöbeği tonu 39.45%
  • eflatun tonu 0.00%
  • sarı tonu 69.72%
  • ana renk tonu 14.51%
CMYK:
(39,0,70,15)
C39M0Y70K15 
(39%,0%,70%,15%)
(0.39/0.00/0.70/0.15)	

CMYK yüzdeleri

%39.45
%0
%69.72
%14.51

Codes

Color #84DA42 in popluar color models

84DA42
RGB13221866
HSL94°67.26%55.69%
HSB/HSV94°69.72%85.49%
CMYK39.45%0.00%69.72%
14.51%

Color #84DA42 in popluar number systems.

HEX84DA42
Decimal13221866
Binary10000100110110101000010
Octal204332102

Shades and tints

Shades of #84DA42

#84DA42
(132,218,66)
#78C73C
(120,199,60)
#6CB436
(108,180,54)
#60A130
(96,161,48)
#548E2A
(84,142,42)
#487B24
(72,123,36)
#3C681E
(60,104,30)
#305518
(48,85,24)
#244212
(36,66,18)
#182F0C
(24,47,12)
#0C1C06
(12,28,6)
#000000
(0,0,0)

Tints of #84DA42

#84DA42
(132,218,66)
#8FDD53
(143,221,83)
#9AE064
(154,224,100)
#A5E375
(165,227,117)
#B0E686
(176,230,134)
#BBE997
(187,233,151)
#C6ECA8
(198,236,168)
#D1EFB9
(209,239,185)
#DCF2CA
(220,242,202)
#E7F5DB
(231,245,219)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84DA42 color. Also use rgb(132,218,66) instead hex code.

Text Font Color

.myTextColor { color: #84DA42; }

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

This text font color is #84DA42.


Background Color

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

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

This div background color is #84DA42.


Border color

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

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

This div border color is #84DA42.


Opacity

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

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

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

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

This text has shadow with #84DA42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84DA42 on black background.


Color preview on white background

This text has color #84DA42 on white background.



Black color preview on #84DA42 background

This text has black color on #84DA42 background.


White color preview on #84DA42 background

This text has white color on #84DA42 background.