COLOR #C7FA6C

HEX: #C7FA6C
RGB: (199,250,108)

Color info

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

RGB color model

#C7FA6C color RGB value is (199,250,108).

  • red value is 199;
  • green value is 250;
  • blue value is 108.
RGB:
(199,250,108)
(78%,98%,42%)

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 108 of 255 = 42%

199
250
108

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

Portions of RGB colors in percentages

R + G + B =
199 + 250 + 108 = 557 (100%)
R 199 of 557 ~ 35.73%
G 250 of 557 ~ 44.88%
B 108 of 557 ~ 19.39%

%35.73
%44.88
%19.39

CMYK color model

#C7FA6C color CMYK value is (20,0,57,2).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 56.80%
  • key color value is 1.96%
CMYK:
(20,0,57,2)
C20M0Y57K2 
(20%,0%,57%,2%)
(0.20/0.00/0.57/0.02)	

CMYK percentages

%20.4
%0
%56.8
%1.96

Codes

Color #C7FA6C in popluar color models

C7FA6C
RGB199250108
HSL82°93.42%70.20%
HSB/HSV82°56.80%98.04%
CMYK20.40%0.00%56.80%
1.96%

Color #C7FA6C in popluar number systems.

HEXC7FA6C
Decimal199250108
Binary11000111111110101101100
Octal307372154

Shades and tints

Shades of #C7FA6C

#C7FA6C
(199,250,108)
#B5E463
(181,228,99)
#A3CE5A
(163,206,90)
#91B851
(145,184,81)
#7FA248
(127,162,72)
#6D8C3F
(109,140,63)
#5B7636
(91,118,54)
#49602D
(73,96,45)
#374A24
(55,74,36)
#25341B
(37,52,27)
#131E12
(19,30,18)
#000000
(0,0,0)

Tints of #C7FA6C

#C7FA6C
(199,250,108)
#CCFA79
(204,250,121)
#D1FA86
(209,250,134)
#D6FA93
(214,250,147)
#DBFAA0
(219,250,160)
#E0FAAD
(224,250,173)
#E5FABA
(229,250,186)
#EAFAC7
(234,250,199)
#EFFAD4
(239,250,212)
#F4FAE1
(244,250,225)
#F9FAEE
(249,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7FA6C color. Also use rgb(199,250,108) instead hex code.

Text Font Color

.myTextColor { color: #C7FA6C; }

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

This text font color is #C7FA6C.


Background Color

.myBgColor { background-color: #C7FA6C; }

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

This div background color is #C7FA6C.


Border color

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

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

This div border color is #C7FA6C.


Opacity

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

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

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

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

This text has shadow with #C7FA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FA6C on black background.


Color preview on white background

This text has color #C7FA6C on white background.



Black color preview on #C7FA6C background

This text has black color on #C7FA6C background.


White color preview on #C7FA6C background

This text has white color on #C7FA6C background.