COLOR #C3E56A

HEX: #C3E56A
RGB: (195,229,106)

Color info

#C3E56A contains mainly red and green colors. Web safe color of #C3E56A is #CCCC66 (or #CC6).

RGB color model

#C3E56A color RGB value is (195,229,106).

  • red value is 195;
  • green value is 229;
  • blue value is 106.
RGB:
(195,229,106)
(76%,90%,42%)

RGB channels and saturation

R 195 of 255 = 76%
G 229 of 255 = 90%
B 106 of 255 = 42%

195
229
106

R + G + B ~ 69%. #C3E56A is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 229 + 106 = 530 (100%)
R 195 of 530 ~ 36.79%
G 229 of 530 ~ 43.21%
B 106 of 530 ~ 20%

%36.79
%43.21
%20

CMYK color model

#C3E56A color CMYK value is (15,0,54,10).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 53.71%
  • key color value is 10.20%
CMYK:
(15,0,54,10)
C15M0Y54K10 
(15%,0%,54%,10%)
(0.15/0.00/0.54/0.10)	

CMYK percentages

%14.85
%0
%53.71
%10.2

Codes

Color #C3E56A in popluar color models

C3E56A
RGB195229106
HSL77°70.29%65.69%
HSB/HSV77°53.71%89.80%
CMYK14.85%0.00%53.71%
10.20%

Color #C3E56A in popluar number systems.

HEXC3E56A
Decimal195229106
Binary11000011111001011101010
Octal303345152

Shades and tints

Shades of #C3E56A

#C3E56A
(195,229,106)
#B2D161
(178,209,97)
#A1BD58
(161,189,88)
#90A94F
(144,169,79)
#7F9546
(127,149,70)
#6E813D
(110,129,61)
#5D6D34
(93,109,52)
#4C592B
(76,89,43)
#3B4522
(59,69,34)
#2A3119
(42,49,25)
#191D10
(25,29,16)
#000000
(0,0,0)

Tints of #C3E56A

#C3E56A
(195,229,106)
#C8E777
(200,231,119)
#CDE984
(205,233,132)
#D2EB91
(210,235,145)
#D7ED9E
(215,237,158)
#DCEFAB
(220,239,171)
#E1F1B8
(225,241,184)
#E6F3C5
(230,243,197)
#EBF5D2
(235,245,210)
#F0F7DF
(240,247,223)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E56A color. Also use rgb(195,229,106) instead hex code.

Text Font Color

.myTextColor { color: #C3E56A; }

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

This text font color is #C3E56A.


Background Color

.myBgColor { background-color: #C3E56A; }

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

This div background color is #C3E56A.


Border color

.myBorderColor { border: 1px solid #C3E56A; }

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

This div border color is #C3E56A.


Opacity

.myOpacity80 { color: #C3E56A; opacity: 0.8; }

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

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

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

This text has shadow with #C3E56A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E56A on black background.


Color preview on white background

This text has color #C3E56A on white background.



Black color preview on #C3E56A background

This text has black color on #C3E56A background.


White color preview on #C3E56A background

This text has white color on #C3E56A background.