COLOR #C4EF0E

HEX: #C4EF0E
RGB: (196,239,14)

Color info

#C4EF0E contains mainly red and green colors. Web safe color of #C4EF0E is #CCFF00 (or #CF0).

RGB color model

#C4EF0E color RGB value is (196,239,14).

  • red value is 196;
  • green value is 239;
  • blue value is 14.
RGB:
(196,239,14)
(77%,94%,5%)

RGB channels and saturation

R 196 of 255 = 77%
G 239 of 255 = 94%
B 14 of 255 = 5%

196
239
14

R + G + B ~ 59%. #C4EF0E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 239 + 14 = 449 (100%)
R 196 of 449 ~ 43.65%
G 239 of 449 ~ 53.23%
B 14 of 449 ~ 3.12%

%43.65
%53.23

CMYK color model

#C4EF0E color CMYK value is (18,0,94,6).

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 94.14%
  • key color value is 6.27%
CMYK:
(18,0,94,6)
C18M0Y94K6 
(18%,0%,94%,6%)
(0.18/0.00/0.94/0.06)	

CMYK percentages

%17.99
%0
%94.14
%6.27

Codes

Color #C4EF0E in popluar color models

C4EF0E
RGB19623914
HSL71°88.93%49.61%
HSB/HSV71°94.14%93.73%
CMYK17.99%0.00%94.14%
6.27%

Color #C4EF0E in popluar number systems.

HEXC4EF0E
Decimal19623914
Binary11000100111011111110
Octal30435716

Shades and tints

Shades of #C4EF0E

#C4EF0E
(196,239,14)
#B3DA0D
(179,218,13)
#A2C50C
(162,197,12)
#91B00B
(145,176,11)
#809B0A
(128,155,10)
#6F8609
(111,134,9)
#5E7108
(94,113,8)
#4D5C07
(77,92,7)
#3C4706
(60,71,6)
#2B3205
(43,50,5)
#1A1D04
(26,29,4)
#000000
(0,0,0)

Tints of #C4EF0E

#C4EF0E
(196,239,14)
#C9F023
(201,240,35)
#CEF138
(206,241,56)
#D3F24D
(211,242,77)
#D8F362
(216,243,98)
#DDF477
(221,244,119)
#E2F58C
(226,245,140)
#E7F6A1
(231,246,161)
#ECF7B6
(236,247,182)
#F1F8CB
(241,248,203)
#F6F9E0
(246,249,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EF0E color. Also use rgb(196,239,14) instead hex code.

Text Font Color

.myTextColor { color: #C4EF0E; }

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

This text font color is #C4EF0E.


Background Color

.myBgColor { background-color: #C4EF0E; }

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

This div background color is #C4EF0E.


Border color

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

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

This div border color is #C4EF0E.


Opacity

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

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

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

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

This text has shadow with #C4EF0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EF0E on black background.


Color preview on white background

This text has color #C4EF0E on white background.



Black color preview on #C4EF0E background

This text has black color on #C4EF0E background.


White color preview on #C4EF0E background

This text has white color on #C4EF0E background.