COLOR #C4F87D

HEX: #C4F87D RGB: (196,248,125)

Color info

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

RGB color model

#C4F87D color RGB value is (196,248,125).

RGB: (196,248,125) (77%, 97%, 49%)

RGB channels and saturation

R 196 of 255 = 77%
G 248 of 255 = 97%
B 125 of 255 = 49%

196
248
125

R + G + B ~ 74%. #C4F87D is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 248 + 125 = 569 (100%)
R 196 of 569 ~ 34.45%
G 248 of 569 ~ 43.59%
B 125 of 569 ~ 21.97'%

%34.45
%43.59
%21.97

CMYK color model

#C4F87D color CMYK value is (21,0,50,3).

  • cyan value is 20.97%
  • magenta value is 0.00%
  • yellow value is 49.60%
  • key color value is 2.75%

CMYK: (21,0,50,3)
C21M0Y50K3 (21%, 0%, 50%, 3%)
(0.21 / 0.00 / 0.50 / 0.03)

CMYK percentages

%20.97
%0
%49.6
%2.75

Codes

Color #C4F87D in popluar color models

C4 F8 7D
RGB 196 248 125
HSL 85° 89.78% 73.14%
HSB/HSV 85° 49.60% 97.25%
CMYK 20.97% 0.00% 49.60%
2.75%

Color #C4F87D in popluar number systems.

HEX C4 F8 7D
Decimal 196 248 125
Binary 11000100 11111000 1111101
Octal 304 370 175

Shades and tints

Shades of #C4F87D

#C4F87D
(196,248,125)
#B3E272
(179,226,114)
#A2CC67
(162,204,103)
#91B65C
(145,182,92)
#80A051
(128,160,81)
#6F8A46
(111,138,70)
#5E743B
(94,116,59)
#4D5E30
(77,94,48)
#3C4825
(60,72,37)
#2B321A
(43,50,26)
#1A1C0F
(26,28,15)
#000000
(0,0,0)

Tints of #C4F87D

#C4F87D
(196,248,125)
#C9F888
(201,248,136)
#CEF893
(206,248,147)
#D3F89E
(211,248,158)
#D8F8A9
(216,248,169)
#DDF8B4
(221,248,180)
#E2F8BF
(226,248,191)
#E7F8CA
(231,248,202)
#ECF8D5
(236,248,213)
#F1F8E0
(241,248,224)
#F6F8EB
(246,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F87D color. Also use rgb(196,248,125) instead hex code.

Text Font Color

.myTextColor { color: #C4F87D; }

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

This text font color is #C4F87D.

Background Color

.myBgColor { background-color: #C4F87D; }

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

This div background color is #C4F87D.

Border color

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

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

This div border color is #C4F87D.

Opacity

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

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

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

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

This text has shadow with #C4F87D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4F87D.

Preview

Color preview on black background

This text has color #C4F87D on black background.


Color preview on white background

This text has color #C4F87D on white background.


Black color preview on #C4F87D background

This text has black color on #C4F87D background.


White color preview on #C4F87D background

This text has white color on #C4F87D background.


Related colors

Complementary color

Complementary color for #hex is #3B0782.


I love getcolorcode.com

Triadic colors

1 #7DC4F8 and #F87DC4 with #C4F87D are triadic colors.

2 #7DF8C4 and #F8C47D with #C4F87D are triadic colors.