COLOR #C5F14E

HEX: #C5F14E
RGB: (197,241,78)

Renk bilgisi

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

RGB renk modeli

#C5F14E color RGB value is (197,241,78).

  • kırmız ton 197;
  • yeşil ton 241;
  • mavi ton 78.
RGB:
(197,241,78)
(77%,95%,31%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 241 of 255 = 95%
B 78 of 255 = 31%

197
241
78

R + G + B ~ 68%. #C5F14E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 241 + 78 = 516 (100%)
R 197 of 516 ~ 38.18%
G 241 of 516 ~ 46.71%
B 78 of 516 ~ 15.12%

%38.18
%46.71
%15.12

CMYK RENK MODELİ

#C5F14E rengi CMYK tonu (18,0,68,5).

  • camgöbeği tonu 18.26%
  • eflatun tonu 0.00%
  • sarı tonu 67.63%
  • ana renk tonu 5.49%
CMYK:
(18,0,68,5)
C18M0Y68K5 
(18%,0%,68%,5%)
(0.18/0.00/0.68/0.05)	

CMYK yüzdeleri

%18.26
%0
%67.63
%5.49

Codes

Color #C5F14E in popluar color models

C5F14E
RGB19724178
HSL76°85.34%62.55%
HSB/HSV76°67.63%94.51%
CMYK18.26%0.00%67.63%
5.49%

Color #C5F14E in popluar number systems.

HEXC5F14E
Decimal19724178
Binary11000101111100011001110
Octal305361116

Shades and tints

Shades of #C5F14E

#C5F14E
(197,241,78)
#B4DC47
(180,220,71)
#A3C740
(163,199,64)
#92B239
(146,178,57)
#819D32
(129,157,50)
#70882B
(112,136,43)
#5F7324
(95,115,36)
#4E5E1D
(78,94,29)
#3D4916
(61,73,22)
#2C340F
(44,52,15)
#1B1F08
(27,31,8)
#000000
(0,0,0)

Tints of #C5F14E

#C5F14E
(197,241,78)
#CAF25E
(202,242,94)
#CFF36E
(207,243,110)
#D4F47E
(212,244,126)
#D9F58E
(217,245,142)
#DEF69E
(222,246,158)
#E3F7AE
(227,247,174)
#E8F8BE
(232,248,190)
#EDF9CE
(237,249,206)
#F2FADE
(242,250,222)
#F7FBEE
(247,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F14E color. Also use rgb(197,241,78) instead hex code.

Text Font Color

.myTextColor { color: #C5F14E; }

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

This text font color is #C5F14E.


Background Color

.myBgColor { background-color: #C5F14E; }

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

This div background color is #C5F14E.


Border color

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

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

This div border color is #C5F14E.


Opacity

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

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

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

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

This text has shadow with #C5F14E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5F14E on black background.


Color preview on white background

This text has color #C5F14E on white background.



Black color preview on #C5F14E background

This text has black color on #C5F14E background.


White color preview on #C5F14E background

This text has white color on #C5F14E background.