COLOR #C5EF96

HEX: #C5EF96
RGB: (197,239,150)

Color info

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

RGB color model

#C5EF96 color RGB value is (197,239,150).

  • red value is 197;
  • green value is 239;
  • blue value is 150.
RGB:
(197,239,150)
(77%,94%,59%)

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 150 of 255 = 59%

197
239
150

R + G + B ~ 77%. #C5EF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 150 = 586 (100%)
R 197 of 586 ~ 33.62%
G 239 of 586 ~ 40.78%
B 150 of 586 ~ 25.6%

%33.62
%40.78
%25.6

CMYK color model

#C5EF96 color CMYK value is (18,0,37,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 37.24%
  • key color value is 6.27%
CMYK:
(18,0,37,6)
C18M0Y37K6 
(18%,0%,37%,6%)
(0.18/0.00/0.37/0.06)	

CMYK percentages

%17.57
%0
%37.24
%6.27

Codes

Color #C5EF96 in popluar color models

C5EF96
RGB197239150
HSL88°73.55%76.27%
HSB/HSV88°37.24%93.73%
CMYK17.57%0.00%37.24%
6.27%

Color #C5EF96 in popluar number systems.

HEXC5EF96
Decimal197239150
Binary110001011110111110010110
Octal305357226

Shades and tints

Shades of #C5EF96

#C5EF96
(197,239,150)
#B4DA89
(180,218,137)
#A3C57C
(163,197,124)
#92B06F
(146,176,111)
#819B62
(129,155,98)
#708655
(112,134,85)
#5F7148
(95,113,72)
#4E5C3B
(78,92,59)
#3D472E
(61,71,46)
#2C3221
(44,50,33)
#1B1D14
(27,29,20)
#000000
(0,0,0)

Tints of #C5EF96

#C5EF96
(197,239,150)
#CAF09F
(202,240,159)
#CFF1A8
(207,241,168)
#D4F2B1
(212,242,177)
#D9F3BA
(217,243,186)
#DEF4C3
(222,244,195)
#E3F5CC
(227,245,204)
#E8F6D5
(232,246,213)
#EDF7DE
(237,247,222)
#F2F8E7
(242,248,231)
#F7F9F0
(247,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5EF96 color. Also use rgb(197,239,150) instead hex code.

Text Font Color

.myTextColor { color: #C5EF96; }

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

This text font color is #C5EF96.


Background Color

.myBgColor { background-color: #C5EF96; }

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

This div background color is #C5EF96.


Border color

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

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

This div border color is #C5EF96.


Opacity

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

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

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

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

This text has shadow with #C5EF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EF96 on black background.


Color preview on white background

This text has color #C5EF96 on white background.



Black color preview on #C5EF96 background

This text has black color on #C5EF96 background.


White color preview on #C5EF96 background

This text has white color on #C5EF96 background.