COLOR #C5F67C

HEX: #C5F67C
RGB: (197,246,124)

Color info

#C5F67C contains mainly red and green colors. Web safe color of #C5F67C is #CCFF66 (or #CF6).

RGB color model

#C5F67C color RGB value is (197,246,124).

  • red value is 197;
  • green value is 246;
  • blue value is 124.
RGB:
(197,246,124)
(77%,96%,49%)

RGB channels and saturation

R 197 of 255 = 77%
G 246 of 255 = 96%
B 124 of 255 = 49%

197
246
124

R + G + B ~ 74%. #C5F67C is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 246 + 124 = 567 (100%)
R 197 of 567 ~ 34.74%
G 246 of 567 ~ 43.39%
B 124 of 567 ~ 21.87%

%34.74
%43.39
%21.87

CMYK color model

#C5F67C color CMYK value is (20,0,50,4).

  • cyan value is 19.92%
  • magenta value is 0.00%
  • yellow value is 49.59%
  • key color value is 3.53%
CMYK:
(20,0,50,4)
C20M0Y50K4 
(20%,0%,50%,4%)
(0.20/0.00/0.50/0.04)	

CMYK percentages

%19.92
%0
%49.59
%3.53

Codes

Color #C5F67C in popluar color models

C5F67C
RGB197246124
HSL84°87.14%72.55%
HSB/HSV84°49.59%96.47%
CMYK19.92%0.00%49.59%
3.53%

Color #C5F67C in popluar number systems.

HEXC5F67C
Decimal197246124
Binary11000101111101101111100
Octal305366174

Shades and tints

Shades of #C5F67C

#C5F67C
(197,246,124)
#B4E071
(180,224,113)
#A3CA66
(163,202,102)
#92B45B
(146,180,91)
#819E50
(129,158,80)
#708845
(112,136,69)
#5F723A
(95,114,58)
#4E5C2F
(78,92,47)
#3D4624
(61,70,36)
#2C3019
(44,48,25)
#1B1A0E
(27,26,14)
#000000
(0,0,0)

Tints of #C5F67C

#C5F67C
(197,246,124)
#CAF687
(202,246,135)
#CFF692
(207,246,146)
#D4F69D
(212,246,157)
#D9F6A8
(217,246,168)
#DEF6B3
(222,246,179)
#E3F6BE
(227,246,190)
#E8F6C9
(232,246,201)
#EDF6D4
(237,246,212)
#F2F6DF
(242,246,223)
#F7F6EA
(247,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F67C color. Also use rgb(197,246,124) instead hex code.

Text Font Color

.myTextColor { color: #C5F67C; }

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

This text font color is #C5F67C.


Background Color

.myBgColor { background-color: #C5F67C; }

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

This div background color is #C5F67C.


Border color

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

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

This div border color is #C5F67C.


Opacity

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

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

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

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

This text has shadow with #C5F67C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F67C on black background.


Color preview on white background

This text has color #C5F67C on white background.



Black color preview on #C5F67C background

This text has black color on #C5F67C background.


White color preview on #C5F67C background

This text has white color on #C5F67C background.