COLOR #C6F536

HEX: #C6F536
RGB: (198,245,54)

Color info

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

RGB color model

#C6F536 color RGB value is (198,245,54).

  • red value is 198;
  • green value is 245;
  • blue value is 54.
RGB:
(198,245,54)
(78%,96%,21%)

RGB channels and saturation

R 198 of 255 = 78%
G 245 of 255 = 96%
B 54 of 255 = 21%

198
245
54

R + G + B ~ 65%. #C6F536 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 245 + 54 = 497 (100%)
R 198 of 497 ~ 39.84%
G 245 of 497 ~ 49.3%
B 54 of 497 ~ 10.87%

%39.84
%49.3
%10.87

CMYK color model

#C6F536 color CMYK value is (19,0,78,4).

  • cyan value is 19.18%
  • magenta value is 0.00%
  • yellow value is 77.96%
  • key color value is 3.92%
CMYK:
(19,0,78,4)
C19M0Y78K4 
(19%,0%,78%,4%)
(0.19/0.00/0.78/0.04)	

CMYK percentages

%19.18
%0
%77.96
%3.92

Codes

Color #C6F536 in popluar color models

C6F536
RGB19824554
HSL75°90.52%58.63%
HSB/HSV75°77.96%96.08%
CMYK19.18%0.00%77.96%
3.92%

Color #C6F536 in popluar number systems.

HEXC6F536
Decimal19824554
Binary1100011011110101110110
Octal30636566

Shades and tints

Shades of #C6F536

#C6F536
(198,245,54)
#B4DF32
(180,223,50)
#A2C92E
(162,201,46)
#90B32A
(144,179,42)
#7E9D26
(126,157,38)
#6C8722
(108,135,34)
#5A711E
(90,113,30)
#485B1A
(72,91,26)
#364516
(54,69,22)
#242F12
(36,47,18)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #C6F536

#C6F536
(198,245,54)
#CBF548
(203,245,72)
#D0F55A
(208,245,90)
#D5F56C
(213,245,108)
#DAF57E
(218,245,126)
#DFF590
(223,245,144)
#E4F5A2
(228,245,162)
#E9F5B4
(233,245,180)
#EEF5C6
(238,245,198)
#F3F5D8
(243,245,216)
#F8F5EA
(248,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6F536 color. Also use rgb(198,245,54) instead hex code.

Text Font Color

.myTextColor { color: #C6F536; }

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

This text font color is #C6F536.


Background Color

.myBgColor { background-color: #C6F536; }

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

This div background color is #C6F536.


Border color

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

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

This div border color is #C6F536.


Opacity

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

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

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

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

This text has shadow with #C6F536 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6F536 on black background.


Color preview on white background

This text has color #C6F536 on white background.



Black color preview on #C6F536 background

This text has black color on #C6F536 background.


White color preview on #C6F536 background

This text has white color on #C6F536 background.