COLOR #C6E062

HEX: #C6E062
RGB: (198,224,98)

Color info

#C6E062 contains mainly red and green colors. Web safe color of #C6E062 is #CCCC66 (or #CC6).

RGB color model

#C6E062 color RGB value is (198,224,98).

  • red value is 198;
  • green value is 224;
  • blue value is 98.
RGB:
(198,224,98)
(78%,88%,38%)

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 98 of 255 = 38%

198
224
98

R + G + B ~ 68%. #C6E062 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 98 = 520 (100%)
R 198 of 520 ~ 38.08%
G 224 of 520 ~ 43.08%
B 98 of 520 ~ 18.85%

%38.08
%43.08
%18.85

CMYK color model

#C6E062 color CMYK value is (12,0,56,12).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 12.16%
CMYK:
(12,0,56,12)
C12M0Y56K12 
(12%,0%,56%,12%)
(0.12/0.00/0.56/0.12)	

CMYK percentages

%11.61
%0
%56.25
%12.16

Codes

Color #C6E062 in popluar color models

C6E062
RGB19822498
HSL72°67.02%63.14%
HSB/HSV72°56.25%87.84%
CMYK11.61%0.00%56.25%
12.16%

Color #C6E062 in popluar number systems.

HEXC6E062
Decimal19822498
Binary11000110111000001100010
Octal306340142

Shades and tints

Shades of #C6E062

#C6E062
(198,224,98)
#B4CC5A
(180,204,90)
#A2B852
(162,184,82)
#90A44A
(144,164,74)
#7E9042
(126,144,66)
#6C7C3A
(108,124,58)
#5A6832
(90,104,50)
#48542A
(72,84,42)
#364022
(54,64,34)
#242C1A
(36,44,26)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6E062

#C6E062
(198,224,98)
#CBE270
(203,226,112)
#D0E47E
(208,228,126)
#D5E68C
(213,230,140)
#DAE89A
(218,232,154)
#DFEAA8
(223,234,168)
#E4ECB6
(228,236,182)
#E9EEC4
(233,238,196)
#EEF0D2
(238,240,210)
#F3F2E0
(243,242,224)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6E062 color. Also use rgb(198,224,98) instead hex code.

Text Font Color

.myTextColor { color: #C6E062; }

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

This text font color is #C6E062.


Background Color

.myBgColor { background-color: #C6E062; }

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

This div background color is #C6E062.


Border color

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

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

This div border color is #C6E062.


Opacity

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

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

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

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

This text has shadow with #C6E062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E062 on black background.


Color preview on white background

This text has color #C6E062 on white background.



Black color preview on #C6E062 background

This text has black color on #C6E062 background.


White color preview on #C6E062 background

This text has white color on #C6E062 background.