COLOR #C3E461

HEX: #C3E461
RGB: (195,228,97)

Color info

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

RGB color model

#C3E461 color RGB value is (195,228,97).

  • red value is 195;
  • green value is 228;
  • blue value is 97.
RGB:
(195,228,97)
(76%,89%,38%)

RGB channels and saturation

R 195 of 255 = 76%
G 228 of 255 = 89%
B 97 of 255 = 38%

195
228
97

R + G + B ~ 68%. #C3E461 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 228 + 97 = 520 (100%)
R 195 of 520 ~ 37.5%
G 228 of 520 ~ 43.85%
B 97 of 520 ~ 18.65%

%37.5
%43.85
%18.65

CMYK color model

#C3E461 color CMYK value is (14,0,57,11).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 57.46%
  • key color value is 10.59%
CMYK:
(14,0,57,11)
C14M0Y57K11 
(14%,0%,57%,11%)
(0.14/0.00/0.57/0.11)	

CMYK percentages

%14.47
%0
%57.46
%10.59

Codes

Color #C3E461 in popluar color models

C3E461
RGB19522897
HSL75°70.81%63.73%
HSB/HSV75°57.46%89.41%
CMYK14.47%0.00%57.46%
10.59%

Color #C3E461 in popluar number systems.

HEXC3E461
Decimal19522897
Binary11000011111001001100001
Octal303344141

Shades and tints

Shades of #C3E461

#C3E461
(195,228,97)
#B2D059
(178,208,89)
#A1BC51
(161,188,81)
#90A849
(144,168,73)
#7F9441
(127,148,65)
#6E8039
(110,128,57)
#5D6C31
(93,108,49)
#4C5829
(76,88,41)
#3B4421
(59,68,33)
#2A3019
(42,48,25)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #C3E461

#C3E461
(195,228,97)
#C8E66F
(200,230,111)
#CDE87D
(205,232,125)
#D2EA8B
(210,234,139)
#D7EC99
(215,236,153)
#DCEEA7
(220,238,167)
#E1F0B5
(225,240,181)
#E6F2C3
(230,242,195)
#EBF4D1
(235,244,209)
#F0F6DF
(240,246,223)
#F5F8ED
(245,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3E461 color. Also use rgb(195,228,97) instead hex code.

Text Font Color

.myTextColor { color: #C3E461; }

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

This text font color is #C3E461.


Background Color

.myBgColor { background-color: #C3E461; }

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

This div background color is #C3E461.


Border color

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

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

This div border color is #C3E461.


Opacity

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

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

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

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

This text has shadow with #C3E461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3E461 on black background.


Color preview on white background

This text has color #C3E461 on white background.



Black color preview on #C3E461 background

This text has black color on #C3E461 background.


White color preview on #C3E461 background

This text has white color on #C3E461 background.