COLOR #C5E195

HEX: #C5E195
RGB: (197,225,149)

Renk bilgisi

#C5E195 contains mainly red and green colors. #C5E195 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C5E195 color RGB value is (197,225,149).

  • kırmız ton 197;
  • yeşil ton 225;
  • mavi ton 149.
RGB:
(197,225,149)
(77%,88%,58%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 225 of 255 = 88%
B 149 of 255 = 58%

197
225
149

R + G + B ~ 74%. #C5E195 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 225 + 149 = 571 (100%)
R 197 of 571 ~ 34.5%
G 225 of 571 ~ 39.4%
B 149 of 571 ~ 26.09%

%34.5
%39.4
%26.09

CMYK RENK MODELİ

#C5E195 rengi CMYK tonu (12,0,34,12).

  • camgöbeği tonu 12.44%
  • eflatun tonu 0.00%
  • sarı tonu 33.78%
  • ana renk tonu 11.76%
CMYK:
(12,0,34,12)
C12M0Y34K12 
(12%,0%,34%,12%)
(0.12/0.00/0.34/0.12)	

CMYK yüzdeleri

%12.44
%0
%33.78
%11.76

Codes

Color #C5E195 in popluar color models

C5E195
RGB197225149
HSL82°55.88%73.33%
HSB/HSV82°33.78%88.24%
CMYK12.44%0.00%33.78%
11.76%

Color #C5E195 in popluar number systems.

HEXC5E195
Decimal197225149
Binary110001011110000110010101
Octal305341225

Shades and tints

Shades of #C5E195

#C5E195
(197,225,149)
#B4CD88
(180,205,136)
#A3B97B
(163,185,123)
#92A56E
(146,165,110)
#819161
(129,145,97)
#707D54
(112,125,84)
#5F6947
(95,105,71)
#4E553A
(78,85,58)
#3D412D
(61,65,45)
#2C2D20
(44,45,32)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #C5E195

#C5E195
(197,225,149)
#CAE39E
(202,227,158)
#CFE5A7
(207,229,167)
#D4E7B0
(212,231,176)
#D9E9B9
(217,233,185)
#DEEBC2
(222,235,194)
#E3EDCB
(227,237,203)
#E8EFD4
(232,239,212)
#EDF1DD
(237,241,221)
#F2F3E6
(242,243,230)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E195 color. Also use rgb(197,225,149) instead hex code.

Text Font Color

.myTextColor { color: #C5E195; }

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

This text font color is #C5E195.


Background Color

.myBgColor { background-color: #C5E195; }

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

This div background color is #C5E195.


Border color

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

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

This div border color is #C5E195.


Opacity

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

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

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

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

This text has shadow with #C5E195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E195 on black background.


Color preview on white background

This text has color #C5E195 on white background.



Black color preview on #C5E195 background

This text has black color on #C5E195 background.


White color preview on #C5E195 background

This text has white color on #C5E195 background.