COLOR #C7E45D

HEX: #C7E45D RGB: (199,228,93)

Color info

#C7E45D contains mainly red and green colors. Web safe color of #C7E45D is #CCCC66 (or #CC6).

RGB color model

#C7E45D color RGB value is (199,228,93).

RGB: (199,228,93) (78%, 89%, 36%)

RGB channels and saturation

R 199 of 255 = 78%
G 228 of 255 = 89%
B 93 of 255 = 36%

199
228
93

R + G + B ~ 68%. #C7E45D is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 228 + 93 = 520 (100%)
R 199 of 520 ~ 38.27%
G 228 of 520 ~ 43.85%
B 93 of 520 ~ 17.88'%

%38.27
%43.85
%17.88

CMYK color model

#C7E45D color CMYK value is (13,0,59,11).

  • cyan value is 12.72%
  • magenta value is 0.00%
  • yellow value is 59.21%
  • key color value is 10.59%

CMYK: (13,0,59,11)
C13M0Y59K11 (13%, 0%, 59%, 11%)
(0.13 / 0.00 / 0.59 / 0.11)

CMYK percentages

%12.72
%0
%59.21
%10.59

Codes

Color #C7E45D in popluar color models

C7 E4 5D
RGB 199 228 93
HSL 73° 71.43% 62.94%
HSB/HSV 73° 59.21% 89.41%
CMYK 12.72% 0.00% 59.21%
10.59%

Color #C7E45D in popluar number systems.

HEX C7 E4 5D
Decimal 199 228 93
Binary 11000111 11100100 1011101
Octal 307 344 135

Shades and tints

Shades of #C7E45D

#C7E45D
(199,228,93)
#B5D055
(181,208,85)
#A3BC4D
(163,188,77)
#91A845
(145,168,69)
#7F943D
(127,148,61)
#6D8035
(109,128,53)
#5B6C2D
(91,108,45)
#495825
(73,88,37)
#37441D
(55,68,29)
#253015
(37,48,21)
#131C0D
(19,28,13)
#000000
(0,0,0)

Tints of #C7E45D

#C7E45D
(199,228,93)
#CCE66B
(204,230,107)
#D1E879
(209,232,121)
#D6EA87
(214,234,135)
#DBEC95
(219,236,149)
#E0EEA3
(224,238,163)
#E5F0B1
(229,240,177)
#EAF2BF
(234,242,191)
#EFF4CD
(239,244,205)
#F4F6DB
(244,246,219)
#F9F8E9
(249,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E45D color. Also use rgb(199,228,93) instead hex code.

Text Font Color

.myTextColor { color: #C7E45D; }

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

This text font color is #C7E45D.

Background Color

.myBgColor { background-color: #C7E45D; }

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

This div background color is #C7E45D.

Border color

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

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

This div border color is #C7E45D.

Opacity

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

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

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

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

This text has shadow with #C7E45D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E45D.

Preview

Color preview on black background

This text has color #C7E45D on black background.


Color preview on white background

This text has color #C7E45D on white background.


Black color preview on #C7E45D background

This text has black color on #C7E45D background.


White color preview on #C7E45D background

This text has white color on #C7E45D background.


Related colors

Complementary color

Complementary color for #hex is #381BA2.


I love getcolorcode.com

Triadic colors

1 #5DC7E4 and #E45DC7 with #C7E45D are triadic colors.

2 #5DE4C7 and #E4C75D with #C7E45D are triadic colors.