COLOR #C5F09B

HEX: #C5F09B RGB: (197,240,155)

Color info

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

RGB color model

#C5F09B color RGB value is (197,240,155).

RGB: (197,240,155) (77%, 94%, 61%)

RGB channels and saturation

R 197 of 255 = 77%
G 240 of 255 = 94%
B 155 of 255 = 61%

197
240
155

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

Portions of RGB colors in percentages

R + G + B = 197 + 240 + 155 = 592 (100%)
R 197 of 592 ~ 33.28%
G 240 of 592 ~ 40.54%
B 155 of 592 ~ 26.18'%

%33.28
%40.54
%26.18

CMYK color model

#C5F09B color CMYK value is (18,0,35,6).

  • cyan value is 17.92%
  • magenta value is 0.00%
  • yellow value is 35.42%
  • key color value is 5.88%

CMYK: (18,0,35,6)
C18M0Y35K6 (18%, 0%, 35%, 6%)
(0.18 / 0.00 / 0.35 / 0.06)

CMYK percentages

%17.92
%0
%35.42
%5.88

Codes

Color #C5F09B in popluar color models

C5 F0 9B
RGB 197 240 155
HSL 90° 73.91% 77.45%
HSB/HSV 90° 35.42% 94.12%
CMYK 17.92% 0.00% 35.42%
5.88%

Color #C5F09B in popluar number systems.

HEX C5 F0 9B
Decimal 197 240 155
Binary 11000101 11110000 10011011
Octal 305 360 233

Shades and tints

Shades of #C5F09B

#C5F09B
(197,240,155)
#B4DB8D
(180,219,141)
#A3C67F
(163,198,127)
#92B171
(146,177,113)
#819C63
(129,156,99)
#708755
(112,135,85)
#5F7247
(95,114,71)
#4E5D39
(78,93,57)
#3D482B
(61,72,43)
#2C331D
(44,51,29)
#1B1E0F
(27,30,15)
#000000
(0,0,0)

Tints of #C5F09B

#C5F09B
(197,240,155)
#CAF1A4
(202,241,164)
#CFF2AD
(207,242,173)
#D4F3B6
(212,243,182)
#D9F4BF
(217,244,191)
#DEF5C8
(222,245,200)
#E3F6D1
(227,246,209)
#E8F7DA
(232,247,218)
#EDF8E3
(237,248,227)
#F2F9EC
(242,249,236)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F09B; }

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

This text font color is #C5F09B.

Background Color

.myBgColor { background-color: #C5F09B; }

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

This div background color is #C5F09B.

Border color

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

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

This div border color is #C5F09B.

Opacity

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

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

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

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

This text has shadow with #C5F09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F09B.

Preview

Color preview on black background

This text has color #C5F09B on black background.


Color preview on white background

This text has color #C5F09B on white background.


Black color preview on #C5F09B background

This text has black color on #C5F09B background.


White color preview on #C5F09B background

This text has white color on #C5F09B background.


Related colors

Complementary color

Complementary color for #hex is #3A0F64.


I love getcolorcode.com

Triadic colors

1 #9BC5F0 and #F09BC5 with #C5F09B are triadic colors.

2 #9BF0C5 and #F0C59B with #C5F09B are triadic colors.