COLOR #C5F795

HEX: #C5F795
RGB: (197,247,149)

Color info

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

RGB color model

#C5F795 color RGB value is (197,247,149).

  • red value is 197;
  • green value is 247;
  • blue value is 149.
RGB:
(197,247,149)
(77%,97%,58%)

RGB channels and saturation

R 197 of 255 = 77%
G 247 of 255 = 97%
B 149 of 255 = 58%

197
247
149

R + G + B ~ 77%. #C5F795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 247 + 149 = 593 (100%)
R 197 of 593 ~ 33.22%
G 247 of 593 ~ 41.65%
B 149 of 593 ~ 25.13%

%33.22
%41.65
%25.13

CMYK color model

#C5F795 color CMYK value is (20,0,40,3).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 39.68%
  • key color value is 3.14%
CMYK:
(20,0,40,3)
C20M0Y40K3 
(20%,0%,40%,3%)
(0.20/0.00/0.40/0.03)	

CMYK percentages

%20.24
%0
%39.68
%3.14

Codes

Color #C5F795 in popluar color models

C5F795
RGB197247149
HSL91°85.96%77.65%
HSB/HSV91°39.68%96.86%
CMYK20.24%0.00%39.68%
3.14%

Color #C5F795 in popluar number systems.

HEXC5F795
Decimal197247149
Binary110001011111011110010101
Octal305367225

Shades and tints

Shades of #C5F795

#C5F795
(197,247,149)
#B4E188
(180,225,136)
#A3CB7B
(163,203,123)
#92B56E
(146,181,110)
#819F61
(129,159,97)
#708954
(112,137,84)
#5F7347
(95,115,71)
#4E5D3A
(78,93,58)
#3D472D
(61,71,45)
#2C3120
(44,49,32)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #C5F795

#C5F795
(197,247,149)
#CAF79E
(202,247,158)
#CFF7A7
(207,247,167)
#D4F7B0
(212,247,176)
#D9F7B9
(217,247,185)
#DEF7C2
(222,247,194)
#E3F7CB
(227,247,203)
#E8F7D4
(232,247,212)
#EDF7DD
(237,247,221)
#F2F7E6
(242,247,230)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F795 color. Also use rgb(197,247,149) instead hex code.

Text Font Color

.myTextColor { color: #C5F795; }

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

This text font color is #C5F795.


Background Color

.myBgColor { background-color: #C5F795; }

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

This div background color is #C5F795.


Border color

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

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

This div border color is #C5F795.


Opacity

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

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

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

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

This text has shadow with #C5F795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F795 on black background.


Color preview on white background

This text has color #C5F795 on white background.



Black color preview on #C5F795 background

This text has black color on #C5F795 background.


White color preview on #C5F795 background

This text has white color on #C5F795 background.