COLOR #C4FF80

HEX: #C4FF80
RGB: (196,255,128)

Color info

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

RGB color model

#C4FF80 color RGB value is (196,255,128).

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

RGB channels and saturation

R 196 of 255 = 77%
G 255 of 255 = 100%
B 128 of 255 = 50%

196
255
128

R + G + B ~ 76%. #C4FF80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 255 + 128 = 579 (100%)
R 196 of 579 ~ 33.85%
G 255 of 579 ~ 44.04%
B 128 of 579 ~ 22.11%

%33.85
%44.04
%22.11

CMYK color model

#C4FF80 color CMYK value is (23,0,50,0).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 49.80%
  • key color value is 0.00%
CMYK: (23,0,50,0) C23M0Y50K0 (23%,0%,50%,0%) (0.23/0.00/0.50/0.00)

CMYK percentages

%23.14
%0
%49.8
%0

Codes

Color #C4FF80 in popluar color models

C4FF80
RGB196255128
HSL88°100.00%75.10%
HSB/HSV88°49.80%100.00%
CMYK23.14%0.00%49.80%
0.00%

Color #C4FF80 in popluar number systems.

HEXC4FF80
Decimal196255128
Binary110001001111111110000000
Octal304377200

Shades and tints

Shades of #C4FF80

#C4FF80
(196,255,128)
#B3E875
(179,232,117)
#A2D16A
(162,209,106)
#91BA5F
(145,186,95)
#80A354
(128,163,84)
#6F8C49
(111,140,73)
#5E753E
(94,117,62)
#4D5E33
(77,94,51)
#3C4728
(60,71,40)
#2B301D
(43,48,29)
#1A1912
(26,25,18)
#000000
(0,0,0)

Tints of #C4FF80

#C4FF80
(196,255,128)
#C9FF8B
(201,255,139)
#CEFF96
(206,255,150)
#D3FFA1
(211,255,161)
#D8FFAC
(216,255,172)
#DDFFB7
(221,255,183)
#E2FFC2
(226,255,194)
#E7FFCD
(231,255,205)
#ECFFD8
(236,255,216)
#F1FFE3
(241,255,227)
#F6FFEE
(246,255,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FF80; }

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

This text font color is #C4FF80.


Background Color

.myBgColor { background-color: #C4FF80; }

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

This div background color is #C4FF80.


Border color

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

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

This div border color is #C4FF80.


Opacity

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

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

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

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

This text has shadow with #C4FF80 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4FF80 on black background.


Color preview on white background

This text has color #C4FF80 on white background.



Black color preview on #C4FF80 background

This text has black color on #C4FF80 background.


White color preview on #C4FF80 background

This text has white color on #C4FF80 background.