COLOR #83CC5A

HEX: #83CC5A
RGB: (131,204,90)

Renk bilgisi

#83CC5A contains mainly green color. #83CC5A ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#83CC5A color RGB value is (131,204,90).

  • kırmız ton 131;
  • yeşil ton 204;
  • mavi ton 90.
RGB:
(131,204,90)
(51%,80%,35%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 204 of 255 = 80%
B 90 of 255 = 35%

131
204
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 204 + 90 = 425 (100%)
R 131 of 425 ~ 30.82%
G 204 of 425 ~ 48%
B 90 of 425 ~ 21.18%

%30.82
%48
%21.18

CMYK RENK MODELİ

#83CC5A rengi CMYK tonu (36,0,56,20).

  • camgöbeği tonu 35.78%
  • eflatun tonu 0.00%
  • sarı tonu 55.88%
  • ana renk tonu 20.00%
CMYK:
(36,0,56,20)
C36M0Y56K20 
(36%,0%,56%,20%)
(0.36/0.00/0.56/0.20)	

CMYK yüzdeleri

%35.78
%0
%55.88
%20

Codes

Color #83CC5A in popluar color models

83CC5A
RGB13120490
HSL98°52.78%57.65%
HSB/HSV98°55.88%80.00%
CMYK35.78%0.00%55.88%
20.00%

Color #83CC5A in popluar number systems.

HEX83CC5A
Decimal13120490
Binary10000011110011001011010
Octal203314132

Shades and tints

Shades of #83CC5A

#83CC5A
(131,204,90)
#78BA52
(120,186,82)
#6DA84A
(109,168,74)
#629642
(98,150,66)
#57843A
(87,132,58)
#4C7232
(76,114,50)
#41602A
(65,96,42)
#364E22
(54,78,34)
#2B3C1A
(43,60,26)
#202A12
(32,42,18)
#15180A
(21,24,10)
#000000
(0,0,0)

Tints of #83CC5A

#83CC5A
(131,204,90)
#8ED069
(142,208,105)
#99D478
(153,212,120)
#A4D887
(164,216,135)
#AFDC96
(175,220,150)
#BAE0A5
(186,224,165)
#C5E4B4
(197,228,180)
#D0E8C3
(208,232,195)
#DBECD2
(219,236,210)
#E6F0E1
(230,240,225)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83CC5A color. Also use rgb(131,204,90) instead hex code.

Text Font Color

.myTextColor { color: #83CC5A; }

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

This text font color is #83CC5A.


Background Color

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

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

This div background color is #83CC5A.


Border color

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

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

This div border color is #83CC5A.


Opacity

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

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

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

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

This text has shadow with #83CC5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83CC5A on black background.


Color preview on white background

This text has color #83CC5A on white background.



Black color preview on #83CC5A background

This text has black color on #83CC5A background.


White color preview on #83CC5A background

This text has white color on #83CC5A background.