COLOR #C2F48F

HEX: #C2F48F RGB: (194,244,143)

Color info

#C2F48F contains mainly red and green colors. Web safe color of #C2F48F is #CCFF99 (or #CF9).

RGB color model

#C2F48F color RGB value is (194,244,143).

RGB: (194,244,143) (76%, 96%, 56%)

RGB channels and saturation

R 194 of 255 = 76%
G 244 of 255 = 96%
B 143 of 255 = 56%

194
244
143

R + G + B ~ 76%. #C2F48F is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 244 + 143 = 581 (100%)
R 194 of 581 ~ 33.39%
G 244 of 581 ~ 42%
B 143 of 581 ~ 24.61'%

%33.39
%42
%24.61

CMYK color model

#C2F48F color CMYK value is (20,0,41,4).

  • cyan value is 20.49%
  • magenta value is 0.00%
  • yellow value is 41.39%
  • key color value is 4.31%

CMYK: (20,0,41,4)
C20M0Y41K4 (20%, 0%, 41%, 4%)
(0.20 / 0.00 / 0.41 / 0.04)

CMYK percentages

%20.49
%0
%41.39
%4.31

Codes

Color #C2F48F in popluar color models

C2 F4 8F
RGB 194 244 143
HSL 90° 82.11% 75.88%
HSB/HSV 90° 41.39% 95.69%
CMYK 20.49% 0.00% 41.39%
4.31%

Color #C2F48F in popluar number systems.

HEX C2 F4 8F
Decimal 194 244 143
Binary 11000010 11110100 10001111
Octal 302 364 217

Shades and tints

Shades of #C2F48F

#C2F48F
(194,244,143)
#B1DE82
(177,222,130)
#A0C875
(160,200,117)
#8FB268
(143,178,104)
#7E9C5B
(126,156,91)
#6D864E
(109,134,78)
#5C7041
(92,112,65)
#4B5A34
(75,90,52)
#3A4427
(58,68,39)
#292E1A
(41,46,26)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #C2F48F

#C2F48F
(194,244,143)
#C7F599
(199,245,153)
#CCF6A3
(204,246,163)
#D1F7AD
(209,247,173)
#D6F8B7
(214,248,183)
#DBF9C1
(219,249,193)
#E0FACB
(224,250,203)
#E5FBD5
(229,251,213)
#EAFCDF
(234,252,223)
#EFFDE9
(239,253,233)
#F4FEF3
(244,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2F48F color. Also use rgb(194,244,143) instead hex code.

Text Font Color

.myTextColor { color: #C2F48F; }

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

This text font color is #C2F48F.

Background Color

.myBgColor { background-color: #C2F48F; }

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

This div background color is #C2F48F.

Border color

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

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

This div border color is #C2F48F.

Opacity

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

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

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

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

This text has shadow with #C2F48F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2F48F.

Preview

Color preview on black background

This text has color #C2F48F on black background.


Color preview on white background

This text has color #C2F48F on white background.


Black color preview on #C2F48F background

This text has black color on #C2F48F background.


White color preview on #C2F48F background

This text has white color on #C2F48F background.


Related colors

Complementary color

Complementary color for #hex is #3D0B70.


I love getcolorcode.com

Triadic colors

1 #8FC2F4 and #F48FC2 with #C2F48F are triadic colors.

2 #8FF4C2 and #F4C28F with #C2F48F are triadic colors.