COLOR #C4E497

HEX: #C4E497
RGB: (196,228,151)

Renk bilgisi

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

RGB renk modeli

#C4E497 color RGB value is (196,228,151).

  • kırmız ton 196;
  • yeşil ton 228;
  • mavi ton 151.
RGB:
(196,228,151)
(77%,89%,59%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 228 of 255 = 89%
B 151 of 255 = 59%

196
228
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 228 + 151 = 575 (100%)
R 196 of 575 ~ 34.09%
G 228 of 575 ~ 39.65%
B 151 of 575 ~ 26.26%

%34.09
%39.65
%26.26

CMYK RENK MODELİ

#C4E497 rengi CMYK tonu (14,0,34,11).

  • camgöbeği tonu 14.04%
  • eflatun tonu 0.00%
  • sarı tonu 33.77%
  • ana renk tonu 10.59%
CMYK:
(14,0,34,11)
C14M0Y34K11 
(14%,0%,34%,11%)
(0.14/0.00/0.34/0.11)	

CMYK yüzdeleri

%14.04
%0
%33.77
%10.59

Codes

Color #C4E497 in popluar color models

C4E497
RGB196228151
HSL85°58.78%74.31%
HSB/HSV85°33.77%89.41%
CMYK14.04%0.00%33.77%
10.59%

Color #C4E497 in popluar number systems.

HEXC4E497
Decimal196228151
Binary110001001110010010010111
Octal304344227

Shades and tints

Shades of #C4E497

#C4E497
(196,228,151)
#B3D08A
(179,208,138)
#A2BC7D
(162,188,125)
#91A870
(145,168,112)
#809463
(128,148,99)
#6F8056
(111,128,86)
#5E6C49
(94,108,73)
#4D583C
(77,88,60)
#3C442F
(60,68,47)
#2B3022
(43,48,34)
#1A1C15
(26,28,21)
#000000
(0,0,0)

Tints of #C4E497

#C4E497
(196,228,151)
#C9E6A0
(201,230,160)
#CEE8A9
(206,232,169)
#D3EAB2
(211,234,178)
#D8ECBB
(216,236,187)
#DDEEC4
(221,238,196)
#E2F0CD
(226,240,205)
#E7F2D6
(231,242,214)
#ECF4DF
(236,244,223)
#F1F6E8
(241,246,232)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E497 color. Also use rgb(196,228,151) instead hex code.

Text Font Color

.myTextColor { color: #C4E497; }

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

This text font color is #C4E497.


Background Color

.myBgColor { background-color: #C4E497; }

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

This div background color is #C4E497.


Border color

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

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

This div border color is #C4E497.


Opacity

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

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

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

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

This text has shadow with #C4E497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E497 on black background.


Color preview on white background

This text has color #C4E497 on white background.



Black color preview on #C4E497 background

This text has black color on #C4E497 background.


White color preview on #C4E497 background

This text has white color on #C4E497 background.