COLOR #C3F47D

HEX: #C3F47D RGB: (195,244,125)

Color info

#C3F47D contains mainly red and green colors. Web safe color of #C3F47D is #CCFF66 (or #CF6).

RGB color model

#C3F47D color RGB value is (195,244,125).

RGB: (195,244,125) (76%, 96%, 49%)

RGB channels and saturation

R 195 of 255 = 76%
G 244 of 255 = 96%
B 125 of 255 = 49%

195
244
125

R + G + B ~ 74%. #C3F47D is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 244 + 125 = 564 (100%)
R 195 of 564 ~ 34.57%
G 244 of 564 ~ 43.26%
B 125 of 564 ~ 22.16'%

%34.57
%43.26
%22.16

CMYK color model

#C3F47D color CMYK value is (20,0,49,4).

  • cyan value is 20.08%
  • magenta value is 0.00%
  • yellow value is 48.77%
  • key color value is 4.31%

CMYK: (20,0,49,4)
C20M0Y49K4 (20%, 0%, 49%, 4%)
(0.20 / 0.00 / 0.49 / 0.04)

CMYK percentages

%20.08
%0
%48.77
%4.31

Codes

Color #C3F47D in popluar color models

C3 F4 7D
RGB 195 244 125
HSL 85° 84.40% 72.35%
HSB/HSV 85° 48.77% 95.69%
CMYK 20.08% 0.00% 48.77%
4.31%

Color #C3F47D in popluar number systems.

HEX C3 F4 7D
Decimal 195 244 125
Binary 11000011 11110100 1111101
Octal 303 364 175

Shades and tints

Shades of #C3F47D

#C3F47D
(195,244,125)
#B2DE72
(178,222,114)
#A1C867
(161,200,103)
#90B25C
(144,178,92)
#7F9C51
(127,156,81)
#6E8646
(110,134,70)
#5D703B
(93,112,59)
#4C5A30
(76,90,48)
#3B4425
(59,68,37)
#2A2E1A
(42,46,26)
#19180F
(25,24,15)
#000000
(0,0,0)

Tints of #C3F47D

#C3F47D
(195,244,125)
#C8F588
(200,245,136)
#CDF693
(205,246,147)
#D2F79E
(210,247,158)
#D7F8A9
(215,248,169)
#DCF9B4
(220,249,180)
#E1FABF
(225,250,191)
#E6FBCA
(230,251,202)
#EBFCD5
(235,252,213)
#F0FDE0
(240,253,224)
#F5FEEB
(245,254,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F47D color. Also use rgb(195,244,125) instead hex code.

Text Font Color

.myTextColor { color: #C3F47D; }

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

This text font color is #C3F47D.

Background Color

.myBgColor { background-color: #C3F47D; }

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

This div background color is #C3F47D.

Border color

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

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

This div border color is #C3F47D.

Opacity

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

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

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

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

This text has shadow with #C3F47D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3F47D.

Preview

Color preview on black background

This text has color #C3F47D on black background.


Color preview on white background

This text has color #C3F47D on white background.


Black color preview on #C3F47D background

This text has black color on #C3F47D background.


White color preview on #C3F47D background

This text has white color on #C3F47D background.


Related colors

Complementary color

Complementary color for #hex is #3C0B82.


I love getcolorcode.com

Triadic colors

1 #7DC3F4 and #F47DC3 with #C3F47D are triadic colors.

2 #7DF4C3 and #F4C37D with #C3F47D are triadic colors.