COLOR #C4F290

HEX: #C4F290
RGB: (196,242,144)

Color info

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

RGB color model

#C4F290 color RGB value is (196,242,144).

  • red value is 196;
  • green value is 242;
  • blue value is 144.
RGB:
(196,242,144)
(77%,95%,56%)

RGB channels and saturation

R 196 of 255 = 77%
G 242 of 255 = 95%
B 144 of 255 = 56%

196
242
144

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

Portions of RGB colors in percentages

R + G + B =
196 + 242 + 144 = 582 (100%)
R 196 of 582 ~ 33.68%
G 242 of 582 ~ 41.58%
B 144 of 582 ~ 24.74%

%33.68
%41.58
%24.74

CMYK color model

#C4F290 color CMYK value is (19,0,40,5).

  • cyan value is 19.01%
  • magenta value is 0.00%
  • yellow value is 40.50%
  • key color value is 5.10%
CMYK:
(19,0,40,5)
C19M0Y40K5 
(19%,0%,40%,5%)
(0.19/0.00/0.40/0.05)	

CMYK percentages

%19.01
%0
%40.5
%5.1

Codes

Color #C4F290 in popluar color models

C4F290
RGB196242144
HSL88°79.03%75.69%
HSB/HSV88°40.50%94.90%
CMYK19.01%0.00%40.50%
5.10%

Color #C4F290 in popluar number systems.

HEXC4F290
Decimal196242144
Binary110001001111001010010000
Octal304362220

Shades and tints

Shades of #C4F290

#C4F290
(196,242,144)
#B3DC83
(179,220,131)
#A2C676
(162,198,118)
#91B069
(145,176,105)
#809A5C
(128,154,92)
#6F844F
(111,132,79)
#5E6E42
(94,110,66)
#4D5835
(77,88,53)
#3C4228
(60,66,40)
#2B2C1B
(43,44,27)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #C4F290

#C4F290
(196,242,144)
#C9F39A
(201,243,154)
#CEF4A4
(206,244,164)
#D3F5AE
(211,245,174)
#D8F6B8
(216,246,184)
#DDF7C2
(221,247,194)
#E2F8CC
(226,248,204)
#E7F9D6
(231,249,214)
#ECFAE0
(236,250,224)
#F1FBEA
(241,251,234)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4F290; }

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

This text font color is #C4F290.


Background Color

.myBgColor { background-color: #C4F290; }

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

This div background color is #C4F290.


Border color

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

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

This div border color is #C4F290.


Opacity

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

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

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

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

This text has shadow with #C4F290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4F290 on black background.


Color preview on white background

This text has color #C4F290 on white background.



Black color preview on #C4F290 background

This text has black color on #C4F290 background.


White color preview on #C4F290 background

This text has white color on #C4F290 background.