COLOR #C6EE2C

HEX: #C6EE2C
RGB: (198,238,44)

Renk bilgisi

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

RGB renk modeli

#C6EE2C color RGB value is (198,238,44).

  • kırmız ton 198;
  • yeşil ton 238;
  • mavi ton 44.
RGB:
(198,238,44)
(78%,93%,17%)

RGB bağlantıları ve doygunluk

R 198 of 255 = 78%
G 238 of 255 = 93%
B 44 of 255 = 17%

198
238
44

R + G + B ~ 63%. #C6EE2C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
198 + 238 + 44 = 480 (100%)
R 198 of 480 ~ 41.25%
G 238 of 480 ~ 49.58%
B 44 of 480 ~ 9.17%

%41.25
%49.58

CMYK RENK MODELİ

#C6EE2C rengi CMYK tonu (17,0,82,7).

  • camgöbeği tonu 16.81%
  • eflatun tonu 0.00%
  • sarı tonu 81.51%
  • ana renk tonu 6.67%
CMYK:
(17,0,82,7)
C17M0Y82K7 
(17%,0%,82%,7%)
(0.17/0.00/0.82/0.07)	

CMYK yüzdeleri

%16.81
%0
%81.51
%6.67

Codes

Color #C6EE2C in popluar color models

C6EE2C
RGB19823844
HSL72°85.09%55.29%
HSB/HSV72°81.51%93.33%
CMYK16.81%0.00%81.51%
6.67%

Color #C6EE2C in popluar number systems.

HEXC6EE2C
Decimal19823844
Binary1100011011101110101100
Octal30635654

Shades and tints

Shades of #C6EE2C

#C6EE2C
(198,238,44)
#B4D928
(180,217,40)
#A2C424
(162,196,36)
#90AF20
(144,175,32)
#7E9A1C
(126,154,28)
#6C8518
(108,133,24)
#5A7014
(90,112,20)
#485B10
(72,91,16)
#36460C
(54,70,12)
#243108
(36,49,8)
#121C04
(18,28,4)
#000000
(0,0,0)

Tints of #C6EE2C

#C6EE2C
(198,238,44)
#CBEF3F
(203,239,63)
#D0F052
(208,240,82)
#D5F165
(213,241,101)
#DAF278
(218,242,120)
#DFF38B
(223,243,139)
#E4F49E
(228,244,158)
#E9F5B1
(233,245,177)
#EEF6C4
(238,246,196)
#F3F7D7
(243,247,215)
#F8F8EA
(248,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6EE2C color. Also use rgb(198,238,44) instead hex code.

Text Font Color

.myTextColor { color: #C6EE2C; }

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

This text font color is #C6EE2C.


Background Color

.myBgColor { background-color: #C6EE2C; }

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

This div background color is #C6EE2C.


Border color

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

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

This div border color is #C6EE2C.


Opacity

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

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

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

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

This text has shadow with #C6EE2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6EE2C on black background.


Color preview on white background

This text has color #C6EE2C on white background.



Black color preview on #C6EE2C background

This text has black color on #C6EE2C background.


White color preview on #C6EE2C background

This text has white color on #C6EE2C background.