COLOR #C6E073

HEX: #C6E073
RGB: (198,224,115)

Color info

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

RGB color model

#C6E073 color RGB value is (198,224,115).

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

RGB channels and saturation

R 198 of 255 = 78%
G 224 of 255 = 88%
B 115 of 255 = 45%

198
224
115

R + G + B ~ 70%. #C6E073 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 224 + 115 = 537 (100%)
R 198 of 537 ~ 36.87%
G 224 of 537 ~ 41.71%
B 115 of 537 ~ 21.42%

%36.87
%41.71
%21.42

CMYK color model

#C6E073 color CMYK value is (12,0,49,12).

  • cyan value is 11.61%
  • magenta value is 0.00%
  • yellow value is 48.66%
  • key color value is 12.16%
CMYK:
(12,0,49,12)
C12M0Y49K12 
(12%,0%,49%,12%)
(0.12/0.00/0.49/0.12)	

CMYK percentages

%11.61
%0
%48.66
%12.16

Codes

Color #C6E073 in popluar color models

C6E073
RGB198224115
HSL74°63.74%66.47%
HSB/HSV74°48.66%87.84%
CMYK11.61%0.00%48.66%
12.16%

Color #C6E073 in popluar number systems.

HEXC6E073
Decimal198224115
Binary11000110111000001110011
Octal306340163

Shades and tints

Shades of #C6E073

#C6E073
(198,224,115)
#B4CC69
(180,204,105)
#A2B85F
(162,184,95)
#90A455
(144,164,85)
#7E904B
(126,144,75)
#6C7C41
(108,124,65)
#5A6837
(90,104,55)
#48542D
(72,84,45)
#364023
(54,64,35)
#242C19
(36,44,25)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #C6E073

#C6E073
(198,224,115)
#CBE27F
(203,226,127)
#D0E48B
(208,228,139)
#D5E697
(213,230,151)
#DAE8A3
(218,232,163)
#DFEAAF
(223,234,175)
#E4ECBB
(228,236,187)
#E9EEC7
(233,238,199)
#EEF0D3
(238,240,211)
#F3F2DF
(243,242,223)
#F8F4EB
(248,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6E073; }

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

This text font color is #C6E073.


Background Color

.myBgColor { background-color: #C6E073; }

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

This div background color is #C6E073.


Border color

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

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

This div border color is #C6E073.


Opacity

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

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

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

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

This text has shadow with #C6E073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6E073 on black background.


Color preview on white background

This text has color #C6E073 on white background.



Black color preview on #C6E073 background

This text has black color on #C6E073 background.


White color preview on #C6E073 background

This text has white color on #C6E073 background.