COLOR #C4E28C

HEX: #C4E28C
RGB: (196,226,140)

Renk bilgisi

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

RGB renk modeli

#C4E28C color RGB value is (196,226,140).

  • kırmız ton 196;
  • yeşil ton 226;
  • mavi ton 140.
RGB:
(196,226,140)
(77%,89%,55%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 226 of 255 = 89%
B 140 of 255 = 55%

196
226
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 226 + 140 = 562 (100%)
R 196 of 562 ~ 34.88%
G 226 of 562 ~ 40.21%
B 140 of 562 ~ 24.91%

%34.88
%40.21
%24.91

CMYK RENK MODELİ

#C4E28C rengi CMYK tonu (13,0,38,11).

  • camgöbeği tonu 13.27%
  • eflatun tonu 0.00%
  • sarı tonu 38.05%
  • ana renk tonu 11.37%
CMYK:
(13,0,38,11)
C13M0Y38K11 
(13%,0%,38%,11%)
(0.13/0.00/0.38/0.11)	

CMYK yüzdeleri

%13.27
%0
%38.05
%11.37

Codes

Color #C4E28C in popluar color models

C4E28C
RGB196226140
HSL81°59.72%71.76%
HSB/HSV81°38.05%88.63%
CMYK13.27%0.00%38.05%
11.37%

Color #C4E28C in popluar number systems.

HEXC4E28C
Decimal196226140
Binary110001001110001010001100
Octal304342214

Shades and tints

Shades of #C4E28C

#C4E28C
(196,226,140)
#B3CE80
(179,206,128)
#A2BA74
(162,186,116)
#91A668
(145,166,104)
#80925C
(128,146,92)
#6F7E50
(111,126,80)
#5E6A44
(94,106,68)
#4D5638
(77,86,56)
#3C422C
(60,66,44)
#2B2E20
(43,46,32)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #C4E28C

#C4E28C
(196,226,140)
#C9E496
(201,228,150)
#CEE6A0
(206,230,160)
#D3E8AA
(211,232,170)
#D8EAB4
(216,234,180)
#DDECBE
(221,236,190)
#E2EEC8
(226,238,200)
#E7F0D2
(231,240,210)
#ECF2DC
(236,242,220)
#F1F4E6
(241,244,230)
#F6F6F0
(246,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E28C color. Also use rgb(196,226,140) instead hex code.

Text Font Color

.myTextColor { color: #C4E28C; }

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

This text font color is #C4E28C.


Background Color

.myBgColor { background-color: #C4E28C; }

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

This div background color is #C4E28C.


Border color

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

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

This div border color is #C4E28C.


Opacity

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

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

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

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

This text has shadow with #C4E28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E28C on black background.


Color preview on white background

This text has color #C4E28C on white background.



Black color preview on #C4E28C background

This text has black color on #C4E28C background.


White color preview on #C4E28C background

This text has white color on #C4E28C background.