COLOR #C5F97E

HEX: #C5F97E
RGB: (197,249,126)

Color info

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

RGB color model

#C5F97E color RGB value is (197,249,126).

  • red value is 197;
  • green value is 249;
  • blue value is 126.
RGB:
(197,249,126)
(77%,98%,49%)

RGB channels and saturation

R 197 of 255 = 77%
G 249 of 255 = 98%
B 126 of 255 = 49%

197
249
126

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

Portions of RGB colors in percentages

R + G + B =
197 + 249 + 126 = 572 (100%)
R 197 of 572 ~ 34.44%
G 249 of 572 ~ 43.53%
B 126 of 572 ~ 22.03%

%34.44
%43.53
%22.03

CMYK color model

#C5F97E color CMYK value is (21,0,49,2).

  • cyan value is 20.88%
  • magenta value is 0.00%
  • yellow value is 49.40%
  • key color value is 2.35%
CMYK:
(21,0,49,2)
C21M0Y49K2 
(21%,0%,49%,2%)
(0.21/0.00/0.49/0.02)	

CMYK percentages

%20.88
%0
%49.4
%2.35

Codes

Color #C5F97E in popluar color models

C5F97E
RGB197249126
HSL85°91.11%73.53%
HSB/HSV85°49.40%97.65%
CMYK20.88%0.00%49.40%
2.35%

Color #C5F97E in popluar number systems.

HEXC5F97E
Decimal197249126
Binary11000101111110011111110
Octal305371176

Shades and tints

Shades of #C5F97E

#C5F97E
(197,249,126)
#B4E373
(180,227,115)
#A3CD68
(163,205,104)
#92B75D
(146,183,93)
#81A152
(129,161,82)
#708B47
(112,139,71)
#5F753C
(95,117,60)
#4E5F31
(78,95,49)
#3D4926
(61,73,38)
#2C331B
(44,51,27)
#1B1D10
(27,29,16)
#000000
(0,0,0)

Tints of #C5F97E

#C5F97E
(197,249,126)
#CAF989
(202,249,137)
#CFF994
(207,249,148)
#D4F99F
(212,249,159)
#D9F9AA
(217,249,170)
#DEF9B5
(222,249,181)
#E3F9C0
(227,249,192)
#E8F9CB
(232,249,203)
#EDF9D6
(237,249,214)
#F2F9E1
(242,249,225)
#F7F9EC
(247,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F97E color. Also use rgb(197,249,126) instead hex code.

Text Font Color

.myTextColor { color: #C5F97E; }

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

This text font color is #C5F97E.


Background Color

.myBgColor { background-color: #C5F97E; }

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

This div background color is #C5F97E.


Border color

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

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

This div border color is #C5F97E.


Opacity

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

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

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

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

This text has shadow with #C5F97E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F97E on black background.


Color preview on white background

This text has color #C5F97E on white background.



Black color preview on #C5F97E background

This text has black color on #C5F97E background.


White color preview on #C5F97E background

This text has white color on #C5F97E background.