COLOR #C3F387

HEX: #C3F387
RGB: (195,243,135)

Color info

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

RGB color model

#C3F387 color RGB value is (195,243,135).

  • red value is 195;
  • green value is 243;
  • blue value is 135.
RGB:
(195,243,135)
(76%,95%,53%)

RGB channels and saturation

R 195 of 255 = 76%
G 243 of 255 = 95%
B 135 of 255 = 53%

195
243
135

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

Portions of RGB colors in percentages

R + G + B =
195 + 243 + 135 = 573 (100%)
R 195 of 573 ~ 34.03%
G 243 of 573 ~ 42.41%
B 135 of 573 ~ 23.56%

%34.03
%42.41
%23.56

CMYK color model

#C3F387 color CMYK value is (20,0,44,5).

  • cyan value is 19.75%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 4.71%
CMYK:
(20,0,44,5)
C20M0Y44K5 
(20%,0%,44%,5%)
(0.20/0.00/0.44/0.05)	

CMYK percentages

%19.75
%0
%44.44
%4.71

Codes

Color #C3F387 in popluar color models

C3F387
RGB195243135
HSL87°81.82%74.12%
HSB/HSV87°44.44%95.29%
CMYK19.75%0.00%44.44%
4.71%

Color #C3F387 in popluar number systems.

HEXC3F387
Decimal195243135
Binary110000111111001110000111
Octal303363207

Shades and tints

Shades of #C3F387

#C3F387
(195,243,135)
#B2DD7B
(178,221,123)
#A1C76F
(161,199,111)
#90B163
(144,177,99)
#7F9B57
(127,155,87)
#6E854B
(110,133,75)
#5D6F3F
(93,111,63)
#4C5933
(76,89,51)
#3B4327
(59,67,39)
#2A2D1B
(42,45,27)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #C3F387

#C3F387
(195,243,135)
#C8F491
(200,244,145)
#CDF59B
(205,245,155)
#D2F6A5
(210,246,165)
#D7F7AF
(215,247,175)
#DCF8B9
(220,248,185)
#E1F9C3
(225,249,195)
#E6FACD
(230,250,205)
#EBFBD7
(235,251,215)
#F0FCE1
(240,252,225)
#F5FDEB
(245,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3F387 color. Also use rgb(195,243,135) instead hex code.

Text Font Color

.myTextColor { color: #C3F387; }

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

This text font color is #C3F387.


Background Color

.myBgColor { background-color: #C3F387; }

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

This div background color is #C3F387.


Border color

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

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

This div border color is #C3F387.


Opacity

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

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

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

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

This text has shadow with #C3F387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3F387 on black background.


Color preview on white background

This text has color #C3F387 on white background.



Black color preview on #C3F387 background

This text has black color on #C3F387 background.


White color preview on #C3F387 background

This text has white color on #C3F387 background.