COLOR #C5F39B

HEX: #C5F39B
RGB: (197,243,155)

Color info

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

RGB color model

#C5F39B color RGB value is (197,243,155).

  • red value is 197;
  • green value is 243;
  • blue value is 155.
RGB:
(197,243,155)
(77%,95%,61%)

RGB channels and saturation

R 197 of 255 = 77%
G 243 of 255 = 95%
B 155 of 255 = 61%

197
243
155

R + G + B ~ 78%. #C5F39B is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 243 + 155 = 595 (100%)
R 197 of 595 ~ 33.11%
G 243 of 595 ~ 40.84%
B 155 of 595 ~ 26.05%

%33.11
%40.84
%26.05

CMYK color model

#C5F39B color CMYK value is (19,0,36,5).

  • cyan value is 18.93%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 4.71%
CMYK:
(19,0,36,5)
C19M0Y36K5 
(19%,0%,36%,5%)
(0.19/0.00/0.36/0.05)	

CMYK percentages

%18.93
%0
%36.21
%4.71

Codes

Color #C5F39B in popluar color models

C5F39B
RGB197243155
HSL91°78.57%78.04%
HSB/HSV91°36.21%95.29%
CMYK18.93%0.00%36.21%
4.71%

Color #C5F39B in popluar number systems.

HEXC5F39B
Decimal197243155
Binary110001011111001110011011
Octal305363233

Shades and tints

Shades of #C5F39B

#C5F39B
(197,243,155)
#B4DD8D
(180,221,141)
#A3C77F
(163,199,127)
#92B171
(146,177,113)
#819B63
(129,155,99)
#708555
(112,133,85)
#5F6F47
(95,111,71)
#4E5939
(78,89,57)
#3D432B
(61,67,43)
#2C2D1D
(44,45,29)
#1B170F
(27,23,15)
#000000
(0,0,0)

Tints of #C5F39B

#C5F39B
(197,243,155)
#CAF4A4
(202,244,164)
#CFF5AD
(207,245,173)
#D4F6B6
(212,246,182)
#D9F7BF
(217,247,191)
#DEF8C8
(222,248,200)
#E3F9D1
(227,249,209)
#E8FADA
(232,250,218)
#EDFBE3
(237,251,227)
#F2FCEC
(242,252,236)
#F7FDF5
(247,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F39B color. Also use rgb(197,243,155) instead hex code.

Text Font Color

.myTextColor { color: #C5F39B; }

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

This text font color is #C5F39B.


Background Color

.myBgColor { background-color: #C5F39B; }

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

This div background color is #C5F39B.


Border color

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

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

This div border color is #C5F39B.


Opacity

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

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

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

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

This text has shadow with #C5F39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F39B on black background.


Color preview on white background

This text has color #C5F39B on white background.



Black color preview on #C5F39B background

This text has black color on #C5F39B background.


White color preview on #C5F39B background

This text has white color on #C5F39B background.