COLOR #C8F493

HEX: #C8F493
RGB: (200,244,147)

Color info

#C8F493 contains mainly red and green colors. Web safe color of #C8F493 is #CCFF99 (or #CF9).

RGB color model

#C8F493 color RGB value is (200,244,147).

  • red value is 200;
  • green value is 244;
  • blue value is 147.
RGB:
(200,244,147)
(78%,96%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 244 of 255 = 96%
B 147 of 255 = 58%

200
244
147

R + G + B ~ 77%. #C8F493 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 244 + 147 = 591 (100%)
R 200 of 591 ~ 33.84%
G 244 of 591 ~ 41.29%
B 147 of 591 ~ 24.87%

%33.84
%41.29
%24.87

CMYK color model

#C8F493 color CMYK value is (18,0,40,4).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 39.75%
  • key color value is 4.31%
CMYK:
(18,0,40,4)
C18M0Y40K4 
(18%,0%,40%,4%)
(0.18/0.00/0.40/0.04)	

CMYK percentages

%18.03
%0
%39.75
%4.31

Codes

Color #C8F493 in popluar color models

C8F493
RGB200244147
HSL87°81.51%76.67%
HSB/HSV87°39.75%95.69%
CMYK18.03%0.00%39.75%
4.31%

Color #C8F493 in popluar number systems.

HEXC8F493
Decimal200244147
Binary110010001111010010010011
Octal310364223

Shades and tints

Shades of #C8F493

#C8F493
(200,244,147)
#B6DE86
(182,222,134)
#A4C879
(164,200,121)
#92B26C
(146,178,108)
#809C5F
(128,156,95)
#6E8652
(110,134,82)
#5C7045
(92,112,69)
#4A5A38
(74,90,56)
#38442B
(56,68,43)
#262E1E
(38,46,30)
#141811
(20,24,17)
#000000
(0,0,0)

Tints of #C8F493

#C8F493
(200,244,147)
#CDF59C
(205,245,156)
#D2F6A5
(210,246,165)
#D7F7AE
(215,247,174)
#DCF8B7
(220,248,183)
#E1F9C0
(225,249,192)
#E6FAC9
(230,250,201)
#EBFBD2
(235,251,210)
#F0FCDB
(240,252,219)
#F5FDE4
(245,253,228)
#FAFEED
(250,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8F493 color. Also use rgb(200,244,147) instead hex code.

Text Font Color

.myTextColor { color: #C8F493; }

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

This text font color is #C8F493.


Background Color

.myBgColor { background-color: #C8F493; }

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

This div background color is #C8F493.


Border color

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

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

This div border color is #C8F493.


Opacity

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

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

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

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

This text has shadow with #C8F493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F493 on black background.


Color preview on white background

This text has color #C8F493 on white background.



Black color preview on #C8F493 background

This text has black color on #C8F493 background.


White color preview on #C8F493 background

This text has white color on #C8F493 background.