COLOR #C5F070

HEX: #C5F070
RGB: (197,240,112)

Renk bilgisi

#C5F070 contains mainly red and green colors. #C5F070 ‘ nin web güvenlik rengi #CCFF66 (ya da #CF6) dir.

RGB renk modeli

#C5F070 color RGB value is (197,240,112).

  • kırmız ton 197;
  • yeşil ton 240;
  • mavi ton 112.
RGB:
(197,240,112)
(77%,94%,44%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 240 of 255 = 94%
B 112 of 255 = 44%

197
240
112

R + G + B ~ 72%. #C5F070 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 240 + 112 = 549 (100%)
R 197 of 549 ~ 35.88%
G 240 of 549 ~ 43.72%
B 112 of 549 ~ 20.4%

%35.88
%43.72
%20.4

CMYK RENK MODELİ

#C5F070 rengi CMYK tonu (18,0,53,6).

  • camgöbeği tonu 17.92%
  • eflatun tonu 0.00%
  • sarı tonu 53.33%
  • ana renk tonu 5.88%
CMYK:
(18,0,53,6)
C18M0Y53K6 
(18%,0%,53%,6%)
(0.18/0.00/0.53/0.06)	

CMYK yüzdeleri

%17.92
%0
%53.33
%5.88

Codes

Color #C5F070 in popluar color models

C5F070
RGB197240112
HSL80°81.01%69.02%
HSB/HSV80°53.33%94.12%
CMYK17.92%0.00%53.33%
5.88%

Color #C5F070 in popluar number systems.

HEXC5F070
Decimal197240112
Binary11000101111100001110000
Octal305360160

Shades and tints

Shades of #C5F070

#C5F070
(197,240,112)
#B4DB66
(180,219,102)
#A3C65C
(163,198,92)
#92B152
(146,177,82)
#819C48
(129,156,72)
#70873E
(112,135,62)
#5F7234
(95,114,52)
#4E5D2A
(78,93,42)
#3D4820
(61,72,32)
#2C3316
(44,51,22)
#1B1E0C
(27,30,12)
#000000
(0,0,0)

Tints of #C5F070

#C5F070
(197,240,112)
#CAF17D
(202,241,125)
#CFF28A
(207,242,138)
#D4F397
(212,243,151)
#D9F4A4
(217,244,164)
#DEF5B1
(222,245,177)
#E3F6BE
(227,246,190)
#E8F7CB
(232,247,203)
#EDF8D8
(237,248,216)
#F2F9E5
(242,249,229)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F070 color. Also use rgb(197,240,112) instead hex code.

Text Font Color

.myTextColor { color: #C5F070; }

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

This text font color is #C5F070.


Background Color

.myBgColor { background-color: #C5F070; }

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

This div background color is #C5F070.


Border color

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

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

This div border color is #C5F070.


Opacity

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

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

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

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

This text has shadow with #C5F070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F070 on black background.


Color preview on white background

This text has color #C5F070 on white background.



Black color preview on #C5F070 background

This text has black color on #C5F070 background.


White color preview on #C5F070 background

This text has white color on #C5F070 background.