COLOR #C5F07C

HEX: #C5F07C
RGB: (197,240,124)

Renk bilgisi

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

RGB renk modeli

#C5F07C color RGB value is (197,240,124).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 240 of 255 = 94%
B 124 of 255 = 49%

197
240
124

R + G + B ~ 73%. #C5F07C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 240 + 124 = 561 (100%)
R 197 of 561 ~ 35.12%
G 240 of 561 ~ 42.78%
B 124 of 561 ~ 22.1%

%35.12
%42.78
%22.1

CMYK RENK MODELİ

#C5F07C rengi CMYK tonu (18,0,48,6).

  • camgöbeği tonu 17.92%
  • eflatun tonu 0.00%
  • sarı tonu 48.33%
  • ana renk tonu 5.88%
CMYK:
(18,0,48,6)
C18M0Y48K6 
(18%,0%,48%,6%)
(0.18/0.00/0.48/0.06)	

CMYK yüzdeleri

%17.92
%0
%48.33
%5.88

Codes

Color #C5F07C in popluar color models

C5F07C
RGB197240124
HSL82°79.45%71.37%
HSB/HSV82°48.33%94.12%
CMYK17.92%0.00%48.33%
5.88%

Color #C5F07C in popluar number systems.

HEXC5F07C
Decimal197240124
Binary11000101111100001111100
Octal305360174

Shades and tints

Shades of #C5F07C

#C5F07C
(197,240,124)
#B4DB71
(180,219,113)
#A3C666
(163,198,102)
#92B15B
(146,177,91)
#819C50
(129,156,80)
#708745
(112,135,69)
#5F723A
(95,114,58)
#4E5D2F
(78,93,47)
#3D4824
(61,72,36)
#2C3319
(44,51,25)
#1B1E0E
(27,30,14)
#000000
(0,0,0)

Tints of #C5F07C

#C5F07C
(197,240,124)
#CAF187
(202,241,135)
#CFF292
(207,242,146)
#D4F39D
(212,243,157)
#D9F4A8
(217,244,168)
#DEF5B3
(222,245,179)
#E3F6BE
(227,246,190)
#E8F7C9
(232,247,201)
#EDF8D4
(237,248,212)
#F2F9DF
(242,249,223)
#F7FAEA
(247,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5F07C; }

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

This text font color is #C5F07C.


Background Color

.myBgColor { background-color: #C5F07C; }

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

This div background color is #C5F07C.


Border color

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

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

This div border color is #C5F07C.


Opacity

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

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

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

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

This text has shadow with #C5F07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F07C on black background.


Color preview on white background

This text has color #C5F07C on white background.



Black color preview on #C5F07C background

This text has black color on #C5F07C background.


White color preview on #C5F07C background

This text has white color on #C5F07C background.