COLOR #C7F36A

HEX: #C7F36A RGB: (199,243,106)

Color info

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

RGB color model

#C7F36A color RGB value is (199,243,106).

RGB: (199,243,106) (78%, 95%, 42%)

RGB channels and saturation

R 199 of 255 = 78%
G 243 of 255 = 95%
B 106 of 255 = 42%

199
243
106

R + G + B ~ 72%. #C7F36A is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 243 + 106 = 548 (100%)
R 199 of 548 ~ 36.31%
G 243 of 548 ~ 44.34%
B 106 of 548 ~ 19.34'%

%36.31
%44.34
%19.34

CMYK color model

#C7F36A color CMYK value is (18,0,56,5).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 56.38%
  • key color value is 4.71%

CMYK: (18,0,56,5)
C18M0Y56K5 (18%, 0%, 56%, 5%)
(0.18 / 0.00 / 0.56 / 0.05)

CMYK percentages

%18.11
%0
%56.38
%4.71

Codes

Color #C7F36A in popluar color models

C7 F3 6A
RGB 199 243 106
HSL 79° 85.09% 68.43%
HSB/HSV 79° 56.38% 95.29%
CMYK 18.11% 0.00% 56.38%
4.71%

Color #C7F36A in popluar number systems.

HEX C7 F3 6A
Decimal 199 243 106
Binary 11000111 11110011 1101010
Octal 307 363 152

Shades and tints

Shades of #C7F36A

#C7F36A
(199,243,106)
#B5DD61
(181,221,97)
#A3C758
(163,199,88)
#91B14F
(145,177,79)
#7F9B46
(127,155,70)
#6D853D
(109,133,61)
#5B6F34
(91,111,52)
#49592B
(73,89,43)
#374322
(55,67,34)
#252D19
(37,45,25)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #C7F36A

#C7F36A
(199,243,106)
#CCF477
(204,244,119)
#D1F584
(209,245,132)
#D6F691
(214,246,145)
#DBF79E
(219,247,158)
#E0F8AB
(224,248,171)
#E5F9B8
(229,249,184)
#EAFAC5
(234,250,197)
#EFFBD2
(239,251,210)
#F4FCDF
(244,252,223)
#F9FDEC
(249,253,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7F36A color. Also use rgb(199,243,106) instead hex code.

Text Font Color

.myTextColor { color: #C7F36A; }

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

This text font color is #C7F36A.

Background Color

.myBgColor { background-color: #C7F36A; }

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

This div background color is #C7F36A.

Border color

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

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

This div border color is #C7F36A.

Opacity

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

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

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

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

This text has shadow with #C7F36A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7F36A.

Preview

Color preview on black background

This text has color #C7F36A on black background.


Color preview on white background

This text has color #C7F36A on white background.


Black color preview on #C7F36A background

This text has black color on #C7F36A background.


White color preview on #C7F36A background

This text has white color on #C7F36A background.


Related colors

Complementary color

Complementary color for #hex is #380C95.


I love getcolorcode.com

Triadic colors

1 #6AC7F3 and #F36AC7 with #C7F36A are triadic colors.

2 #6AF3C7 and #F3C76A with #C7F36A are triadic colors.