COLOR #C0EF7A

HEX: #C0EF7A
RGB: (192,239,122)

Color info

#C0EF7A contains mainly red and green colors. Web safe color of #C0EF7A is #CCFF66 (or #CF6).

RGB color model

#C0EF7A color RGB value is (192,239,122).

  • red value is 192;
  • green value is 239;
  • blue value is 122.
RGB:
(192,239,122)
(75%,94%,48%)

RGB channels and saturation

R 192 of 255 = 75%
G 239 of 255 = 94%
B 122 of 255 = 48%

192
239
122

R + G + B ~ 72%. #C0EF7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 239 + 122 = 553 (100%)
R 192 of 553 ~ 34.72%
G 239 of 553 ~ 43.22%
B 122 of 553 ~ 22.06%

%34.72
%43.22
%22.06

CMYK color model

#C0EF7A color CMYK value is (20,0,49,6).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 48.95%
  • key color value is 6.27%
CMYK:
(20,0,49,6)
C20M0Y49K6 
(20%,0%,49%,6%)
(0.20/0.00/0.49/0.06)	

CMYK percentages

%19.67
%0
%48.95
%6.27

Codes

Color #C0EF7A in popluar color models

C0EF7A
RGB192239122
HSL84°78.52%70.78%
HSB/HSV84°48.95%93.73%
CMYK19.67%0.00%48.95%
6.27%

Color #C0EF7A in popluar number systems.

HEXC0EF7A
Decimal192239122
Binary11000000111011111111010
Octal300357172

Shades and tints

Shades of #C0EF7A

#C0EF7A
(192,239,122)
#AFDA6F
(175,218,111)
#9EC564
(158,197,100)
#8DB059
(141,176,89)
#7C9B4E
(124,155,78)
#6B8643
(107,134,67)
#5A7138
(90,113,56)
#495C2D
(73,92,45)
#384722
(56,71,34)
#273217
(39,50,23)
#161D0C
(22,29,12)
#000000
(0,0,0)

Tints of #C0EF7A

#C0EF7A
(192,239,122)
#C5F086
(197,240,134)
#CAF192
(202,241,146)
#CFF29E
(207,242,158)
#D4F3AA
(212,243,170)
#D9F4B6
(217,244,182)
#DEF5C2
(222,245,194)
#E3F6CE
(227,246,206)
#E8F7DA
(232,247,218)
#EDF8E6
(237,248,230)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EF7A color. Also use rgb(192,239,122) instead hex code.

Text Font Color

.myTextColor { color: #C0EF7A; }

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

This text font color is #C0EF7A.


Background Color

.myBgColor { background-color: #C0EF7A; }

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

This div background color is #C0EF7A.


Border color

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

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

This div border color is #C0EF7A.


Opacity

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

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

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

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

This text has shadow with #C0EF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0EF7A on black background.


Color preview on white background

This text has color #C0EF7A on white background.



Black color preview on #C0EF7A background

This text has black color on #C0EF7A background.


White color preview on #C0EF7A background

This text has white color on #C0EF7A background.