COLOR #C5ED73

HEX: #C5ED73
RGB: (197,237,115)

Color info

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

RGB color model

#C5ED73 color RGB value is (197,237,115).

  • red value is 197;
  • green value is 237;
  • blue value is 115.
RGB:
(197,237,115)
(77%,93%,45%)

RGB channels and saturation

R 197 of 255 = 77%
G 237 of 255 = 93%
B 115 of 255 = 45%

197
237
115

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

Portions of RGB colors in percentages

R + G + B =
197 + 237 + 115 = 549 (100%)
R 197 of 549 ~ 35.88%
G 237 of 549 ~ 43.17%
B 115 of 549 ~ 20.95%

%35.88
%43.17
%20.95

CMYK color model

#C5ED73 color CMYK value is (17,0,51,7).

  • cyan value is 16.88%
  • magenta value is 0.00%
  • yellow value is 51.48%
  • key color value is 7.06%
CMYK:
(17,0,51,7)
C17M0Y51K7 
(17%,0%,51%,7%)
(0.17/0.00/0.51/0.07)	

CMYK percentages

%16.88
%0
%51.48
%7.06

Codes

Color #C5ED73 in popluar color models

C5ED73
RGB197237115
HSL80°77.22%69.02%
HSB/HSV80°51.48%92.94%
CMYK16.88%0.00%51.48%
7.06%

Color #C5ED73 in popluar number systems.

HEXC5ED73
Decimal197237115
Binary11000101111011011110011
Octal305355163

Shades and tints

Shades of #C5ED73

#C5ED73
(197,237,115)
#B4D869
(180,216,105)
#A3C35F
(163,195,95)
#92AE55
(146,174,85)
#81994B
(129,153,75)
#708441
(112,132,65)
#5F6F37
(95,111,55)
#4E5A2D
(78,90,45)
#3D4523
(61,69,35)
#2C3019
(44,48,25)
#1B1B0F
(27,27,15)
#000000
(0,0,0)

Tints of #C5ED73

#C5ED73
(197,237,115)
#CAEE7F
(202,238,127)
#CFEF8B
(207,239,139)
#D4F097
(212,240,151)
#D9F1A3
(217,241,163)
#DEF2AF
(222,242,175)
#E3F3BB
(227,243,187)
#E8F4C7
(232,244,199)
#EDF5D3
(237,245,211)
#F2F6DF
(242,246,223)
#F7F7EB
(247,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5ED73 color. Also use rgb(197,237,115) instead hex code.

Text Font Color

.myTextColor { color: #C5ED73; }

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

This text font color is #C5ED73.


Background Color

.myBgColor { background-color: #C5ED73; }

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

This div background color is #C5ED73.


Border color

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

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

This div border color is #C5ED73.


Opacity

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

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

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

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

This text has shadow with #C5ED73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5ED73 on black background.


Color preview on white background

This text has color #C5ED73 on white background.



Black color preview on #C5ED73 background

This text has black color on #C5ED73 background.


White color preview on #C5ED73 background

This text has white color on #C5ED73 background.