COLOR #83ED4C

HEX: #83ED4C
RGB: (131,237,76)

Renk bilgisi

#83ED4C contains mainly green color. #83ED4C ‘ nin web güvenlik rengi #99FF33 (ya da #9F3) dir.

RGB renk modeli

#83ED4C color RGB value is (131,237,76).

  • kırmız ton 131;
  • yeşil ton 237;
  • mavi ton 76.
RGB:
(131,237,76)
(51%,93%,30%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 237 of 255 = 93%
B 76 of 255 = 30%

131
237
76

R + G + B ~ 58%. #83ED4C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 237 + 76 = 444 (100%)
R 131 of 444 ~ 29.5%
G 237 of 444 ~ 53.38%
B 76 of 444 ~ 17.12%

%29.5
%53.38
%17.12

CMYK RENK MODELİ

#83ED4C rengi CMYK tonu (45,0,68,7).

  • camgöbeği tonu 44.73%
  • eflatun tonu 0.00%
  • sarı tonu 67.93%
  • ana renk tonu 7.06%
CMYK:
(45,0,68,7)
C45M0Y68K7 
(45%,0%,68%,7%)
(0.45/0.00/0.68/0.07)	

CMYK yüzdeleri

%44.73
%0
%67.93
%7.06

Codes

Color #83ED4C in popluar color models

83ED4C
RGB13123776
HSL100°81.73%61.37%
HSB/HSV100°67.93%92.94%
CMYK44.73%0.00%67.93%
7.06%

Color #83ED4C in popluar number systems.

HEX83ED4C
Decimal13123776
Binary10000011111011011001100
Octal203355114

Shades and tints

Shades of #83ED4C

#83ED4C
(131,237,76)
#78D846
(120,216,70)
#6DC340
(109,195,64)
#62AE3A
(98,174,58)
#579934
(87,153,52)
#4C842E
(76,132,46)
#416F28
(65,111,40)
#365A22
(54,90,34)
#2B451C
(43,69,28)
#203016
(32,48,22)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #83ED4C

#83ED4C
(131,237,76)
#8EEE5C
(142,238,92)
#99EF6C
(153,239,108)
#A4F07C
(164,240,124)
#AFF18C
(175,241,140)
#BAF29C
(186,242,156)
#C5F3AC
(197,243,172)
#D0F4BC
(208,244,188)
#DBF5CC
(219,245,204)
#E6F6DC
(230,246,220)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83ED4C color. Also use rgb(131,237,76) instead hex code.

Text Font Color

.myTextColor { color: #83ED4C; }

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

This text font color is #83ED4C.


Background Color

.myBgColor { background-color: #83ED4C; }

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

This div background color is #83ED4C.


Border color

.myBorderColor { border: 1px solid #83ED4C; }

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

This div border color is #83ED4C.


Opacity

.myOpacity80 { color: #83ED4C; opacity: 0.8; }

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

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

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

This text has shadow with #83ED4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83ED4C on black background.


Color preview on white background

This text has color #83ED4C on white background.



Black color preview on #83ED4C background

This text has black color on #83ED4C background.


White color preview on #83ED4C background

This text has white color on #83ED4C background.