COLOR #C1E77D

HEX: #C1E77D RGB: (193,231,125)

Color info

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

RGB color model

#C1E77D color RGB value is (193,231,125).

RGB: (193,231,125) (76%, 91%, 49%)

RGB channels and saturation

R 193 of 255 = 76%
G 231 of 255 = 91%
B 125 of 255 = 49%

193
231
125

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

Portions of RGB colors in percentages

R + G + B = 193 + 231 + 125 = 549 (100%)
R 193 of 549 ~ 35.15%
G 231 of 549 ~ 42.08%
B 125 of 549 ~ 22.77'%

%35.15
%42.08
%22.77

CMYK color model

#C1E77D color CMYK value is (16,0,46,9).

  • cyan value is 16.45%
  • magenta value is 0.00%
  • yellow value is 45.89%
  • key color value is 9.41%
CMYK: (16,0,46,9) C16M0Y46K9 (16%,0%,46%,9%) (0.16/0.00/0.46/0.09) 

CMYK percentages

%16.45
%0
%45.89
%9.41

Codes

Color #C1E77D in popluar color models

C1 E7 7D
RGB 193 231 125
HSL 82° 68.83% 69.80%
HSB/HSV 82° 45.89% 90.59%
CMYK 16.45% 0.00% 45.89%
9.41%

Color #C1E77D in popluar number systems.

HEX C1 E7 7D
Decimal 193 231 125
Binary 11000001 11100111 1111101
Octal 301 347 175

Shades and tints

Shades of #C1E77D

#C1E77D
(193,231,125)
#B0D272
(176,210,114)
#9FBD67
(159,189,103)
#8EA85C
(142,168,92)
#7D9351
(125,147,81)
#6C7E46
(108,126,70)
#5B693B
(91,105,59)
#4A5430
(74,84,48)
#393F25
(57,63,37)
#282A1A
(40,42,26)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #C1E77D

#C1E77D
(193,231,125)
#C6E988
(198,233,136)
#CBEB93
(203,235,147)
#D0ED9E
(208,237,158)
#D5EFA9
(213,239,169)
#DAF1B4
(218,241,180)
#DFF3BF
(223,243,191)
#E4F5CA
(228,245,202)
#E9F7D5
(233,247,213)
#EEF9E0
(238,249,224)
#F3FBEB
(243,251,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1E77D color. Also use rgb(193,231,125) instead hex code.

Text Font Color

.myTextColor { color: #C1E77D; }

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

This text font color is #C1E77D.

Background Color

.myBgColor { background-color: #C1E77D; }

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

This div background color is #C1E77D.

Border color

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

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

This div border color is #C1E77D.

Opacity

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

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

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

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

This text has shadow with #C1E77D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1E77D.

Preview

Color preview on black background

This text has color #C1E77D on black background.


Color preview on white background

This text has color #C1E77D on white background.


Black color preview on #C1E77D background

This text has black color on #C1E77D background.


White color preview on #C1E77D background

This text has white color on #C1E77D background.


Related colors

Complementary color

Complementary color for #hex is #3E1882.


I love getcolorcode.com

Triadic colors

1 #7DC1E7 and #E77DC1 with #C1E77D are triadic colors.

2 #7DE7C1 and #E7C17D with #C1E77D are triadic colors.