COLOR #C5E223

HEX: #C5E223
RGB: (197,226,35)

Color info

#C5E223 contains mainly red and green colors. Web safe color of #C5E223 is #CCCC33 (or #CC3).

RGB color model

#C5E223 color RGB value is (197,226,35).

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

RGB channels and saturation

R 197 of 255 = 77%
G 226 of 255 = 89%
B 35 of 255 = 14%

197
226
35

R + G + B ~ 60%. #C5E223 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 226 + 35 = 458 (100%)
R 197 of 458 ~ 43.01%
G 226 of 458 ~ 49.34%
B 35 of 458 ~ 7.64%

%43.01
%49.34

CMYK color model

#C5E223 color CMYK value is (13,0,85,11).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 84.51%
  • key color value is 11.37%
CMYK:
(13,0,85,11)
C13M0Y85K11 
(13%,0%,85%,11%)
(0.13/0.00/0.85/0.11)	

CMYK percentages

%12.83
%0
%84.51
%11.37

Codes

Color #C5E223 in popluar color models

C5E223
RGB19722635
HSL69°76.71%51.18%
HSB/HSV69°84.51%88.63%
CMYK12.83%0.00%84.51%
11.37%

Color #C5E223 in popluar number systems.

HEXC5E223
Decimal19722635
Binary1100010111100010100011
Octal30534243

Shades and tints

Shades of #C5E223

#C5E223
(197,226,35)
#B4CE20
(180,206,32)
#A3BA1D
(163,186,29)
#92A61A
(146,166,26)
#819217
(129,146,23)
#707E14
(112,126,20)
#5F6A11
(95,106,17)
#4E560E
(78,86,14)
#3D420B
(61,66,11)
#2C2E08
(44,46,8)
#1B1A05
(27,26,5)
#000000
(0,0,0)

Tints of #C5E223

#C5E223
(197,226,35)
#CAE437
(202,228,55)
#CFE64B
(207,230,75)
#D4E85F
(212,232,95)
#D9EA73
(217,234,115)
#DEEC87
(222,236,135)
#E3EE9B
(227,238,155)
#E8F0AF
(232,240,175)
#EDF2C3
(237,242,195)
#F2F4D7
(242,244,215)
#F7F6EB
(247,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5E223; }

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

This text font color is #C5E223.


Background Color

.myBgColor { background-color: #C5E223; }

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

This div background color is #C5E223.


Border color

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

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

This div border color is #C5E223.


Opacity

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

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

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

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

This text has shadow with #C5E223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E223 on black background.


Color preview on white background

This text has color #C5E223 on white background.



Black color preview on #C5E223 background

This text has black color on #C5E223 background.


White color preview on #C5E223 background

This text has white color on #C5E223 background.