COLOR #C0ED86

HEX: #C0ED86
RGB: (192,237,134)

Color info

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

RGB color model

#C0ED86 color RGB value is (192,237,134).

  • red value is 192;
  • green value is 237;
  • blue value is 134.
RGB:
(192,237,134)
(75%,93%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 237 of 255 = 93%
B 134 of 255 = 53%

192
237
134

R + G + B ~ 74%. #C0ED86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 237 + 134 = 563 (100%)
R 192 of 563 ~ 34.1%
G 237 of 563 ~ 42.1%
B 134 of 563 ~ 23.8%

%34.1
%42.1
%23.8

CMYK color model

#C0ED86 color CMYK value is (19,0,43,7).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 43.46%
  • key color value is 7.06%
CMYK:
(19,0,43,7)
C19M0Y43K7 
(19%,0%,43%,7%)
(0.19/0.00/0.43/0.07)	

CMYK percentages

%18.99
%0
%43.46
%7.06

Codes

Color #C0ED86 in popluar color models

C0ED86
RGB192237134
HSL86°74.10%72.75%
HSB/HSV86°43.46%92.94%
CMYK18.99%0.00%43.46%
7.06%

Color #C0ED86 in popluar number systems.

HEXC0ED86
Decimal192237134
Binary110000001110110110000110
Octal300355206

Shades and tints

Shades of #C0ED86

#C0ED86
(192,237,134)
#AFD87A
(175,216,122)
#9EC36E
(158,195,110)
#8DAE62
(141,174,98)
#7C9956
(124,153,86)
#6B844A
(107,132,74)
#5A6F3E
(90,111,62)
#495A32
(73,90,50)
#384526
(56,69,38)
#27301A
(39,48,26)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #C0ED86

#C0ED86
(192,237,134)
#C5EE91
(197,238,145)
#CAEF9C
(202,239,156)
#CFF0A7
(207,240,167)
#D4F1B2
(212,241,178)
#D9F2BD
(217,242,189)
#DEF3C8
(222,243,200)
#E3F4D3
(227,244,211)
#E8F5DE
(232,245,222)
#EDF6E9
(237,246,233)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0ED86 color. Also use rgb(192,237,134) instead hex code.

Text Font Color

.myTextColor { color: #C0ED86; }

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

This text font color is #C0ED86.


Background Color

.myBgColor { background-color: #C0ED86; }

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

This div background color is #C0ED86.


Border color

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

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

This div border color is #C0ED86.


Opacity

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

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

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

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

This text has shadow with #C0ED86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0ED86 on black background.


Color preview on white background

This text has color #C0ED86 on white background.



Black color preview on #C0ED86 background

This text has black color on #C0ED86 background.


White color preview on #C0ED86 background

This text has white color on #C0ED86 background.