COLOR #C0E38F

HEX: #C0E38F
RGB: (192,227,143)

Color info

#C0E38F contains mainly red and green colors. Web safe color of #C0E38F is #CCCC99 (or #CC9).

RGB color model

#C0E38F color RGB value is (192,227,143).

  • red value is 192;
  • green value is 227;
  • blue value is 143.
RGB:
(192,227,143)
(75%,89%,56%)

RGB channels and saturation

R 192 of 255 = 75%
G 227 of 255 = 89%
B 143 of 255 = 56%

192
227
143

R + G + B ~ 73%. #C0E38F is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 227 + 143 = 562 (100%)
R 192 of 562 ~ 34.16%
G 227 of 562 ~ 40.39%
B 143 of 562 ~ 25.44%

%34.16
%40.39
%25.44

CMYK color model

#C0E38F color CMYK value is (15,0,37,11).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 37.00%
  • key color value is 10.98%
CMYK:
(15,0,37,11)
C15M0Y37K11 
(15%,0%,37%,11%)
(0.15/0.00/0.37/0.11)	

CMYK percentages

%15.42
%0
%37
%10.98

Codes

Color #C0E38F in popluar color models

C0E38F
RGB192227143
HSL85°60.00%72.55%
HSB/HSV85°37.00%89.02%
CMYK15.42%0.00%37.00%
10.98%

Color #C0E38F in popluar number systems.

HEXC0E38F
Decimal192227143
Binary110000001110001110001111
Octal300343217

Shades and tints

Shades of #C0E38F

#C0E38F
(192,227,143)
#AFCF82
(175,207,130)
#9EBB75
(158,187,117)
#8DA768
(141,167,104)
#7C935B
(124,147,91)
#6B7F4E
(107,127,78)
#5A6B41
(90,107,65)
#495734
(73,87,52)
#384327
(56,67,39)
#272F1A
(39,47,26)
#161B0D
(22,27,13)
#000000
(0,0,0)

Tints of #C0E38F

#C0E38F
(192,227,143)
#C5E599
(197,229,153)
#CAE7A3
(202,231,163)
#CFE9AD
(207,233,173)
#D4EBB7
(212,235,183)
#D9EDC1
(217,237,193)
#DEEFCB
(222,239,203)
#E3F1D5
(227,241,213)
#E8F3DF
(232,243,223)
#EDF5E9
(237,245,233)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E38F color. Also use rgb(192,227,143) instead hex code.

Text Font Color

.myTextColor { color: #C0E38F; }

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

This text font color is #C0E38F.


Background Color

.myBgColor { background-color: #C0E38F; }

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

This div background color is #C0E38F.


Border color

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

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

This div border color is #C0E38F.


Opacity

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

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

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

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

This text has shadow with #C0E38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0E38F on black background.


Color preview on white background

This text has color #C0E38F on white background.



Black color preview on #C0E38F background

This text has black color on #C0E38F background.


White color preview on #C0E38F background

This text has white color on #C0E38F background.