COLOR #C7E745

HEX: #C7E745
RGB: (199,231,69)

Color info

#C7E745 contains mainly red and green colors. Web safe color of #C7E745 is #CCFF33 (or #CF3).

RGB color model

#C7E745 color RGB value is (199,231,69).

  • red value is 199;
  • green value is 231;
  • blue value is 69.
RGB:
(199,231,69)
(78%,91%,27%)

RGB channels and saturation

R 199 of 255 = 78%
G 231 of 255 = 91%
B 69 of 255 = 27%

199
231
69

R + G + B ~ 65%. #C7E745 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 231 + 69 = 499 (100%)
R 199 of 499 ~ 39.88%
G 231 of 499 ~ 46.29%
B 69 of 499 ~ 13.83%

%39.88
%46.29
%13.83

CMYK color model

#C7E745 color CMYK value is (14,0,70,9).

  • cyan value is 13.85%
  • magenta value is 0.00%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(14,0,70,9)
C14M0Y70K9 
(14%,0%,70%,9%)
(0.14/0.00/0.70/0.09)	

CMYK percentages

%13.85
%0
%70.13
%9.41

Codes

Color #C7E745 in popluar color models

C7E745
RGB19923169
HSL72°77.14%58.82%
HSB/HSV72°70.13%90.59%
CMYK13.85%0.00%70.13%
9.41%

Color #C7E745 in popluar number systems.

HEXC7E745
Decimal19923169
Binary11000111111001111000101
Octal307347105

Shades and tints

Shades of #C7E745

#C7E745
(199,231,69)
#B5D23F
(181,210,63)
#A3BD39
(163,189,57)
#91A833
(145,168,51)
#7F932D
(127,147,45)
#6D7E27
(109,126,39)
#5B6921
(91,105,33)
#49541B
(73,84,27)
#373F15
(55,63,21)
#252A0F
(37,42,15)
#131509
(19,21,9)
#000000
(0,0,0)

Tints of #C7E745

#C7E745
(199,231,69)
#CCE955
(204,233,85)
#D1EB65
(209,235,101)
#D6ED75
(214,237,117)
#DBEF85
(219,239,133)
#E0F195
(224,241,149)
#E5F3A5
(229,243,165)
#EAF5B5
(234,245,181)
#EFF7C5
(239,247,197)
#F4F9D5
(244,249,213)
#F9FBE5
(249,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E745 color. Also use rgb(199,231,69) instead hex code.

Text Font Color

.myTextColor { color: #C7E745; }

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

This text font color is #C7E745.


Background Color

.myBgColor { background-color: #C7E745; }

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

This div background color is #C7E745.


Border color

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

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

This div border color is #C7E745.


Opacity

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

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

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

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

This text has shadow with #C7E745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E745 on black background.


Color preview on white background

This text has color #C7E745 on white background.



Black color preview on #C7E745 background

This text has black color on #C7E745 background.


White color preview on #C7E745 background

This text has white color on #C7E745 background.