COLOR #C4F188

HEX: #C4F188
RGB: (196,241,136)

Color info

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

RGB color model

#C4F188 color RGB value is (196,241,136).

  • red value is 196;
  • green value is 241;
  • blue value is 136.
RGB:
(196,241,136)
(77%,95%,53%)

RGB channels and saturation

R 196 of 255 = 77%
G 241 of 255 = 95%
B 136 of 255 = 53%

196
241
136

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

Portions of RGB colors in percentages

R + G + B =
196 + 241 + 136 = 573 (100%)
R 196 of 573 ~ 34.21%
G 241 of 573 ~ 42.06%
B 136 of 573 ~ 23.73%

%34.21
%42.06
%23.73

CMYK color model

#C4F188 color CMYK value is (19,0,44,5).

  • cyan value is 18.67%
  • magenta value is 0.00%
  • yellow value is 43.57%
  • key color value is 5.49%
CMYK:
(19,0,44,5)
C19M0Y44K5 
(19%,0%,44%,5%)
(0.19/0.00/0.44/0.05)	

CMYK percentages

%18.67
%0
%43.57
%5.49

Codes

Color #C4F188 in popluar color models

C4F188
RGB196241136
HSL86°78.95%73.92%
HSB/HSV86°43.57%94.51%
CMYK18.67%0.00%43.57%
5.49%

Color #C4F188 in popluar number systems.

HEXC4F188
Decimal196241136
Binary110001001111000110001000
Octal304361210

Shades and tints

Shades of #C4F188

#C4F188
(196,241,136)
#B3DC7C
(179,220,124)
#A2C770
(162,199,112)
#91B264
(145,178,100)
#809D58
(128,157,88)
#6F884C
(111,136,76)
#5E7340
(94,115,64)
#4D5E34
(77,94,52)
#3C4928
(60,73,40)
#2B341C
(43,52,28)
#1A1F10
(26,31,16)
#000000
(0,0,0)

Tints of #C4F188

#C4F188
(196,241,136)
#C9F292
(201,242,146)
#CEF39C
(206,243,156)
#D3F4A6
(211,244,166)
#D8F5B0
(216,245,176)
#DDF6BA
(221,246,186)
#E2F7C4
(226,247,196)
#E7F8CE
(231,248,206)
#ECF9D8
(236,249,216)
#F1FAE2
(241,250,226)
#F6FBEC
(246,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4F188 color. Also use rgb(196,241,136) instead hex code.

Text Font Color

.myTextColor { color: #C4F188; }

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

This text font color is #C4F188.


Background Color

.myBgColor { background-color: #C4F188; }

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

This div background color is #C4F188.


Border color

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

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

This div border color is #C4F188.


Opacity

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

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

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

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

This text has shadow with #C4F188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F188 on black background.


Color preview on white background

This text has color #C4F188 on white background.



Black color preview on #C4F188 background

This text has black color on #C4F188 background.


White color preview on #C4F188 background

This text has white color on #C4F188 background.