COLOR #C4F08C

HEX: #C4F08C RGB: (196,240,140)

Color info

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

RGB color model

#C4F08C color RGB value is (196,240,140).

RGB: (196,240,140) (77%, 94%, 55%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 140 of 255 = 55%

196
240
140

R + G + B ~ 75%. #C4F08C is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 240 + 140 = 576 (100%)
R 196 of 576 ~ 34.03%
G 240 of 576 ~ 41.67%
B 140 of 576 ~ 24.31'%

%34.03
%41.67
%24.31

CMYK color model

#C4F08C color CMYK value is (18,0,42,6).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 5.88%

CMYK: (18,0,42,6)
C18M0Y42K6 (18%, 0%, 42%, 6%)
(0.18 / 0.00 / 0.42 / 0.06)

CMYK percentages

%18.33
%0
%41.67
%5.88

Codes

Color #C4F08C in popluar color models

C4 F0 8C
RGB 196 240 140
HSL 86° 76.92% 74.51%
HSB/HSV 86° 41.67% 94.12%
CMYK 18.33% 0.00% 41.67%
5.88%

Color #C4F08C in popluar number systems.

HEX C4 F0 8C
Decimal 196 240 140
Binary 11000100 11110000 10001100
Octal 304 360 214

Shades and tints

Shades of #C4F08C

#C4F08C
(196,240,140)
#B3DB80
(179,219,128)
#A2C674
(162,198,116)
#91B168
(145,177,104)
#809C5C
(128,156,92)
#6F8750
(111,135,80)
#5E7244
(94,114,68)
#4D5D38
(77,93,56)
#3C482C
(60,72,44)
#2B3320
(43,51,32)
#1A1E14
(26,30,20)
#000000
(0,0,0)

Tints of #C4F08C

#C4F08C
(196,240,140)
#C9F196
(201,241,150)
#CEF2A0
(206,242,160)
#D3F3AA
(211,243,170)
#D8F4B4
(216,244,180)
#DDF5BE
(221,245,190)
#E2F6C8
(226,246,200)
#E7F7D2
(231,247,210)
#ECF8DC
(236,248,220)
#F1F9E6
(241,249,230)
#F6FAF0
(246,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F08C color. Also use rgb(196,240,140) instead hex code.

Text Font Color

.myTextColor { color: #C4F08C; }

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

This text font color is #C4F08C.

Background Color

.myBgColor { background-color: #C4F08C; }

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

This div background color is #C4F08C.

Border color

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

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

This div border color is #C4F08C.

Opacity

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

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

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

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

This text has shadow with #C4F08C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F08C.

Preview

Color preview on black background

This text has color #C4F08C on black background.


Color preview on white background

This text has color #C4F08C on white background.


Black color preview on #C4F08C background

This text has black color on #C4F08C background.


White color preview on #C4F08C background

This text has white color on #C4F08C background.


Related colors

Complementary color

Complementary color for #hex is #3B0F73.


I love getcolorcode.com

Triadic colors

1 #8CC4F0 and #F08CC4 with #C4F08C are triadic colors.

2 #8CF0C4 and #F0C48C with #C4F08C are triadic colors.