COLOR #C5F591

HEX: #C5F591 RGB: (197,245,145)

Color info

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

RGB color model

#C5F591 color RGB value is (197,245,145).

RGB: (197,245,145) (77%, 96%, 57%)

RGB channels and saturation

R 197 of 255 = 77%
G 245 of 255 = 96%
B 145 of 255 = 57%

197
245
145

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

Portions of RGB colors in percentages

R + G + B = 197 + 245 + 145 = 587 (100%)
R 197 of 587 ~ 33.56%
G 245 of 587 ~ 41.74%
B 145 of 587 ~ 24.7'%

%33.56
%41.74
%24.7

CMYK color model

#C5F591 color CMYK value is (20,0,41,4).

  • cyan value is 19.59%
  • magenta value is 0.00%
  • yellow value is 40.82%
  • key color value is 3.92%

CMYK: (20,0,41,4)
C20M0Y41K4 (20%, 0%, 41%, 4%)
(0.20 / 0.00 / 0.41 / 0.04)

CMYK percentages

%19.59
%0
%40.82
%3.92

Codes

Color #C5F591 in popluar color models

C5 F5 91
RGB 197 245 145
HSL 89° 83.33% 76.47%
HSB/HSV 89° 40.82% 96.08%
CMYK 19.59% 0.00% 40.82%
3.92%

Color #C5F591 in popluar number systems.

HEX C5 F5 91
Decimal 197 245 145
Binary 11000101 11110101 10010001
Octal 305 365 221

Shades and tints

Shades of #C5F591

#C5F591
(197,245,145)
#B4DF84
(180,223,132)
#A3C977
(163,201,119)
#92B36A
(146,179,106)
#819D5D
(129,157,93)
#708750
(112,135,80)
#5F7143
(95,113,67)
#4E5B36
(78,91,54)
#3D4529
(61,69,41)
#2C2F1C
(44,47,28)
#1B190F
(27,25,15)
#000000
(0,0,0)

Tints of #C5F591

#C5F591
(197,245,145)
#CAF59B
(202,245,155)
#CFF5A5
(207,245,165)
#D4F5AF
(212,245,175)
#D9F5B9
(217,245,185)
#DEF5C3
(222,245,195)
#E3F5CD
(227,245,205)
#E8F5D7
(232,245,215)
#EDF5E1
(237,245,225)
#F2F5EB
(242,245,235)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F591; }

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

This text font color is #C5F591.

Background Color

.myBgColor { background-color: #C5F591; }

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

This div background color is #C5F591.

Border color

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

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

This div border color is #C5F591.

Opacity

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

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

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

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

This text has shadow with #C5F591 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F591.

Preview

Color preview on black background

This text has color #C5F591 on black background.


Color preview on white background

This text has color #C5F591 on white background.


Black color preview on #C5F591 background

This text has black color on #C5F591 background.


White color preview on #C5F591 background

This text has white color on #C5F591 background.


Related colors

Complementary color

Complementary color for #hex is #3A0A6E.


I love getcolorcode.com

Triadic colors

1 #91C5F5 and #F591C5 with #C5F591 are triadic colors.

2 #91F5C5 and #F5C591 with #C5F591 are triadic colors.