COLOR #84CF83

HEX: #84CF83
RGB: (132,207,131)

Renk bilgisi

#84CF83 contains mainly green color. #84CF83 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#84CF83 color RGB value is (132,207,131).

  • kırmız ton 132;
  • yeşil ton 207;
  • mavi ton 131.
RGB:
(132,207,131)
(52%,81%,51%)

RGB bağlantıları ve doygunluk

R 132 of 255 = 52%
G 207 of 255 = 81%
B 131 of 255 = 51%

132
207
131

R + G + B ~ 61%. #84CF83 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
132 + 207 + 131 = 470 (100%)
R 132 of 470 ~ 28.09%
G 207 of 470 ~ 44.04%
B 131 of 470 ~ 27.87%

%28.09
%44.04
%27.87

CMYK RENK MODELİ

#84CF83 rengi CMYK tonu (36,0,37,19).

  • camgöbeği tonu 36.23%
  • eflatun tonu 0.00%
  • sarı tonu 36.71%
  • ana renk tonu 18.82%
CMYK:
(36,0,37,19)
C36M0Y37K19 
(36%,0%,37%,19%)
(0.36/0.00/0.37/0.19)	

CMYK yüzdeleri

%36.23
%0
%36.71
%18.82

Codes

Color #84CF83 in popluar color models

84CF83
RGB132207131
HSL119°44.19%66.27%
HSB/HSV119°36.71%81.18%
CMYK36.23%0.00%36.71%
18.82%

Color #84CF83 in popluar number systems.

HEX84CF83
Decimal132207131
Binary100001001100111110000011
Octal204317203

Shades and tints

Shades of #84CF83

#84CF83
(132,207,131)
#78BD78
(120,189,120)
#6CAB6D
(108,171,109)
#609962
(96,153,98)
#548757
(84,135,87)
#48754C
(72,117,76)
#3C6341
(60,99,65)
#305136
(48,81,54)
#243F2B
(36,63,43)
#182D20
(24,45,32)
#0C1B15
(12,27,21)
#000000
(0,0,0)

Tints of #84CF83

#84CF83
(132,207,131)
#8FD38E
(143,211,142)
#9AD799
(154,215,153)
#A5DBA4
(165,219,164)
#B0DFAF
(176,223,175)
#BBE3BA
(187,227,186)
#C6E7C5
(198,231,197)
#D1EBD0
(209,235,208)
#DCEFDB
(220,239,219)
#E7F3E6
(231,243,230)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CF83 color. Also use rgb(132,207,131) instead hex code.

Text Font Color

.myTextColor { color: #84CF83; }

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

This text font color is #84CF83.


Background Color

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

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

This div background color is #84CF83.


Border color

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

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

This div border color is #84CF83.


Opacity

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

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

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

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

This text has shadow with #84CF83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CF83 on black background.


Color preview on white background

This text has color #84CF83 on white background.



Black color preview on #84CF83 background

This text has black color on #84CF83 background.


White color preview on #84CF83 background

This text has white color on #84CF83 background.