COLOR #C5F08D

HEX: #C5F08D
RGB: (197,240,141)

Renk bilgisi

#C5F08D contains mainly red and green colors. #C5F08D ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#C5F08D color RGB value is (197,240,141).

  • kırmız ton 197;
  • yeşil ton 240;
  • mavi ton 141.
RGB:
(197,240,141)
(77%,94%,55%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 240 of 255 = 94%
B 141 of 255 = 55%

197
240
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 240 + 141 = 578 (100%)
R 197 of 578 ~ 34.08%
G 240 of 578 ~ 41.52%
B 141 of 578 ~ 24.39%

%34.08
%41.52
%24.39

CMYK RENK MODELİ

#C5F08D rengi CMYK tonu (18,0,41,6).

  • camgöbeği tonu 17.92%
  • eflatun tonu 0.00%
  • sarı tonu 41.25%
  • ana renk tonu 5.88%
CMYK:
(18,0,41,6)
C18M0Y41K6 
(18%,0%,41%,6%)
(0.18/0.00/0.41/0.06)	

CMYK yüzdeleri

%17.92
%0
%41.25
%5.88

Codes

Color #C5F08D in popluar color models

C5F08D
RGB197240141
HSL86°76.74%74.71%
HSB/HSV86°41.25%94.12%
CMYK17.92%0.00%41.25%
5.88%

Color #C5F08D in popluar number systems.

HEXC5F08D
Decimal197240141
Binary110001011111000010001101
Octal305360215

Shades and tints

Shades of #C5F08D

#C5F08D
(197,240,141)
#B4DB81
(180,219,129)
#A3C675
(163,198,117)
#92B169
(146,177,105)
#819C5D
(129,156,93)
#708751
(112,135,81)
#5F7245
(95,114,69)
#4E5D39
(78,93,57)
#3D482D
(61,72,45)
#2C3321
(44,51,33)
#1B1E15
(27,30,21)
#000000
(0,0,0)

Tints of #C5F08D

#C5F08D
(197,240,141)
#CAF197
(202,241,151)
#CFF2A1
(207,242,161)
#D4F3AB
(212,243,171)
#D9F4B5
(217,244,181)
#DEF5BF
(222,245,191)
#E3F6C9
(227,246,201)
#E8F7D3
(232,247,211)
#EDF8DD
(237,248,221)
#F2F9E7
(242,249,231)
#F7FAF1
(247,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F08D; }

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

This text font color is #C5F08D.


Background Color

.myBgColor { background-color: #C5F08D; }

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

This div background color is #C5F08D.


Border color

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

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

This div border color is #C5F08D.


Opacity

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

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

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

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

This text has shadow with #C5F08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F08D on black background.


Color preview on white background

This text has color #C5F08D on white background.



Black color preview on #C5F08D background

This text has black color on #C5F08D background.


White color preview on #C5F08D background

This text has white color on #C5F08D background.