COLOR #C5F5A4

HEX: #C5F5A4
RGB: (197,245,164)

Color info

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

RGB color model

#C5F5A4 color RGB value is (197,245,164).

  • red value is 197;
  • green value is 245;
  • blue value is 164.
RGB:
(197,245,164)
(77%,96%,64%)

RGB channels and saturation

R 197 of 255 = 77%
G 245 of 255 = 96%
B 164 of 255 = 64%

197
245
164

R + G + B ~ 79%. #C5F5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 245 + 164 = 606 (100%)
R 197 of 606 ~ 32.51%
G 245 of 606 ~ 40.43%
B 164 of 606 ~ 27.06%

%32.51
%40.43
%27.06

CMYK color model

#C5F5A4 color CMYK value is (20,0,33,4).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 3.92%
CMYK:
(20,0,33,4)
C20M0Y33K4 
(20%,0%,33%,4%)
(0.20/0.00/0.33/0.04)	

CMYK percentages

%19.59
%0
%33.06
%3.92

Codes

Color #C5F5A4 in popluar color models

C5F5A4
RGB197245164
HSL96°80.20%80.20%
HSB/HSV96°33.06%96.08%
CMYK19.59%0.00%33.06%
3.92%

Color #C5F5A4 in popluar number systems.

HEXC5F5A4
Decimal197245164
Binary110001011111010110100100
Octal305365244

Shades and tints

Shades of #C5F5A4

#C5F5A4
(197,245,164)
#B4DF96
(180,223,150)
#A3C988
(163,201,136)
#92B37A
(146,179,122)
#819D6C
(129,157,108)
#70875E
(112,135,94)
#5F7150
(95,113,80)
#4E5B42
(78,91,66)
#3D4534
(61,69,52)
#2C2F26
(44,47,38)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5F5A4

#C5F5A4
(197,245,164)
#CAF5AC
(202,245,172)
#CFF5B4
(207,245,180)
#D4F5BC
(212,245,188)
#D9F5C4
(217,245,196)
#DEF5CC
(222,245,204)
#E3F5D4
(227,245,212)
#E8F5DC
(232,245,220)
#EDF5E4
(237,245,228)
#F2F5EC
(242,245,236)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F5A4 color. Also use rgb(197,245,164) instead hex code.

Text Font Color

.myTextColor { color: #C5F5A4; }

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

This text font color is #C5F5A4.


Background Color

.myBgColor { background-color: #C5F5A4; }

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

This div background color is #C5F5A4.


Border color

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

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

This div border color is #C5F5A4.


Opacity

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

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

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

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

This text has shadow with #C5F5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F5A4 on black background.


Color preview on white background

This text has color #C5F5A4 on white background.



Black color preview on #C5F5A4 background

This text has black color on #C5F5A4 background.


White color preview on #C5F5A4 background

This text has white color on #C5F5A4 background.