COLOR #C4E594

HEX: #C4E594
RGB: (196,229,148)

Color info

#C4E594 contains mainly red and green colors. Web safe color of #C4E594 is #CCCC99 (or #CC9).

RGB color model

#C4E594 color RGB value is (196,229,148).

  • red value is 196;
  • green value is 229;
  • blue value is 148.
RGB:
(196,229,148)
(77%,90%,58%)

RGB channels and saturation

R 196 of 255 = 77%
G 229 of 255 = 90%
B 148 of 255 = 58%

196
229
148

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

Portions of RGB colors in percentages

R + G + B =
196 + 229 + 148 = 573 (100%)
R 196 of 573 ~ 34.21%
G 229 of 573 ~ 39.97%
B 148 of 573 ~ 25.83%

%34.21
%39.97
%25.83

CMYK color model

#C4E594 color CMYK value is (14,0,35,10).

  • cyan value is 14.41%
  • magenta value is 0.00%
  • yellow value is 35.37%
  • key color value is 10.20%
CMYK:
(14,0,35,10)
C14M0Y35K10 
(14%,0%,35%,10%)
(0.14/0.00/0.35/0.10)	

CMYK percentages

%14.41
%0
%35.37
%10.2

Codes

Color #C4E594 in popluar color models

C4E594
RGB196229148
HSL84°60.90%73.92%
HSB/HSV84°35.37%89.80%
CMYK14.41%0.00%35.37%
10.20%

Color #C4E594 in popluar number systems.

HEXC4E594
Decimal196229148
Binary110001001110010110010100
Octal304345224

Shades and tints

Shades of #C4E594

#C4E594
(196,229,148)
#B3D187
(179,209,135)
#A2BD7A
(162,189,122)
#91A96D
(145,169,109)
#809560
(128,149,96)
#6F8153
(111,129,83)
#5E6D46
(94,109,70)
#4D5939
(77,89,57)
#3C452C
(60,69,44)
#2B311F
(43,49,31)
#1A1D12
(26,29,18)
#000000
(0,0,0)

Tints of #C4E594

#C4E594
(196,229,148)
#C9E79D
(201,231,157)
#CEE9A6
(206,233,166)
#D3EBAF
(211,235,175)
#D8EDB8
(216,237,184)
#DDEFC1
(221,239,193)
#E2F1CA
(226,241,202)
#E7F3D3
(231,243,211)
#ECF5DC
(236,245,220)
#F1F7E5
(241,247,229)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E594 color. Also use rgb(196,229,148) instead hex code.

Text Font Color

.myTextColor { color: #C4E594; }

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

This text font color is #C4E594.


Background Color

.myBgColor { background-color: #C4E594; }

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

This div background color is #C4E594.


Border color

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

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

This div border color is #C4E594.


Opacity

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

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

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

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

This text has shadow with #C4E594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E594 on black background.


Color preview on white background

This text has color #C4E594 on white background.



Black color preview on #C4E594 background

This text has black color on #C4E594 background.


White color preview on #C4E594 background

This text has white color on #C4E594 background.