COLOR #C5F5B8

HEX: #C5F5B8 RGB: (197,245,184)

Color info

#C5F5B8 contains mainly red and green colors. Web safe color of #C5F5B8 is #CCFFCC (or #CFC).

RGB color model

#C5F5B8 color RGB value is (197,245,184).

RGB: (197,245,184) (77%, 96%, 72%)

RGB channels and saturation

R 197 of 255 = 77%
G 245 of 255 = 96%
B 184 of 255 = 72%

197
245
184

R + G + B ~ 82%. #C5F5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 245 + 184 = 626 (100%)
R 197 of 626 ~ 31.47%
G 245 of 626 ~ 39.14%
B 184 of 626 ~ 29.39'%

%31.47
%39.14
%29.39

CMYK color model

#C5F5B8 color CMYK value is (20,0,25,4).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 3.92%
CMYK: (20,0,25,4) C20M0Y25K4 (20%,0%,25%,4%) (0.20/0.00/0.25/0.04) 

CMYK percentages

%19.59
%0
%24.9
%3.92

Codes

Color #C5F5B8 in popluar color models

C5 F5 B8
RGB 197 245 184
HSL 107° 75.31% 84.12%
HSB/HSV 107° 24.90% 96.08%
CMYK 19.59% 0.00% 24.90%
3.92%

Color #C5F5B8 in popluar number systems.

HEX C5 F5 B8
Decimal 197 245 184
Binary 11000101 11110101 10111000
Octal 305 365 270

Shades and tints

Shades of #C5F5B8

#C5F5B8
(197,245,184)
#B4DFA8
(180,223,168)
#A3C998
(163,201,152)
#92B388
(146,179,136)
#819D78
(129,157,120)
#708768
(112,135,104)
#5F7158
(95,113,88)
#4E5B48
(78,91,72)
#3D4538
(61,69,56)
#2C2F28
(44,47,40)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #C5F5B8

#C5F5B8
(197,245,184)
#CAF5BE
(202,245,190)
#CFF5C4
(207,245,196)
#D4F5CA
(212,245,202)
#D9F5D0
(217,245,208)
#DEF5D6
(222,245,214)
#E3F5DC
(227,245,220)
#E8F5E2
(232,245,226)
#EDF5E8
(237,245,232)
#F2F5EE
(242,245,238)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F5B8; }

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

This text font color is #C5F5B8.

Background Color

.myBgColor { background-color: #C5F5B8; }

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

This div background color is #C5F5B8.

Border color

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

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

This div border color is #C5F5B8.

Opacity

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

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

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

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

This text has shadow with #C5F5B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F5B8.

Preview

Color preview on black background

This text has color #C5F5B8 on black background.


Color preview on white background

This text has color #C5F5B8 on white background.


Black color preview on #C5F5B8 background

This text has black color on #C5F5B8 background.


White color preview on #C5F5B8 background

This text has white color on #C5F5B8 background.


Related colors

Complementary color

Complementary color for #hex is #3A0A47.


I love getcolorcode.com

Triadic colors

1 #B8C5F5 and #F5B8C5 with #C5F5B8 are triadic colors.

2 #B8F5C5 and #F5C5B8 with #C5F5B8 are triadic colors.