COLOR #C7FA7D

HEX: #C7FA7D
RGB: (199,250,125)

Color info

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

RGB color model

#C7FA7D color RGB value is (199,250,125).

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

RGB channels and saturation

R 199 of 255 = 78%
G 250 of 255 = 98%
B 125 of 255 = 49%

199
250
125

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

Portions of RGB colors in percentages

R + G + B =
199 + 250 + 125 = 574 (100%)
R 199 of 574 ~ 34.67%
G 250 of 574 ~ 43.55%
B 125 of 574 ~ 21.78%

%34.67
%43.55
%21.78

CMYK color model

#C7FA7D color CMYK value is (20,0,50,2).

  • cyan value is 20.40%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 1.96%
CMYK:
(20,0,50,2)
C20M0Y50K2 
(20%,0%,50%,2%)
(0.20/0.00/0.50/0.02)	

CMYK percentages

%20.4
%0
%50
%1.96

Codes

Color #C7FA7D in popluar color models

C7FA7D
RGB199250125
HSL84°92.59%73.53%
HSB/HSV84°50.00%98.04%
CMYK20.40%0.00%50.00%
1.96%

Color #C7FA7D in popluar number systems.

HEXC7FA7D
Decimal199250125
Binary11000111111110101111101
Octal307372175

Shades and tints

Shades of #C7FA7D

#C7FA7D
(199,250,125)
#B5E472
(181,228,114)
#A3CE67
(163,206,103)
#91B85C
(145,184,92)
#7FA251
(127,162,81)
#6D8C46
(109,140,70)
#5B763B
(91,118,59)
#496030
(73,96,48)
#374A25
(55,74,37)
#25341A
(37,52,26)
#131E0F
(19,30,15)
#000000
(0,0,0)

Tints of #C7FA7D

#C7FA7D
(199,250,125)
#CCFA88
(204,250,136)
#D1FA93
(209,250,147)
#D6FA9E
(214,250,158)
#DBFAA9
(219,250,169)
#E0FAB4
(224,250,180)
#E5FABF
(229,250,191)
#EAFACA
(234,250,202)
#EFFAD5
(239,250,213)
#F4FAE0
(244,250,224)
#F9FAEB
(249,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7FA7D; }

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

This text font color is #C7FA7D.


Background Color

.myBgColor { background-color: #C7FA7D; }

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

This div background color is #C7FA7D.


Border color

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

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

This div border color is #C7FA7D.


Opacity

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

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

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

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

This text has shadow with #C7FA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7FA7D on black background.


Color preview on white background

This text has color #C7FA7D on white background.



Black color preview on #C7FA7D background

This text has black color on #C7FA7D background.


White color preview on #C7FA7D background

This text has white color on #C7FA7D background.