COLOR #C5EF90

HEX: #C5EF90
RGB: (197,239,144)

Color info

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

RGB color model

#C5EF90 color RGB value is (197,239,144).

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

RGB channels and saturation

R 197 of 255 = 77%
G 239 of 255 = 94%
B 144 of 255 = 56%

197
239
144

R + G + B ~ 76%. #C5EF90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 239 + 144 = 580 (100%)
R 197 of 580 ~ 33.97%
G 239 of 580 ~ 41.21%
B 144 of 580 ~ 24.83%

%33.97
%41.21
%24.83

CMYK color model

#C5EF90 color CMYK value is (18,0,40,6).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 39.75%
  • key color value is 6.27%
CMYK:
(18,0,40,6)
C18M0Y40K6 
(18%,0%,40%,6%)
(0.18/0.00/0.40/0.06)	

CMYK percentages

%17.57
%0
%39.75
%6.27

Codes

Color #C5EF90 in popluar color models

C5EF90
RGB197239144
HSL87°74.80%75.10%
HSB/HSV87°39.75%93.73%
CMYK17.57%0.00%39.75%
6.27%

Color #C5EF90 in popluar number systems.

HEXC5EF90
Decimal197239144
Binary110001011110111110010000
Octal305357220

Shades and tints

Shades of #C5EF90

#C5EF90
(197,239,144)
#B4DA83
(180,218,131)
#A3C576
(163,197,118)
#92B069
(146,176,105)
#819B5C
(129,155,92)
#70864F
(112,134,79)
#5F7142
(95,113,66)
#4E5C35
(78,92,53)
#3D4728
(61,71,40)
#2C321B
(44,50,27)
#1B1D0E
(27,29,14)
#000000
(0,0,0)

Tints of #C5EF90

#C5EF90
(197,239,144)
#CAF09A
(202,240,154)
#CFF1A4
(207,241,164)
#D4F2AE
(212,242,174)
#D9F3B8
(217,243,184)
#DEF4C2
(222,244,194)
#E3F5CC
(227,245,204)
#E8F6D6
(232,246,214)
#EDF7E0
(237,247,224)
#F2F8EA
(242,248,234)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5EF90; }

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

This text font color is #C5EF90.


Background Color

.myBgColor { background-color: #C5EF90; }

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

This div background color is #C5EF90.


Border color

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

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

This div border color is #C5EF90.


Opacity

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

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

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

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

This text has shadow with #C5EF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5EF90 on black background.


Color preview on white background

This text has color #C5EF90 on white background.



Black color preview on #C5EF90 background

This text has black color on #C5EF90 background.


White color preview on #C5EF90 background

This text has white color on #C5EF90 background.