COLOR #C9E74A

HEX: #C9E74A
RGB: (201,231,74)

Renk bilgisi

#C9E74A contains mainly red and green colors. #C9E74A ‘ nin web güvenlik rengi #CCFF33 (ya da #CF3) dir.

RGB renk modeli

#C9E74A color RGB value is (201,231,74).

  • kırmız ton 201;
  • yeşil ton 231;
  • mavi ton 74.
RGB:
(201,231,74)
(79%,91%,29%)

RGB bağlantıları ve doygunluk

R 201 of 255 = 79%
G 231 of 255 = 91%
B 74 of 255 = 29%

201
231
74

R + G + B ~ 66%. #C9E74A is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
201 + 231 + 74 = 506 (100%)
R 201 of 506 ~ 39.72%
G 231 of 506 ~ 45.65%
B 74 of 506 ~ 14.62%

%39.72
%45.65
%14.62

CMYK RENK MODELİ

#C9E74A rengi CMYK tonu (13,0,68,9).

  • camgöbeği tonu 12.99%
  • eflatun tonu 0.00%
  • sarı tonu 67.97%
  • ana renk tonu 9.41%
CMYK:
(13,0,68,9)
C13M0Y68K9 
(13%,0%,68%,9%)
(0.13/0.00/0.68/0.09)	

CMYK yüzdeleri

%12.99
%0
%67.97
%9.41

Codes

Color #C9E74A in popluar color models

C9E74A
RGB20123174
HSL71°76.59%59.80%
HSB/HSV71°67.97%90.59%
CMYK12.99%0.00%67.97%
9.41%

Color #C9E74A in popluar number systems.

HEXC9E74A
Decimal20123174
Binary11001001111001111001010
Octal311347112

Shades and tints

Shades of #C9E74A

#C9E74A
(201,231,74)
#B7D244
(183,210,68)
#A5BD3E
(165,189,62)
#93A838
(147,168,56)
#819332
(129,147,50)
#6F7E2C
(111,126,44)
#5D6926
(93,105,38)
#4B5420
(75,84,32)
#393F1A
(57,63,26)
#272A14
(39,42,20)
#15150E
(21,21,14)
#000000
(0,0,0)

Tints of #C9E74A

#C9E74A
(201,231,74)
#CDE95A
(205,233,90)
#D1EB6A
(209,235,106)
#D5ED7A
(213,237,122)
#D9EF8A
(217,239,138)
#DDF19A
(221,241,154)
#E1F3AA
(225,243,170)
#E5F5BA
(229,245,186)
#E9F7CA
(233,247,202)
#EDF9DA
(237,249,218)
#F1FBEA
(241,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9E74A color. Also use rgb(201,231,74) instead hex code.

Text Font Color

.myTextColor { color: #C9E74A; }

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

This text font color is #C9E74A.


Background Color

.myBgColor { background-color: #C9E74A; }

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

This div background color is #C9E74A.


Border color

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

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

This div border color is #C9E74A.


Opacity

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

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

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

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

This text has shadow with #C9E74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E74A on black background.


Color preview on white background

This text has color #C9E74A on white background.



Black color preview on #C9E74A background

This text has black color on #C9E74A background.


White color preview on #C9E74A background

This text has white color on #C9E74A background.