COLOR #C6F121

HEX: #C6F121
RGB: (198,241,33)

Color info

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

RGB color model

#C6F121 color RGB value is (198,241,33).

  • red value is 198;
  • green value is 241;
  • blue value is 33.
RGB:
(198,241,33)
(78%,95%,13%)

RGB channels and saturation

R 198 of 255 = 78%
G 241 of 255 = 95%
B 33 of 255 = 13%

198
241
33

R + G + B ~ 62%. #C6F121 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 241 + 33 = 472 (100%)
R 198 of 472 ~ 41.95%
G 241 of 472 ~ 51.06%
B 33 of 472 ~ 6.99%

%41.95
%51.06

CMYK color model

#C6F121 color CMYK value is (18,0,86,5).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 86.31%
  • key color value is 5.49%
CMYK:
(18,0,86,5)
C18M0Y86K5 
(18%,0%,86%,5%)
(0.18/0.00/0.86/0.05)	

CMYK percentages

%17.84
%0
%86.31
%5.49

Codes

Color #C6F121 in popluar color models

C6F121
RGB19824133
HSL72°88.14%53.73%
HSB/HSV72°86.31%94.51%
CMYK17.84%0.00%86.31%
5.49%

Color #C6F121 in popluar number systems.

HEXC6F121
Decimal19824133
Binary1100011011110001100001
Octal30636141

Shades and tints

Shades of #C6F121

#C6F121
(198,241,33)
#B4DC1E
(180,220,30)
#A2C71B
(162,199,27)
#90B218
(144,178,24)
#7E9D15
(126,157,21)
#6C8812
(108,136,18)
#5A730F
(90,115,15)
#485E0C
(72,94,12)
#364909
(54,73,9)
#243406
(36,52,6)
#121F03
(18,31,3)
#000000
(0,0,0)

Tints of #C6F121

#C6F121
(198,241,33)
#CBF235
(203,242,53)
#D0F349
(208,243,73)
#D5F45D
(213,244,93)
#DAF571
(218,245,113)
#DFF685
(223,246,133)
#E4F799
(228,247,153)
#E9F8AD
(233,248,173)
#EEF9C1
(238,249,193)
#F3FAD5
(243,250,213)
#F8FBE9
(248,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F121 color. Also use rgb(198,241,33) instead hex code.

Text Font Color

.myTextColor { color: #C6F121; }

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

This text font color is #C6F121.


Background Color

.myBgColor { background-color: #C6F121; }

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

This div background color is #C6F121.


Border color

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

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

This div border color is #C6F121.


Opacity

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

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

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

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

This text has shadow with #C6F121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F121 on black background.


Color preview on white background

This text has color #C6F121 on white background.



Black color preview on #C6F121 background

This text has black color on #C6F121 background.


White color preview on #C6F121 background

This text has white color on #C6F121 background.