COLOR #C5F28E

HEX: #C5F28E RGB: (197,242,142)

Color info

#C5F28E contains mainly red and green colors. Web safe color of #C5F28E is #CCFF99 (or #CF9).

RGB color model

#C5F28E color RGB value is (197,242,142).

RGB: (197,242,142) (77%, 95%, 56%)

RGB channels and saturation

R 197 of 255 = 77%
G 242 of 255 = 95%
B 142 of 255 = 56%

197
242
142

R + G + B ~ 76%. #C5F28E is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 242 + 142 = 581 (100%)
R 197 of 581 ~ 33.91%
G 242 of 581 ~ 41.65%
B 142 of 581 ~ 24.44'%

%33.91
%41.65
%24.44

CMYK color model

#C5F28E color CMYK value is (19,0,41,5).

  • cyan value is 18.60%
  • magenta value is 0.00%
  • yellow value is 41.32%
  • key color value is 5.10%
CMYK: (19,0,41,5) C19M0Y41K5 (19%,0%,41%,5%) (0.19/0.00/0.41/0.05) 

CMYK percentages

%18.6
%0
%41.32
%5.1

Codes

Color #C5F28E in popluar color models

C5 F2 8E
RGB 197 242 142
HSL 87° 79.37% 75.29%
HSB/HSV 87° 41.32% 94.90%
CMYK 18.60% 0.00% 41.32%
5.10%

Color #C5F28E in popluar number systems.

HEX C5 F2 8E
Decimal 197 242 142
Binary 11000101 11110010 10001110
Octal 305 362 216

Shades and tints

Shades of #C5F28E

#C5F28E
(197,242,142)
#B4DC82
(180,220,130)
#A3C676
(163,198,118)
#92B06A
(146,176,106)
#819A5E
(129,154,94)
#708452
(112,132,82)
#5F6E46
(95,110,70)
#4E583A
(78,88,58)
#3D422E
(61,66,46)
#2C2C22
(44,44,34)
#1B1616
(27,22,22)
#000000
(0,0,0)

Tints of #C5F28E

#C5F28E
(197,242,142)
#CAF398
(202,243,152)
#CFF4A2
(207,244,162)
#D4F5AC
(212,245,172)
#D9F6B6
(217,246,182)
#DEF7C0
(222,247,192)
#E3F8CA
(227,248,202)
#E8F9D4
(232,249,212)
#EDFADE
(237,250,222)
#F2FBE8
(242,251,232)
#F7FCF2
(247,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5F28E color. Also use rgb(197,242,142) instead hex code.

Text Font Color

.myTextColor { color: #C5F28E; }

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

This text font color is #C5F28E.

Background Color

.myBgColor { background-color: #C5F28E; }

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

This div background color is #C5F28E.

Border color

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

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

This div border color is #C5F28E.

Opacity

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

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

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

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

This text has shadow with #C5F28E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5F28E.

Preview

Color preview on black background

This text has color #C5F28E on black background.


Color preview on white background

This text has color #C5F28E on white background.


Black color preview on #C5F28E background

This text has black color on #C5F28E background.


White color preview on #C5F28E background

This text has white color on #C5F28E background.


Related colors

Complementary color

Complementary color for #hex is #3A0D71.


I love getcolorcode.com

Triadic colors

1 #8EC5F2 and #F28EC5 with #C5F28E are triadic colors.

2 #8EF2C5 and #F2C58E with #C5F28E are triadic colors.