COLOR #C5F597

HEX: #C5F597
RGB: (197,245,151)

Renk bilgisi

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

RGB renk modeli

#C5F597 color RGB value is (197,245,151).

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

RGB bağlantıları ve doygunluk

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

197
245
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 245 + 151 = 593 (100%)
R 197 of 593 ~ 33.22%
G 245 of 593 ~ 41.32%
B 151 of 593 ~ 25.46%

%33.22
%41.32
%25.46

CMYK RENK MODELİ

#C5F597 rengi CMYK tonu (20,0,38,4).

  • camgöbeği tonu 19.59%
  • eflatun tonu 0.00%
  • sarı tonu 38.37%
  • ana renk tonu 3.92%
CMYK:
(20,0,38,4)
C20M0Y38K4 
(20%,0%,38%,4%)
(0.20/0.00/0.38/0.04)	

CMYK yüzdeleri

%19.59
%0
%38.37
%3.92

Codes

Color #C5F597 in popluar color models

C5F597
RGB197245151
HSL91°82.46%77.65%
HSB/HSV91°38.37%96.08%
CMYK19.59%0.00%38.37%
3.92%

Color #C5F597 in popluar number systems.

HEXC5F597
Decimal197245151
Binary110001011111010110010111
Octal305365227

Shades and tints

Shades of #C5F597

#C5F597
(197,245,151)
#B4DF8A
(180,223,138)
#A3C97D
(163,201,125)
#92B370
(146,179,112)
#819D63
(129,157,99)
#708756
(112,135,86)
#5F7149
(95,113,73)
#4E5B3C
(78,91,60)
#3D452F
(61,69,47)
#2C2F22
(44,47,34)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5F597

#C5F597
(197,245,151)
#CAF5A0
(202,245,160)
#CFF5A9
(207,245,169)
#D4F5B2
(212,245,178)
#D9F5BB
(217,245,187)
#DEF5C4
(222,245,196)
#E3F5CD
(227,245,205)
#E8F5D6
(232,245,214)
#EDF5DF
(237,245,223)
#F2F5E8
(242,245,232)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F597; }

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

This text font color is #C5F597.


Background Color

.myBgColor { background-color: #C5F597; }

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

This div background color is #C5F597.


Border color

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

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

This div border color is #C5F597.


Opacity

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

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

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

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

This text has shadow with #C5F597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F597 on black background.


Color preview on white background

This text has color #C5F597 on white background.



Black color preview on #C5F597 background

This text has black color on #C5F597 background.


White color preview on #C5F597 background

This text has white color on #C5F597 background.