COLOR #C2D419

HEX: #C2D419
RGB: (194,212,25)

Renk bilgisi

#C2D419 contains mainly red and green colors. #C2D419 ‘ nin web güvenlik rengi #CCCC00 (ya da #CC0) dir.

RGB renk modeli

#C2D419 color RGB value is (194,212,25).

  • kırmız ton 194;
  • yeşil ton 212;
  • mavi ton 25.
RGB:
(194,212,25)
(76%,83%,10%)

RGB bağlantıları ve doygunluk

R 194 of 255 = 76%
G 212 of 255 = 83%
B 25 of 255 = 10%

194
212
25

R + G + B ~ 56%. #C2D419 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
194 + 212 + 25 = 431 (100%)
R 194 of 431 ~ 45.01%
G 212 of 431 ~ 49.19%
B 25 of 431 ~ 5.8%

%45.01
%49.19

CMYK RENK MODELİ

#C2D419 rengi CMYK tonu (8,0,88,17).

  • camgöbeği tonu 8.49%
  • eflatun tonu 0.00%
  • sarı tonu 88.21%
  • ana renk tonu 16.86%
CMYK:
(8,0,88,17)
C8M0Y88K17 
(8%,0%,88%,17%)
(0.08/0.00/0.88/0.17)	

CMYK yüzdeleri

%8.49
%0
%88.21
%16.86

Codes

Color #C2D419 in popluar color models

C2D419
RGB19421225
HSL66°78.90%46.47%
HSB/HSV66°88.21%83.14%
CMYK8.49%0.00%88.21%
16.86%

Color #C2D419 in popluar number systems.

HEXC2D419
Decimal19421225
Binary110000101101010011001
Octal30232431

Shades and tints

Shades of #C2D419

#C2D419
(194,212,25)
#B1C117
(177,193,23)
#A0AE15
(160,174,21)
#8F9B13
(143,155,19)
#7E8811
(126,136,17)
#6D750F
(109,117,15)
#5C620D
(92,98,13)
#4B4F0B
(75,79,11)
#3A3C09
(58,60,9)
#292907
(41,41,7)
#181605
(24,22,5)
#000000
(0,0,0)

Tints of #C2D419

#C2D419
(194,212,25)
#C7D72D
(199,215,45)
#CCDA41
(204,218,65)
#D1DD55
(209,221,85)
#D6E069
(214,224,105)
#DBE37D
(219,227,125)
#E0E691
(224,230,145)
#E5E9A5
(229,233,165)
#EAECB9
(234,236,185)
#EFEFCD
(239,239,205)
#F4F2E1
(244,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D419 color. Also use rgb(194,212,25) instead hex code.

Text Font Color

.myTextColor { color: #C2D419; }

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

This text font color is #C2D419.


Background Color

.myBgColor { background-color: #C2D419; }

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

This div background color is #C2D419.


Border color

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

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

This div border color is #C2D419.


Opacity

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

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

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

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

This text has shadow with #C2D419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D419 on black background.


Color preview on white background

This text has color #C2D419 on white background.



Black color preview on #C2D419 background

This text has black color on #C2D419 background.


White color preview on #C2D419 background

This text has white color on #C2D419 background.