COLOR #C5E26C

HEX: #C5E26C
RGB: (197,226,108)

Color info

#C5E26C contains mainly red and green colors. Web safe color of #C5E26C is #CCCC66 (or #CC6).

RGB color model

#C5E26C color RGB value is (197,226,108).

  • red value is 197;
  • green value is 226;
  • blue value is 108.
RGB:
(197,226,108)
(77%,89%,42%)

RGB channels and saturation

R 197 of 255 = 77%
G 226 of 255 = 89%
B 108 of 255 = 42%

197
226
108

R + G + B ~ 69%. #C5E26C is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 226 + 108 = 531 (100%)
R 197 of 531 ~ 37.1%
G 226 of 531 ~ 42.56%
B 108 of 531 ~ 20.34%

%37.1
%42.56
%20.34

CMYK color model

#C5E26C color CMYK value is (13,0,52,11).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 52.21%
  • key color value is 11.37%
CMYK:
(13,0,52,11)
C13M0Y52K11 
(13%,0%,52%,11%)
(0.13/0.00/0.52/0.11)	

CMYK percentages

%12.83
%0
%52.21
%11.37

Codes

Color #C5E26C in popluar color models

C5E26C
RGB197226108
HSL75°67.05%65.49%
HSB/HSV75°52.21%88.63%
CMYK12.83%0.00%52.21%
11.37%

Color #C5E26C in popluar number systems.

HEXC5E26C
Decimal197226108
Binary11000101111000101101100
Octal305342154

Shades and tints

Shades of #C5E26C

#C5E26C
(197,226,108)
#B4CE63
(180,206,99)
#A3BA5A
(163,186,90)
#92A651
(146,166,81)
#819248
(129,146,72)
#707E3F
(112,126,63)
#5F6A36
(95,106,54)
#4E562D
(78,86,45)
#3D4224
(61,66,36)
#2C2E1B
(44,46,27)
#1B1A12
(27,26,18)
#000000
(0,0,0)

Tints of #C5E26C

#C5E26C
(197,226,108)
#CAE479
(202,228,121)
#CFE686
(207,230,134)
#D4E893
(212,232,147)
#D9EAA0
(217,234,160)
#DEECAD
(222,236,173)
#E3EEBA
(227,238,186)
#E8F0C7
(232,240,199)
#EDF2D4
(237,242,212)
#F2F4E1
(242,244,225)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E26C color. Also use rgb(197,226,108) instead hex code.

Text Font Color

.myTextColor { color: #C5E26C; }

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

This text font color is #C5E26C.


Background Color

.myBgColor { background-color: #C5E26C; }

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

This div background color is #C5E26C.


Border color

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

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

This div border color is #C5E26C.


Opacity

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

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

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

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

This text has shadow with #C5E26C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E26C on black background.


Color preview on white background

This text has color #C5E26C on white background.



Black color preview on #C5E26C background

This text has black color on #C5E26C background.


White color preview on #C5E26C background

This text has white color on #C5E26C background.