COLOR #C4F095

HEX: #C4F095
RGB: (196,240,149)

Color info

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

RGB color model

#C4F095 color RGB value is (196,240,149).

  • red value is 196;
  • green value is 240;
  • blue value is 149.
RGB:
(196,240,149)
(77%,94%,58%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 149 of 255 = 58%

196
240
149

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

Portions of RGB colors in percentages

R + G + B =
196 + 240 + 149 = 585 (100%)
R 196 of 585 ~ 33.5%
G 240 of 585 ~ 41.03%
B 149 of 585 ~ 25.47%

%33.5
%41.03
%25.47

CMYK color model

#C4F095 color CMYK value is (18,0,38,6).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 37.92%
  • key color value is 5.88%
CMYK:
(18,0,38,6)
C18M0Y38K6 
(18%,0%,38%,6%)
(0.18/0.00/0.38/0.06)	

CMYK percentages

%18.33
%0
%37.92
%5.88

Codes

Color #C4F095 in popluar color models

C4F095
RGB196240149
HSL89°75.21%76.27%
HSB/HSV89°37.92%94.12%
CMYK18.33%0.00%37.92%
5.88%

Color #C4F095 in popluar number systems.

HEXC4F095
Decimal196240149
Binary110001001111000010010101
Octal304360225

Shades and tints

Shades of #C4F095

#C4F095
(196,240,149)
#B3DB88
(179,219,136)
#A2C67B
(162,198,123)
#91B16E
(145,177,110)
#809C61
(128,156,97)
#6F8754
(111,135,84)
#5E7247
(94,114,71)
#4D5D3A
(77,93,58)
#3C482D
(60,72,45)
#2B3320
(43,51,32)
#1A1E13
(26,30,19)
#000000
(0,0,0)

Tints of #C4F095

#C4F095
(196,240,149)
#C9F19E
(201,241,158)
#CEF2A7
(206,242,167)
#D3F3B0
(211,243,176)
#D8F4B9
(216,244,185)
#DDF5C2
(221,245,194)
#E2F6CB
(226,246,203)
#E7F7D4
(231,247,212)
#ECF8DD
(236,248,221)
#F1F9E6
(241,249,230)
#F6FAEF
(246,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F095; }

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

This text font color is #C4F095.


Background Color

.myBgColor { background-color: #C4F095; }

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

This div background color is #C4F095.


Border color

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

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

This div border color is #C4F095.


Opacity

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

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

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

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

This text has shadow with #C4F095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F095 on black background.


Color preview on white background

This text has color #C4F095 on white background.



Black color preview on #C4F095 background

This text has black color on #C4F095 background.


White color preview on #C4F095 background

This text has white color on #C4F095 background.