COLOR #C0F68C

HEX: #C0F68C
RGB: (192,246,140)

Color info

#C0F68C contains mainly red and green colors. Web safe color of #C0F68C is #CCFF99 (or #CF9).

RGB color model

#C0F68C color RGB value is (192,246,140).

  • red value is 192;
  • green value is 246;
  • blue value is 140.
RGB:
(192,246,140)
(75%,96%,55%)

RGB channels and saturation

R 192 of 255 = 75%
G 246 of 255 = 96%
B 140 of 255 = 55%

192
246
140

R + G + B ~ 75%. #C0F68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 246 + 140 = 578 (100%)
R 192 of 578 ~ 33.22%
G 246 of 578 ~ 42.56%
B 140 of 578 ~ 24.22%

%33.22
%42.56
%24.22

CMYK color model

#C0F68C color CMYK value is (22,0,43,4).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 43.09%
  • key color value is 3.53%
CMYK:
(22,0,43,4)
C22M0Y43K4 
(22%,0%,43%,4%)
(0.22/0.00/0.43/0.04)	

CMYK percentages

%21.95
%0
%43.09
%3.53

Codes

Color #C0F68C in popluar color models

C0F68C
RGB192246140
HSL91°85.48%75.69%
HSB/HSV91°43.09%96.47%
CMYK21.95%0.00%43.09%
3.53%

Color #C0F68C in popluar number systems.

HEXC0F68C
Decimal192246140
Binary110000001111011010001100
Octal300366214

Shades and tints

Shades of #C0F68C

#C0F68C
(192,246,140)
#AFE080
(175,224,128)
#9ECA74
(158,202,116)
#8DB468
(141,180,104)
#7C9E5C
(124,158,92)
#6B8850
(107,136,80)
#5A7244
(90,114,68)
#495C38
(73,92,56)
#38462C
(56,70,44)
#273020
(39,48,32)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #C0F68C

#C0F68C
(192,246,140)
#C5F696
(197,246,150)
#CAF6A0
(202,246,160)
#CFF6AA
(207,246,170)
#D4F6B4
(212,246,180)
#D9F6BE
(217,246,190)
#DEF6C8
(222,246,200)
#E3F6D2
(227,246,210)
#E8F6DC
(232,246,220)
#EDF6E6
(237,246,230)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0F68C color. Also use rgb(192,246,140) instead hex code.

Text Font Color

.myTextColor { color: #C0F68C; }

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

This text font color is #C0F68C.


Background Color

.myBgColor { background-color: #C0F68C; }

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

This div background color is #C0F68C.


Border color

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

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

This div border color is #C0F68C.


Opacity

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

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

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

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

This text has shadow with #C0F68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F68C on black background.


Color preview on white background

This text has color #C0F68C on white background.



Black color preview on #C0F68C background

This text has black color on #C0F68C background.


White color preview on #C0F68C background

This text has white color on #C0F68C background.