COLOR #C8E481

HEX: #C8E481
RGB: (200,228,129)

Color info

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

RGB color model

#C8E481 color RGB value is (200,228,129).

  • red value is 200;
  • green value is 228;
  • blue value is 129.
RGB:
(200,228,129)
(78%,89%,51%)

RGB channels and saturation

R 200 of 255 = 78%
G 228 of 255 = 89%
B 129 of 255 = 51%

200
228
129

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

Portions of RGB colors in percentages

R + G + B =
200 + 228 + 129 = 557 (100%)
R 200 of 557 ~ 35.91%
G 228 of 557 ~ 40.93%
B 129 of 557 ~ 23.16%

%35.91
%40.93
%23.16

CMYK color model

#C8E481 color CMYK value is (12,0,43,11).

  • cyan value is 12.28%
  • magenta value is 0.00%
  • yellow value is 43.42%
  • key color value is 10.59%
CMYK:
(12,0,43,11)
C12M0Y43K11 
(12%,0%,43%,11%)
(0.12/0.00/0.43/0.11)	

CMYK percentages

%12.28
%0
%43.42
%10.59

Codes

Color #C8E481 in popluar color models

C8E481
RGB200228129
HSL77°64.71%70.00%
HSB/HSV77°43.42%89.41%
CMYK12.28%0.00%43.42%
10.59%

Color #C8E481 in popluar number systems.

HEXC8E481
Decimal200228129
Binary110010001110010010000001
Octal310344201

Shades and tints

Shades of #C8E481

#C8E481
(200,228,129)
#B6D076
(182,208,118)
#A4BC6B
(164,188,107)
#92A860
(146,168,96)
#809455
(128,148,85)
#6E804A
(110,128,74)
#5C6C3F
(92,108,63)
#4A5834
(74,88,52)
#384429
(56,68,41)
#26301E
(38,48,30)
#141C13
(20,28,19)
#000000
(0,0,0)

Tints of #C8E481

#C8E481
(200,228,129)
#CDE68C
(205,230,140)
#D2E897
(210,232,151)
#D7EAA2
(215,234,162)
#DCECAD
(220,236,173)
#E1EEB8
(225,238,184)
#E6F0C3
(230,240,195)
#EBF2CE
(235,242,206)
#F0F4D9
(240,244,217)
#F5F6E4
(245,246,228)
#FAF8EF
(250,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8E481 color. Also use rgb(200,228,129) instead hex code.

Text Font Color

.myTextColor { color: #C8E481; }

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

This text font color is #C8E481.


Background Color

.myBgColor { background-color: #C8E481; }

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

This div background color is #C8E481.


Border color

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

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

This div border color is #C8E481.


Opacity

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

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

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

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

This text has shadow with #C8E481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8E481 on black background.


Color preview on white background

This text has color #C8E481 on white background.



Black color preview on #C8E481 background

This text has black color on #C8E481 background.


White color preview on #C8E481 background

This text has white color on #C8E481 background.