COLOR #C4F080

HEX: #C4F080
RGB: (196,240,128)

Color info

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

RGB color model

#C4F080 color RGB value is (196,240,128).

  • red value is 196;
  • green value is 240;
  • blue value is 128.
RGB:
(196,240,128)
(77%,94%,50%)

RGB channels and saturation

R 196 of 255 = 77%
G 240 of 255 = 94%
B 128 of 255 = 50%

196
240
128

R + G + B ~ 74%. #C4F080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 240 + 128 = 564 (100%)
R 196 of 564 ~ 34.75%
G 240 of 564 ~ 42.55%
B 128 of 564 ~ 22.7%

%34.75
%42.55
%22.7

CMYK color model

#C4F080 color CMYK value is (18,0,47,6).

  • cyan value is 18.33%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 5.88%
CMYK:
(18,0,47,6)
C18M0Y47K6 
(18%,0%,47%,6%)
(0.18/0.00/0.47/0.06)	

CMYK percentages

%18.33
%0
%46.67
%5.88

Codes

Color #C4F080 in popluar color models

C4F080
RGB196240128
HSL84°78.87%72.16%
HSB/HSV84°46.67%94.12%
CMYK18.33%0.00%46.67%
5.88%

Color #C4F080 in popluar number systems.

HEXC4F080
Decimal196240128
Binary110001001111000010000000
Octal304360200

Shades and tints

Shades of #C4F080

#C4F080
(196,240,128)
#B3DB75
(179,219,117)
#A2C66A
(162,198,106)
#91B15F
(145,177,95)
#809C54
(128,156,84)
#6F8749
(111,135,73)
#5E723E
(94,114,62)
#4D5D33
(77,93,51)
#3C4828
(60,72,40)
#2B331D
(43,51,29)
#1A1E12
(26,30,18)
#000000
(0,0,0)

Tints of #C4F080

#C4F080
(196,240,128)
#C9F18B
(201,241,139)
#CEF296
(206,242,150)
#D3F3A1
(211,243,161)
#D8F4AC
(216,244,172)
#DDF5B7
(221,245,183)
#E2F6C2
(226,246,194)
#E7F7CD
(231,247,205)
#ECF8D8
(236,248,216)
#F1F9E3
(241,249,227)
#F6FAEE
(246,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F080 color. Also use rgb(196,240,128) instead hex code.

Text Font Color

.myTextColor { color: #C4F080; }

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

This text font color is #C4F080.


Background Color

.myBgColor { background-color: #C4F080; }

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

This div background color is #C4F080.


Border color

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

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

This div border color is #C4F080.


Opacity

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

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

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

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

This text has shadow with #C4F080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F080 on black background.


Color preview on white background

This text has color #C4F080 on white background.



Black color preview on #C4F080 background

This text has black color on #C4F080 background.


White color preview on #C4F080 background

This text has white color on #C4F080 background.