COLOR #C5E479

HEX: #C5E479
RGB: (197,228,121)

Renk bilgisi

#C5E479 contains mainly red and green colors. #C5E479 ‘ nin web güvenlik rengi #CCCC66 (ya da #CC6) dir.

RGB renk modeli

#C5E479 color RGB value is (197,228,121).

  • kırmız ton 197;
  • yeşil ton 228;
  • mavi ton 121.
RGB:
(197,228,121)
(77%,89%,47%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 228 of 255 = 89%
B 121 of 255 = 47%

197
228
121

R + G + B ~ 71%. #C5E479 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 228 + 121 = 546 (100%)
R 197 of 546 ~ 36.08%
G 228 of 546 ~ 41.76%
B 121 of 546 ~ 22.16%

%36.08
%41.76
%22.16

CMYK RENK MODELİ

#C5E479 rengi CMYK tonu (14,0,47,11).

  • camgöbeği tonu 13.60%
  • eflatun tonu 0.00%
  • sarı tonu 46.93%
  • ana renk tonu 10.59%
CMYK:
(14,0,47,11)
C14M0Y47K11 
(14%,0%,47%,11%)
(0.14/0.00/0.47/0.11)	

CMYK yüzdeleri

%13.6
%0
%46.93
%10.59

Codes

Color #C5E479 in popluar color models

C5E479
RGB197228121
HSL77°66.46%68.43%
HSB/HSV77°46.93%89.41%
CMYK13.60%0.00%46.93%
10.59%

Color #C5E479 in popluar number systems.

HEXC5E479
Decimal197228121
Binary11000101111001001111001
Octal305344171

Shades and tints

Shades of #C5E479

#C5E479
(197,228,121)
#B4D06E
(180,208,110)
#A3BC63
(163,188,99)
#92A858
(146,168,88)
#81944D
(129,148,77)
#708042
(112,128,66)
#5F6C37
(95,108,55)
#4E582C
(78,88,44)
#3D4421
(61,68,33)
#2C3016
(44,48,22)
#1B1C0B
(27,28,11)
#000000
(0,0,0)

Tints of #C5E479

#C5E479
(197,228,121)
#CAE685
(202,230,133)
#CFE891
(207,232,145)
#D4EA9D
(212,234,157)
#D9ECA9
(217,236,169)
#DEEEB5
(222,238,181)
#E3F0C1
(227,240,193)
#E8F2CD
(232,242,205)
#EDF4D9
(237,244,217)
#F2F6E5
(242,246,229)
#F7F8F1
(247,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E479 color. Also use rgb(197,228,121) instead hex code.

Text Font Color

.myTextColor { color: #C5E479; }

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

This text font color is #C5E479.


Background Color

.myBgColor { background-color: #C5E479; }

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

This div background color is #C5E479.


Border color

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

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

This div border color is #C5E479.


Opacity

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

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

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

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

This text has shadow with #C5E479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E479 on black background.


Color preview on white background

This text has color #C5E479 on white background.



Black color preview on #C5E479 background

This text has black color on #C5E479 background.


White color preview on #C5E479 background

This text has white color on #C5E479 background.