COLOR #C4E170

HEX: #C4E170
RGB: (196,225,112)

Renk bilgisi

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

RGB renk modeli

#C4E170 color RGB value is (196,225,112).

  • kırmız ton 196;
  • yeşil ton 225;
  • mavi ton 112.
RGB:
(196,225,112)
(77%,88%,44%)

RGB bağlantıları ve doygunluk

R 196 of 255 = 77%
G 225 of 255 = 88%
B 112 of 255 = 44%

196
225
112

R + G + B ~ 70%. #C4E170 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
196 + 225 + 112 = 533 (100%)
R 196 of 533 ~ 36.77%
G 225 of 533 ~ 42.21%
B 112 of 533 ~ 21.01%

%36.77
%42.21
%21.01

CMYK RENK MODELİ

#C4E170 rengi CMYK tonu (13,0,50,12).

  • camgöbeği tonu 12.89%
  • eflatun tonu 0.00%
  • sarı tonu 50.22%
  • ana renk tonu 11.76%
CMYK:
(13,0,50,12)
C13M0Y50K12 
(13%,0%,50%,12%)
(0.13/0.00/0.50/0.12)	

CMYK yüzdeleri

%12.89
%0
%50.22
%11.76

Codes

Color #C4E170 in popluar color models

C4E170
RGB196225112
HSL75°65.32%66.08%
HSB/HSV75°50.22%88.24%
CMYK12.89%0.00%50.22%
11.76%

Color #C4E170 in popluar number systems.

HEXC4E170
Decimal196225112
Binary11000100111000011110000
Octal304341160

Shades and tints

Shades of #C4E170

#C4E170
(196,225,112)
#B3CD66
(179,205,102)
#A2B95C
(162,185,92)
#91A552
(145,165,82)
#809148
(128,145,72)
#6F7D3E
(111,125,62)
#5E6934
(94,105,52)
#4D552A
(77,85,42)
#3C4120
(60,65,32)
#2B2D16
(43,45,22)
#1A190C
(26,25,12)
#000000
(0,0,0)

Tints of #C4E170

#C4E170
(196,225,112)
#C9E37D
(201,227,125)
#CEE58A
(206,229,138)
#D3E797
(211,231,151)
#D8E9A4
(216,233,164)
#DDEBB1
(221,235,177)
#E2EDBE
(226,237,190)
#E7EFCB
(231,239,203)
#ECF1D8
(236,241,216)
#F1F3E5
(241,243,229)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4E170 color. Also use rgb(196,225,112) instead hex code.

Text Font Color

.myTextColor { color: #C4E170; }

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

This text font color is #C4E170.


Background Color

.myBgColor { background-color: #C4E170; }

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

This div background color is #C4E170.


Border color

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

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

This div border color is #C4E170.


Opacity

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

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

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

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

This text has shadow with #C4E170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4E170 on black background.


Color preview on white background

This text has color #C4E170 on white background.



Black color preview on #C4E170 background

This text has black color on #C4E170 background.


White color preview on #C4E170 background

This text has white color on #C4E170 background.