COLOR #C8F480

HEX: #C8F480
RGB: (200,244,128)

Color info

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

RGB color model

#C8F480 color RGB value is (200,244,128).

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

RGB channels and saturation

R 200 of 255 = 78%
G 244 of 255 = 96%
B 128 of 255 = 50%

200
244
128

R + G + B ~ 75%. #C8F480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 244 + 128 = 572 (100%)
R 200 of 572 ~ 34.97%
G 244 of 572 ~ 42.66%
B 128 of 572 ~ 22.38%

%34.97
%42.66
%22.38

CMYK color model

#C8F480 color CMYK value is (18,0,48,4).

  • cyan value is 18.03%
  • magenta value is 0.00%
  • yellow value is 47.54%
  • key color value is 4.31%
CMYK:
(18,0,48,4)
C18M0Y48K4 
(18%,0%,48%,4%)
(0.18/0.00/0.48/0.04)	

CMYK percentages

%18.03
%0
%47.54
%4.31

Codes

Color #C8F480 in popluar color models

C8F480
RGB200244128
HSL83°84.06%72.94%
HSB/HSV83°47.54%95.69%
CMYK18.03%0.00%47.54%
4.31%

Color #C8F480 in popluar number systems.

HEXC8F480
Decimal200244128
Binary110010001111010010000000
Octal310364200

Shades and tints

Shades of #C8F480

#C8F480
(200,244,128)
#B6DE75
(182,222,117)
#A4C86A
(164,200,106)
#92B25F
(146,178,95)
#809C54
(128,156,84)
#6E8649
(110,134,73)
#5C703E
(92,112,62)
#4A5A33
(74,90,51)
#384428
(56,68,40)
#262E1D
(38,46,29)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #C8F480

#C8F480
(200,244,128)
#CDF58B
(205,245,139)
#D2F696
(210,246,150)
#D7F7A1
(215,247,161)
#DCF8AC
(220,248,172)
#E1F9B7
(225,249,183)
#E6FAC2
(230,250,194)
#EBFBCD
(235,251,205)
#F0FCD8
(240,252,216)
#F5FDE3
(245,253,227)
#FAFEEE
(250,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8F480; }

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

This text font color is #C8F480.


Background Color

.myBgColor { background-color: #C8F480; }

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

This div background color is #C8F480.


Border color

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

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

This div border color is #C8F480.


Opacity

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

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

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

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

This text has shadow with #C8F480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8F480 on black background.


Color preview on white background

This text has color #C8F480 on white background.



Black color preview on #C8F480 background

This text has black color on #C8F480 background.


White color preview on #C8F480 background

This text has white color on #C8F480 background.