COLOR #C5F785

HEX: #C5F785
RGB: (197,247,133)

Color info

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

RGB color model

#C5F785 color RGB value is (197,247,133).

  • red value is 197;
  • green value is 247;
  • blue value is 133.
RGB:
(197,247,133)
(77%,97%,52%)

RGB channels and saturation

R 197 of 255 = 77%
G 247 of 255 = 97%
B 133 of 255 = 52%

197
247
133

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

Portions of RGB colors in percentages

R + G + B =
197 + 247 + 133 = 577 (100%)
R 197 of 577 ~ 34.14%
G 247 of 577 ~ 42.81%
B 133 of 577 ~ 23.05%

%34.14
%42.81
%23.05

CMYK color model

#C5F785 color CMYK value is (20,0,46,3).

  • cyan value is 20.24%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 3.14%
CMYK:
(20,0,46,3)
C20M0Y46K3 
(20%,0%,46%,3%)
(0.20/0.00/0.46/0.03)	

CMYK percentages

%20.24
%0
%46.15
%3.14

Codes

Color #C5F785 in popluar color models

C5F785
RGB197247133
HSL86°87.69%74.51%
HSB/HSV86°46.15%96.86%
CMYK20.24%0.00%46.15%
3.14%

Color #C5F785 in popluar number systems.

HEXC5F785
Decimal197247133
Binary110001011111011110000101
Octal305367205

Shades and tints

Shades of #C5F785

#C5F785
(197,247,133)
#B4E179
(180,225,121)
#A3CB6D
(163,203,109)
#92B561
(146,181,97)
#819F55
(129,159,85)
#708949
(112,137,73)
#5F733D
(95,115,61)
#4E5D31
(78,93,49)
#3D4725
(61,71,37)
#2C3119
(44,49,25)
#1B1B0D
(27,27,13)
#000000
(0,0,0)

Tints of #C5F785

#C5F785
(197,247,133)
#CAF790
(202,247,144)
#CFF79B
(207,247,155)
#D4F7A6
(212,247,166)
#D9F7B1
(217,247,177)
#DEF7BC
(222,247,188)
#E3F7C7
(227,247,199)
#E8F7D2
(232,247,210)
#EDF7DD
(237,247,221)
#F2F7E8
(242,247,232)
#F7F7F3
(247,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F785 color. Also use rgb(197,247,133) instead hex code.

Text Font Color

.myTextColor { color: #C5F785; }

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

This text font color is #C5F785.


Background Color

.myBgColor { background-color: #C5F785; }

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

This div background color is #C5F785.


Border color

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

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

This div border color is #C5F785.


Opacity

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

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

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

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

This text has shadow with #C5F785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F785 on black background.


Color preview on white background

This text has color #C5F785 on white background.



Black color preview on #C5F785 background

This text has black color on #C5F785 background.


White color preview on #C5F785 background

This text has white color on #C5F785 background.