COLOR #C4F28A

HEX: #C4F28A RGB: (196,242,138)

Color info

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

RGB color model

#C4F28A color RGB value is (196,242,138).

RGB: (196,242,138) (77%, 95%, 54%)

RGB channels and saturation

R 196 of 255 = 77%
G 242 of 255 = 95%
B 138 of 255 = 54%

196
242
138

R + G + B ~ 75%. #C4F28A is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 242 + 138 = 576 (100%)
R 196 of 576 ~ 34.03%
G 242 of 576 ~ 42.01%
B 138 of 576 ~ 23.96'%

%34.03
%42.01
%23.96

CMYK color model

#C4F28A color CMYK value is (19,0,43,5).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 42.98%
  • key color value is 5.10%

CMYK: (19,0,43,5)
C19M0Y43K5 (19%, 0%, 43%, 5%)
(0.19 / 0.00 / 0.43 / 0.05)

CMYK percentages

%19.01
%0
%42.98
%5.1

Codes

Color #C4F28A in popluar color models

C4 F2 8A
RGB 196 242 138
HSL 87° 80.00% 74.51%
HSB/HSV 87° 42.98% 94.90%
CMYK 19.01% 0.00% 42.98%
5.10%

Color #C4F28A in popluar number systems.

HEX C4 F2 8A
Decimal 196 242 138
Binary 11000100 11110010 10001010
Octal 304 362 212

Shades and tints

Shades of #C4F28A

#C4F28A
(196,242,138)
#B3DC7E
(179,220,126)
#A2C672
(162,198,114)
#91B066
(145,176,102)
#809A5A
(128,154,90)
#6F844E
(111,132,78)
#5E6E42
(94,110,66)
#4D5836
(77,88,54)
#3C422A
(60,66,42)
#2B2C1E
(43,44,30)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #C4F28A

#C4F28A
(196,242,138)
#C9F394
(201,243,148)
#CEF49E
(206,244,158)
#D3F5A8
(211,245,168)
#D8F6B2
(216,246,178)
#DDF7BC
(221,247,188)
#E2F8C6
(226,248,198)
#E7F9D0
(231,249,208)
#ECFADA
(236,250,218)
#F1FBE4
(241,251,228)
#F6FCEE
(246,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F28A color. Also use rgb(196,242,138) instead hex code.

Text Font Color

.myTextColor { color: #C4F28A; }

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

This text font color is #C4F28A.

Background Color

.myBgColor { background-color: #C4F28A; }

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

This div background color is #C4F28A.

Border color

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

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

This div border color is #C4F28A.

Opacity

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

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

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

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

This text has shadow with #C4F28A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F28A.

Preview

Color preview on black background

This text has color #C4F28A on black background.


Color preview on white background

This text has color #C4F28A on white background.


Black color preview on #C4F28A background

This text has black color on #C4F28A background.


White color preview on #C4F28A background

This text has white color on #C4F28A background.


Related colors

Complementary color

Complementary color for #hex is #3B0D75.


I love getcolorcode.com

Triadic colors

1 #8AC4F2 and #F28AC4 with #C4F28A are triadic colors.

2 #8AF2C4 and #F2C48A with #C4F28A are triadic colors.