COLOR #C4FF69

HEX: #C4FF69
RGB: (196,255,105)

Color info

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

RGB color model

#C4FF69 color RGB value is (196,255,105).

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

RGB channels and saturation

R 196 of 255 = 77%
G 255 of 255 = 100%
B 105 of 255 = 41%

196
255
105

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

Portions of RGB colors in percentages

R + G + B =
196 + 255 + 105 = 556 (100%)
R 196 of 556 ~ 35.25%
G 255 of 556 ~ 45.86%
B 105 of 556 ~ 18.88%

%35.25
%45.86
%18.88

CMYK color model

#C4FF69 color CMYK value is (23,0,59,0).

  • cyan value is 23.14%
  • magenta value is 0.00%
  • yellow value is 58.82%
  • key color value is 0.00%
CMYK:
(23,0,59,0)
C23M0Y59K0 
(23%,0%,59%,0%)
(0.23/0.00/0.59/0.00)	

CMYK percentages

%23.14
%0
%58.82
%0

Codes

Color #C4FF69 in popluar color models

C4FF69
RGB196255105
HSL84°100.00%70.59%
HSB/HSV84°58.82%100.00%
CMYK23.14%0.00%58.82%
0.00%

Color #C4FF69 in popluar number systems.

HEXC4FF69
Decimal196255105
Binary11000100111111111101001
Octal304377151

Shades and tints

Shades of #C4FF69

#C4FF69
(196,255,105)
#B3E860
(179,232,96)
#A2D157
(162,209,87)
#91BA4E
(145,186,78)
#80A345
(128,163,69)
#6F8C3C
(111,140,60)
#5E7533
(94,117,51)
#4D5E2A
(77,94,42)
#3C4721
(60,71,33)
#2B3018
(43,48,24)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #C4FF69

#C4FF69
(196,255,105)
#C9FF76
(201,255,118)
#CEFF83
(206,255,131)
#D3FF90
(211,255,144)
#D8FF9D
(216,255,157)
#DDFFAA
(221,255,170)
#E2FFB7
(226,255,183)
#E7FFC4
(231,255,196)
#ECFFD1
(236,255,209)
#F1FFDE
(241,255,222)
#F6FFEB
(246,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4FF69; }

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

This text font color is #C4FF69.


Background Color

.myBgColor { background-color: #C4FF69; }

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

This div background color is #C4FF69.


Border color

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

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

This div border color is #C4FF69.


Opacity

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

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

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

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

This text has shadow with #C4FF69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4FF69 on black background.


Color preview on white background

This text has color #C4FF69 on white background.



Black color preview on #C4FF69 background

This text has black color on #C4FF69 background.


White color preview on #C4FF69 background

This text has white color on #C4FF69 background.