COLOR #C8EA65

HEX: #C8EA65
RGB: (200,234,101)

Color info

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

RGB color model

#C8EA65 color RGB value is (200,234,101).

  • red value is 200;
  • green value is 234;
  • blue value is 101.
RGB:
(200,234,101)
(78%,92%,40%)

RGB channels and saturation

R 200 of 255 = 78%
G 234 of 255 = 92%
B 101 of 255 = 40%

200
234
101

R + G + B ~ 70%. #C8EA65 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 234 + 101 = 535 (100%)
R 200 of 535 ~ 37.38%
G 234 of 535 ~ 43.74%
B 101 of 535 ~ 18.88%

%37.38
%43.74
%18.88

CMYK color model

#C8EA65 color CMYK value is (15,0,57,8).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 56.84%
  • key color value is 8.24%
CMYK:
(15,0,57,8)
C15M0Y57K8 
(15%,0%,57%,8%)
(0.15/0.00/0.57/0.08)	

CMYK percentages

%14.53
%0
%56.84
%8.24

Codes

Color #C8EA65 in popluar color models

C8EA65
RGB200234101
HSL75°76.00%65.69%
HSB/HSV75°56.84%91.76%
CMYK14.53%0.00%56.84%
8.24%

Color #C8EA65 in popluar number systems.

HEXC8EA65
Decimal200234101
Binary11001000111010101100101
Octal310352145

Shades and tints

Shades of #C8EA65

#C8EA65
(200,234,101)
#B6D55C
(182,213,92)
#A4C053
(164,192,83)
#92AB4A
(146,171,74)
#809641
(128,150,65)
#6E8138
(110,129,56)
#5C6C2F
(92,108,47)
#4A5726
(74,87,38)
#38421D
(56,66,29)
#262D14
(38,45,20)
#14180B
(20,24,11)
#000000
(0,0,0)

Tints of #C8EA65

#C8EA65
(200,234,101)
#CDEB73
(205,235,115)
#D2EC81
(210,236,129)
#D7ED8F
(215,237,143)
#DCEE9D
(220,238,157)
#E1EFAB
(225,239,171)
#E6F0B9
(230,240,185)
#EBF1C7
(235,241,199)
#F0F2D5
(240,242,213)
#F5F3E3
(245,243,227)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8EA65 color. Also use rgb(200,234,101) instead hex code.

Text Font Color

.myTextColor { color: #C8EA65; }

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

This text font color is #C8EA65.


Background Color

.myBgColor { background-color: #C8EA65; }

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

This div background color is #C8EA65.


Border color

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

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

This div border color is #C8EA65.


Opacity

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

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

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

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

This text has shadow with #C8EA65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8EA65 on black background.


Color preview on white background

This text has color #C8EA65 on white background.



Black color preview on #C8EA65 background

This text has black color on #C8EA65 background.


White color preview on #C8EA65 background

This text has white color on #C8EA65 background.