COLOR #C5F086

HEX: #C5F086
RGB: (197,240,134)

Color info

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

RGB color model

#C5F086 color RGB value is (197,240,134).

  • red value is 197;
  • green value is 240;
  • blue value is 134.
RGB:
(197,240,134)
(77%,94%,53%)

RGB channels and saturation

R 197 of 255 = 77%
G 240 of 255 = 94%
B 134 of 255 = 53%

197
240
134

R + G + B ~ 75%. #C5F086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 240 + 134 = 571 (100%)
R 197 of 571 ~ 34.5%
G 240 of 571 ~ 42.03%
B 134 of 571 ~ 23.47%

%34.5
%42.03
%23.47

CMYK color model

#C5F086 color CMYK value is (18,0,44,6).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 44.17%
  • key color value is 5.88%
CMYK:
(18,0,44,6)
C18M0Y44K6 
(18%,0%,44%,6%)
(0.18/0.00/0.44/0.06)	

CMYK percentages

%17.92
%0
%44.17
%5.88

Codes

Color #C5F086 in popluar color models

C5F086
RGB197240134
HSL84°77.94%73.33%
HSB/HSV84°44.17%94.12%
CMYK17.92%0.00%44.17%
5.88%

Color #C5F086 in popluar number systems.

HEXC5F086
Decimal197240134
Binary110001011111000010000110
Octal305360206

Shades and tints

Shades of #C5F086

#C5F086
(197,240,134)
#B4DB7A
(180,219,122)
#A3C66E
(163,198,110)
#92B162
(146,177,98)
#819C56
(129,156,86)
#70874A
(112,135,74)
#5F723E
(95,114,62)
#4E5D32
(78,93,50)
#3D4826
(61,72,38)
#2C331A
(44,51,26)
#1B1E0E
(27,30,14)
#000000
(0,0,0)

Tints of #C5F086

#C5F086
(197,240,134)
#CAF191
(202,241,145)
#CFF29C
(207,242,156)
#D4F3A7
(212,243,167)
#D9F4B2
(217,244,178)
#DEF5BD
(222,245,189)
#E3F6C8
(227,246,200)
#E8F7D3
(232,247,211)
#EDF8DE
(237,248,222)
#F2F9E9
(242,249,233)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F086 color. Also use rgb(197,240,134) instead hex code.

Text Font Color

.myTextColor { color: #C5F086; }

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

This text font color is #C5F086.


Background Color

.myBgColor { background-color: #C5F086; }

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

This div background color is #C5F086.


Border color

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

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

This div border color is #C5F086.


Opacity

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

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

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

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

This text has shadow with #C5F086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F086 on black background.


Color preview on white background

This text has color #C5F086 on white background.



Black color preview on #C5F086 background

This text has black color on #C5F086 background.


White color preview on #C5F086 background

This text has white color on #C5F086 background.