COLOR #C6ED2F

HEX: #C6ED2F
RGB: (198,237,47)

Color info

#C6ED2F contains mainly red and green colors. Web safe color of #C6ED2F is #CCFF33 (or #CF3).

RGB color model

#C6ED2F color RGB value is (198,237,47).

  • red value is 198;
  • green value is 237;
  • blue value is 47.
RGB:
(198,237,47)
(78%,93%,18%)

RGB channels and saturation

R 198 of 255 = 78%
G 237 of 255 = 93%
B 47 of 255 = 18%

198
237
47

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

Portions of RGB colors in percentages

R + G + B =
198 + 237 + 47 = 482 (100%)
R 198 of 482 ~ 41.08%
G 237 of 482 ~ 49.17%
B 47 of 482 ~ 9.75%

%41.08
%49.17
%9.75

CMYK color model

#C6ED2F color CMYK value is (16,0,80,7).

  • cyan value is 16.46%
  • magenta value is 0.00%
  • yellow value is 80.17%
  • key color value is 7.06%
CMYK:
(16,0,80,7)
C16M0Y80K7 
(16%,0%,80%,7%)
(0.16/0.00/0.80/0.07)	

CMYK percentages

%16.46
%0
%80.17
%7.06

Codes

Color #C6ED2F in popluar color models

C6ED2F
RGB19823747
HSL72°84.07%55.69%
HSB/HSV72°80.17%92.94%
CMYK16.46%0.00%80.17%
7.06%

Color #C6ED2F in popluar number systems.

HEXC6ED2F
Decimal19823747
Binary1100011011101101101111
Octal30635557

Shades and tints

Shades of #C6ED2F

#C6ED2F
(198,237,47)
#B4D82B
(180,216,43)
#A2C327
(162,195,39)
#90AE23
(144,174,35)
#7E991F
(126,153,31)
#6C841B
(108,132,27)
#5A6F17
(90,111,23)
#485A13
(72,90,19)
#36450F
(54,69,15)
#24300B
(36,48,11)
#121B07
(18,27,7)
#000000
(0,0,0)

Tints of #C6ED2F

#C6ED2F
(198,237,47)
#CBEE41
(203,238,65)
#D0EF53
(208,239,83)
#D5F065
(213,240,101)
#DAF177
(218,241,119)
#DFF289
(223,242,137)
#E4F39B
(228,243,155)
#E9F4AD
(233,244,173)
#EEF5BF
(238,245,191)
#F3F6D1
(243,246,209)
#F8F7E3
(248,247,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6ED2F color. Also use rgb(198,237,47) instead hex code.

Text Font Color

.myTextColor { color: #C6ED2F; }

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

This text font color is #C6ED2F.


Background Color

.myBgColor { background-color: #C6ED2F; }

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

This div background color is #C6ED2F.


Border color

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

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

This div border color is #C6ED2F.


Opacity

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

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

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

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

This text has shadow with #C6ED2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ED2F on black background.


Color preview on white background

This text has color #C6ED2F on white background.



Black color preview on #C6ED2F background

This text has black color on #C6ED2F background.


White color preview on #C6ED2F background

This text has white color on #C6ED2F background.