COLOR #C5F497

HEX: #C5F497
RGB: (197,244,151)

Renk bilgisi

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

RGB renk modeli

#C5F497 color RGB value is (197,244,151).

  • kırmız ton 197;
  • yeşil ton 244;
  • mavi ton 151.
RGB:
(197,244,151)
(77%,96%,59%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 244 of 255 = 96%
B 151 of 255 = 59%

197
244
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 244 + 151 = 592 (100%)
R 197 of 592 ~ 33.28%
G 244 of 592 ~ 41.22%
B 151 of 592 ~ 25.51%

%33.28
%41.22
%25.51

CMYK RENK MODELİ

#C5F497 rengi CMYK tonu (19,0,38,4).

  • camgöbeği tonu 19.26%
  • eflatun tonu 0.00%
  • sarı tonu 38.11%
  • ana renk tonu 4.31%
CMYK:
(19,0,38,4)
C19M0Y38K4 
(19%,0%,38%,4%)
(0.19/0.00/0.38/0.04)	

CMYK yüzdeleri

%19.26
%0
%38.11
%4.31

Codes

Color #C5F497 in popluar color models

C5F497
RGB197244151
HSL90°80.87%77.45%
HSB/HSV90°38.11%95.69%
CMYK19.26%0.00%38.11%
4.31%

Color #C5F497 in popluar number systems.

HEXC5F497
Decimal197244151
Binary110001011111010010010111
Octal305364227

Shades and tints

Shades of #C5F497

#C5F497
(197,244,151)
#B4DE8A
(180,222,138)
#A3C87D
(163,200,125)
#92B270
(146,178,112)
#819C63
(129,156,99)
#708656
(112,134,86)
#5F7049
(95,112,73)
#4E5A3C
(78,90,60)
#3D442F
(61,68,47)
#2C2E22
(44,46,34)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #C5F497

#C5F497
(197,244,151)
#CAF5A0
(202,245,160)
#CFF6A9
(207,246,169)
#D4F7B2
(212,247,178)
#D9F8BB
(217,248,187)
#DEF9C4
(222,249,196)
#E3FACD
(227,250,205)
#E8FBD6
(232,251,214)
#EDFCDF
(237,252,223)
#F2FDE8
(242,253,232)
#F7FEF1
(247,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F497 color. Also use rgb(197,244,151) instead hex code.

Text Font Color

.myTextColor { color: #C5F497; }

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

This text font color is #C5F497.


Background Color

.myBgColor { background-color: #C5F497; }

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

This div background color is #C5F497.


Border color

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

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

This div border color is #C5F497.


Opacity

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

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

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

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

This text has shadow with #C5F497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F497 on black background.


Color preview on white background

This text has color #C5F497 on white background.



Black color preview on #C5F497 background

This text has black color on #C5F497 background.


White color preview on #C5F497 background

This text has white color on #C5F497 background.